From aba3f40890d17f3bc474ab729b4a12cd0884a46b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 22 2022 10:11:41 +0000 Subject: import cockpit-appstream-273-1.el8 --- diff --git a/.cockpit-appstream.metadata b/.cockpit-appstream.metadata index 918f7a7..d92792d 100644 --- a/.cockpit-appstream.metadata +++ b/.cockpit-appstream.metadata @@ -1,2 +1,2 @@ -c294c73d859a9cb1eaba67e9b06da2936a72babb SOURCES/cockpit-272.tar.xz -fa3a90adf90380920f708db2c1b1ed19afbbeb67 SOURCES/cockpit-machines-271.tar.xz +78c4ad32f25fa609f2b5073ab3c5bd3806b8a10a SOURCES/cockpit-273.tar.xz +d4c36b54d54279a1254a12e5d3972ee7889afa60 SOURCES/cockpit-machines-272.tar.xz diff --git a/.gitignore b/.gitignore index 853f2de..f8024b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/cockpit-272.tar.xz -SOURCES/cockpit-machines-271.tar.xz +SOURCES/cockpit-273.tar.xz +SOURCES/cockpit-machines-272.tar.xz diff --git a/SPECS/cockpit-appstream.spec b/SPECS/cockpit-appstream.spec index d9c41f1..fd09f9d 100644 --- a/SPECS/cockpit-appstream.spec +++ b/SPECS/cockpit-appstream.spec @@ -28,7 +28,7 @@ # we maintain the basic/optional split, then it can be replaced with just %{version}. %define required_base 266 -%define machines_version 271 +%define machines_version 272 # we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly %if 0%{?centos} @@ -51,7 +51,7 @@ Summary: Web Console for Linux servers License: LGPLv2+ URL: https://cockpit-project.org/ -Version: 272 +Version: 273 Release: 1%{?dist} Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz Source1: https://github.com/cockpit-project/cockpit-machines/releases/download/%{machines_version}/cockpit-machines-%{machines_version}.tar.xz @@ -187,23 +187,10 @@ install -p -m 644 tools/cockpit.pam $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/cockpit rm -f %{buildroot}/%{_libdir}/cockpit/*.so install -D -p -m 644 AUTHORS COPYING README.md %{buildroot}%{_docdir}/cockpit/ -# only ship deprecated PatternFly API for stable releases -%if 0%{?rhel} == 8 - if [ -f %{buildroot}/%{_datadir}/cockpit/base1/cockpit.css.gz ]; then - ln -s cockpit.css.gz %{buildroot}/%{_datadir}/cockpit/base1/patternfly.css.gz - elif [ -f %{buildroot}/%{_datadir}/cockpit/base1/cockpit.css ]; then - ln -s cockpit.css %{buildroot}/%{_datadir}/cockpit/base1/patternfly.css - else - echo >&2 Neither cockpit.css.gz nor cockpit.css exists. - exit 1 - fi -%endif - # Build the package lists for resource packages # cockpit-bridge is the basic dependency for all cockpit-* packages, so centrally own the page directory echo '%dir %{_datadir}/cockpit' > base.list echo '%dir %{_datadir}/cockpit/base1' >> base.list -echo '%dir %{_datadir}/cockpit/base1/fonts' >> base.list find %{buildroot}%{_datadir}/cockpit/base1 -type f -o -type l >> base.list echo '%{_sysconfdir}/cockpit/machines.d' >> base.list echo %{buildroot}%{_datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy >> base.list @@ -712,6 +699,10 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Thu Jul 21 2022 Martin Pitt - 273-1 + - Software Updates: Optionally reboot after updating + - Machines: Show toast notication if VM's storage deletion fails (rhbz#2105984) + * Thu Jun 23 2022 Matej Marusak - 272-1 - Translation updates @@ -768,7 +759,7 @@ via PackageKit. - Machines: Use cockpit's proxy API for monitoring libvirt service changes (rhbz#1974223) - Machines: Fix ooops when press the down arrow several times when inputting custom path (rhbz#1977554) -* Thu Jul 09 2021 Katerina Koukiou - 248-1 +* Fri Jul 09 2021 Katerina Koukiou - 248-1 - Machines: Share host files with the guest using virtiofs - Machines: Show list of pass-through devices @@ -788,7 +779,7 @@ via PackageKit. - Several UI alignment fixes - Updates: Show PackageKit errors properly -* Thu Feb 19 2021 Katerina Koukiou - 238-1 +* Fri Feb 19 2021 Katerina Koukiou - 238-1 - machines: VM disk creation supports a custom path - Updates: List outdated software that needs a restart