Update to 300.1
This commit is contained in:
parent
9d883b2a7c
commit
254e862064
@ -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
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
@ -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 <eabdullin@almalinux.org> - 300.1-1.alma.1
|
||||
- Update to 300.1
|
||||
|
||||
* Wed Aug 23 2023 Martin Pitt <mpitt@redhat.com> - 299-1
|
||||
- Storage: Support for no-overprovisioning with Stratis
|
||||
- Storage: Cockpit can now add caches to encrypted Stratis pools
|
||||
|
Loading…
Reference in New Issue
Block a user