diff --git a/debian-11-cockpit/suite/bullseye/debian/changelog b/debian-11-cockpit/suite/bullseye/debian/changelog index 4be9e228193edd9b9ec62ca2c816758630ac4010..b0bdc06d8df3dc535e6698789e9a7f4bf0bbbe90 100644 --- a/debian-11-cockpit/suite/bullseye/debian/changelog +++ b/debian-11-cockpit/suite/bullseye/debian/changelog @@ -1,8 +1,31 @@ -cockpit (283-1bbbio0~bullseye+20230124) bullseye; urgency=low +cockpit (286-1bbbio0~bullseye+20230228) bullseye; urgency=low * Rebuild for repos.rcn-ee.com - -- Robert Nelson <robertcnelson@gmail.com> Tue, 24 Jan 2023 09:38:59 -0600 + -- Robert Nelson <robertcnelson@gmail.com> Tue, 28 Feb 2023 16:30:13 -0600 + +cockpit (286-1) unstable; urgency=medium + + * New upstream release: + - Metrics: Control visibility of the resource usage graphs + + -- Martin Pitt <mpitt@debian.org> Wed, 22 Feb 2023 11:48:57 +0100 + +cockpit (285-1) unstable; urgency=medium + + * New upstream release: + - Cryptographic subpolicies support + - users: Group creation and filtering support + + -- Martin Pitt <mpitt@debian.org> Sun, 12 Feb 2023 07:51:27 +0100 + +cockpit (284-1) unstable; urgency=medium + + * New upstream release: + - Services: Show logs for user units + - Storage: Set up a system to use NBDE + + -- Martin Pitt <mpitt@debian.org> Wed, 25 Jan 2023 16:40:06 +0100 cockpit (283-1) unstable; urgency=medium diff --git a/debian-11-cockpit/suite/bullseye/debian/cockpit-networkmanager.install b/debian-11-cockpit/suite/bullseye/debian/cockpit-networkmanager.install index 19f0946f2c8f489589e4caaf87063b9095ed239f..8d743d6d0586bf0a7438124ae60aae5ffcbbe6c9 100644 --- a/debian-11-cockpit/suite/bullseye/debian/cockpit-networkmanager.install +++ b/debian-11-cockpit/suite/bullseye/debian/cockpit-networkmanager.install @@ -1 +1,2 @@ usr/share/cockpit/networkmanager/ +usr/share/metainfo/org.cockpit-project.cockpit-networkmanager.metainfo.xml diff --git a/debian-11-cockpit/suite/bullseye/debian/control b/debian-11-cockpit/suite/bullseye/debian/control index e7458a3e3cf12ef43466b92cdcdc75555c4b224b..9079f51b5c484f9275c5c75f6b2cb24bd35f3a70 100644 --- a/debian-11-cockpit/suite/bullseye/debian/control +++ b/debian-11-cockpit/suite/bullseye/debian/control @@ -84,6 +84,7 @@ Depends: ${misc:Depends}, network-manager (>= 1.6) Description: Cockpit user interface for networking The Cockpit components for interacting with networking configuration. + Incompatible with systemd-networkd/ifupdown defined networks. Package: cockpit-pcp Architecture: any diff --git a/debian-11-cockpit/version.sh b/debian-11-cockpit/version.sh index cfd3311d9807346daceb265f90f33cf6b5aae961..04f680666bd00a2420a6276cc2f65150c7af0926 100644 --- a/debian-11-cockpit/version.sh +++ b/debian-11-cockpit/version.sh @@ -7,7 +7,7 @@ mirror="http://http.debian.net/debian" package_name="cockpit" debian_pkg_name="${package_name}" -package_version="283" +package_version="286" package_source="${debian_pkg_name}_${package_version}.orig.tar.xz" src_dir="${package_name}-${package_version}" @@ -21,4 +21,4 @@ debian_untar="${package_name}_${debian_version}.debian.tar.xz" debian_patch="" local_patch="bbbio0" -bullseye_version="~bullseye+20230124" +bullseye_version="~bullseye+20230228"