Update to upstream release 300
Revert the selinux-policy version hack. Related: rhbz#2189558
This commit is contained in:
parent
6f4a6a80df
commit
16811fc8fc
@ -1,3 +0,0 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.79.0.post2+g93f33d9.
|
@ -49,7 +49,7 @@ Summary: Web Console for Linux servers
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 299
|
||||
Version: 300
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
Source1: cockpit.css.gz
|
||||
@ -289,7 +289,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
|
||||
@ -380,6 +380,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
|
||||
@ -785,6 +786,10 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Sep 06 2023 Packit <hello@packit.dev> - 300-1
|
||||
- Celebrating the Nürnberg life release!
|
||||
- Storage: Support for growing block devices of a Stratis pool
|
||||
|
||||
* Wed Aug 23 2023 Packit <hello@packit.dev> - 299-1
|
||||
- Kdump: Show location of kdump to verify the successful configuration test
|
||||
- Storage: Support for no-overprovisioning with Stratis
|
||||
|
@ -1,7 +1,7 @@
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://github.com/cockpit-project/cockpit
|
||||
ref: "297"
|
||||
ref: "300"
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cockpit-299.tar.xz) = c0a7b08007815a4bcc453dfb53c9ed2aded71450cbb8abb87c2eb067b385e14fd4945a651d2e7bd0a52725737a68943ec7d77933370d37fee2c5b95656eb3739
|
||||
SHA512 (cockpit-300.tar.xz) = 758e50c00ad203d26f2c442b13be43c1df86b32451d8f1e1bf38aab27801407d260d208028ede4f0d44c505dbba590d3429164ada829d580de6a09e67b4ab4fe
|
||||
SHA512 (cockpit.css.gz) = 1851e890e49141c17e498f1472c3bc307439cefaa0f1dccecbfc87b04087af03ca42199c86116c1fcf8890b58ca98f8aecfb01cc8b3c03a76e2685f7bd610568
|
||||
|
Loading…
Reference in New Issue
Block a user