Auto sync2gitlab import of cockpit-279-1.el8.src.rpm
This commit is contained in:
parent
50b7b883c0
commit
efc81bdabf
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/cockpit-275.tar.xz
|
||||
/cockpit-276.tar.xz
|
||||
/cockpit-276.1.tar.xz
|
||||
/cockpit-279.tar.xz
|
||||
|
17
cockpit.spec
17
cockpit.spec
@ -49,7 +49,7 @@ Summary: Web Console for Linux servers
|
||||
License: LGPLv2+
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 276.1
|
||||
Version: 279
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
Source1: cockpit.css.gz
|
||||
@ -258,7 +258,8 @@ done
|
||||
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
|
||||
rm %{buildroot}/%{_libexecdir}/$libexec
|
||||
done
|
||||
rm -r %{buildroot}/%{_libdir}/security %{buildroot}/%{_sysconfdir}/pam.d %{buildroot}/%{_sysconfdir}/motd.d %{buildroot}/%{_sysconfdir}/issue.d
|
||||
rm -r %{buildroot}/%{_sysconfdir}/pam.d %{buildroot}/%{_sysconfdir}/motd.d %{buildroot}/%{_sysconfdir}/issue.d
|
||||
rm -f %{buildroot}/%{_libdir}/security/pam_*
|
||||
rm %{buildroot}/usr/bin/cockpit-bridge
|
||||
rm -f %{buildroot}%{_libexecdir}/cockpit-ssh
|
||||
rm -f %{buildroot}%{_datadir}/metainfo/cockpit.appdata.xml
|
||||
@ -270,7 +271,7 @@ for pkg in apps packagekit pcp playground storaged; do
|
||||
rm -rf %{buildroot}/%{_datadir}/cockpit/$pkg
|
||||
done
|
||||
# files from -tests
|
||||
rm -r %{buildroot}/%{_prefix}/%{__lib}/cockpit-test-assets
|
||||
rm -f %{buildroot}/%{pamdir}/mock-pam-conv-mod.so
|
||||
# files from -pcp
|
||||
rm -r %{buildroot}/%{_libexecdir}/cockpit-pcp %{buildroot}/%{_localstatedir}/lib/pcp/
|
||||
# files from -storaged
|
||||
@ -624,7 +625,7 @@ This package contains tests and files used while testing Cockpit.
|
||||
These files are not required for running Cockpit.
|
||||
|
||||
%files -n cockpit-tests -f tests.list
|
||||
%{_prefix}/%{__lib}/cockpit-test-assets
|
||||
%{pamdir}/mock-pam-conv-mod.so
|
||||
|
||||
%package -n cockpit-pcp
|
||||
Summary: Cockpit PCP integration
|
||||
@ -661,11 +662,9 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Sep 15 2022 Martin Pitt <mpitt@redhat.com> - 276.1-1
|
||||
- login: Use valid selectors when testing for :is() / :where() support (rhbz#2126044)
|
||||
|
||||
* Mon Sep 12 2022 Martin Pitt <mpitt@redhat.com> - 276-1
|
||||
- Translation updates (rhbz#2062692)
|
||||
* Tue Nov 15 2022 Matej Marusak <mmarusak@redhat.com> - 279-1
|
||||
- Dark theme support
|
||||
- Metrics: Display individual disk read/write usage
|
||||
|
||||
* Thu Aug 25 2022 Matej Marusak <mmarusak@redhat.com> - 275-1
|
||||
- shell: Support for alternatives to sudo (rhbz#2091034)
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cockpit-276.1.tar.xz) = 910555393012491d5e67871776d8437ee88851c5a24825aa26dc0affdc0db150bcc7e255c35ad20b8493fa5230a43340a69ecd24d7c13f06d8d897df3d4a5e3d
|
||||
SHA512 (cockpit-279.tar.xz) = 76788142d836ec6fadebe122da4b5fc6a5c41c99b5b66c84573488e7581edb313a947d6c6b20d6f858075c6c716f3c5f7b6874e2405844231c6c5ac60043d270
|
||||
SHA512 (cockpit.css.gz) = 1851e890e49141c17e498f1472c3bc307439cefaa0f1dccecbfc87b04087af03ca42199c86116c1fcf8890b58ca98f8aecfb01cc8b3c03a76e2685f7bd610568
|
||||
|
Loading…
Reference in New Issue
Block a user