diff --git a/.cockpit-appstream.metadata b/.cockpit-appstream.metadata index d52e0eb..853bfc9 100644 --- a/.cockpit-appstream.metadata +++ b/.cockpit-appstream.metadata @@ -1,2 +1,2 @@ -e72b836dc8296a8fd63af3403b6f9e2ab6011d1d SOURCES/cockpit-299.tar.xz -1bc6d311156406aa02e6822febc8ca55f9dde89e SOURCES/cockpit-machines-297.tar.xz +9f422f9b7d3e6da42dba2d4fef1b0ab21b9696a8 SOURCES/cockpit-machines-298.tar.xz +78fe01a3cd76ab45eff8316deec8c0c17f6c6515 SOURCES/cockpit-300.1.tar.xz diff --git a/.gitignore b/.gitignore index cf20a0d..31765b3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/cockpit-299.tar.xz -SOURCES/cockpit-machines-297.tar.xz +SOURCES/cockpit-300.1.tar.xz +SOURCES/cockpit-machines-298.tar.xz diff --git a/SPECS/cockpit-appstream.spec b/SPECS/cockpit-appstream.spec index 362b49d..3dddbb8 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 297 +%define machines_version 298 # we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly %if 0%{?centos} @@ -51,8 +51,8 @@ Summary: Web Console for Linux servers License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 299 -Release: 1%{?dist} +Version: 300.1 +Release: 1%{?dist}.alma.1 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 @@ -293,7 +293,7 @@ for data in doc man pixmaps polkit-1; do done rm -r %{buildroot}/%{_prefix}/%{__lib}/tmpfiles.d find %{buildroot}/%{_unitdir}/ -type f ! -name 'cockpit-session*' -delete -for libexec in cockpit-askpass cockpit-session cockpit-ws cockpit-tls cockpit-wsinstance-factory cockpit-client cockpit-client.ui cockpit-desktop cockpit-certificate-helper cockpit-certificate-ensure; do +for libexec in cockpit-askpass cockpit-beiboot cockpit-session cockpit-ws cockpit-tls cockpit-wsinstance-factory cockpit-client cockpit-client.ui cockpit-desktop cockpit-certificate-helper cockpit-certificate-ensure; do rm -f %{buildroot}/%{_libexecdir}/$libexec done rm -r %{buildroot}/%{_sysconfdir}/pam.d %{buildroot}/%{_sysconfdir}/motd.d %{buildroot}/%{_sysconfdir}/issue.d @@ -384,6 +384,7 @@ system on behalf of the web based user interface. %{_libexecdir}/cockpit-askpass %if %{cockpit_enable_python} %{python3_sitelib}/%{name}* +%{_libexecdir}/cockpit-beiboot %endif %package doc @@ -818,6 +819,9 @@ via PackageKit. # The changelog is automatically generated and merged %changelog +* Thu Oct 19 2023 Eduard Abdullin - 300.1-1.alma.1 +- Update to 300.1 + * Wed Aug 23 2023 Martin Pitt - 299-1 - Storage: Support for no-overprovisioning with Stratis - Storage: Cockpit can now add caches to encrypted Stratis pools