import cockpit-279-1.el8
This commit is contained in:
parent
ed8b5c6ae7
commit
8798966b05
@ -1,2 +1,2 @@
|
|||||||
850f91c2ee0d90d94c0c013c75c24f49eed5782d SOURCES/cockpit-276.1.tar.xz
|
e10e1c210ad5ed4b7e7a43231791d7a14092dd66 SOURCES/cockpit-279.tar.xz
|
||||||
a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz
|
a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/cockpit-276.1.tar.xz
|
SOURCES/cockpit-279.tar.xz
|
||||||
SOURCES/cockpit.css.gz
|
SOURCES/cockpit.css.gz
|
||||||
|
@ -49,7 +49,7 @@ Summary: Web Console for Linux servers
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
|
|
||||||
Version: 276.1
|
Version: 279
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||||
Source1: cockpit.css.gz
|
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
|
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
|
rm %{buildroot}/%{_libexecdir}/$libexec
|
||||||
done
|
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 %{buildroot}/usr/bin/cockpit-bridge
|
||||||
rm -f %{buildroot}%{_libexecdir}/cockpit-ssh
|
rm -f %{buildroot}%{_libexecdir}/cockpit-ssh
|
||||||
rm -f %{buildroot}%{_datadir}/metainfo/cockpit.appdata.xml
|
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
|
rm -rf %{buildroot}/%{_datadir}/cockpit/$pkg
|
||||||
done
|
done
|
||||||
# files from -tests
|
# files from -tests
|
||||||
rm -r %{buildroot}/%{_prefix}/%{__lib}/cockpit-test-assets
|
rm -f %{buildroot}/%{pamdir}/mock-pam-conv-mod.so
|
||||||
# files from -pcp
|
# files from -pcp
|
||||||
rm -r %{buildroot}/%{_libexecdir}/cockpit-pcp %{buildroot}/%{_localstatedir}/lib/pcp/
|
rm -r %{buildroot}/%{_libexecdir}/cockpit-pcp %{buildroot}/%{_localstatedir}/lib/pcp/
|
||||||
# files from -storaged
|
# 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.
|
These files are not required for running Cockpit.
|
||||||
|
|
||||||
%files -n cockpit-tests -f tests.list
|
%files -n cockpit-tests -f tests.list
|
||||||
%{_prefix}/%{__lib}/cockpit-test-assets
|
%{pamdir}/mock-pam-conv-mod.so
|
||||||
|
|
||||||
%package -n cockpit-pcp
|
%package -n cockpit-pcp
|
||||||
Summary: Cockpit PCP integration
|
Summary: Cockpit PCP integration
|
||||||
@ -661,11 +662,9 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 15 2022 Martin Pitt <mpitt@redhat.com> - 276.1-1
|
* Tue Nov 15 2022 Matej Marusak <mmarusak@redhat.com> - 279-1
|
||||||
- login: Use valid selectors when testing for :is() / :where() support (rhbz#2126044)
|
- Dark theme support
|
||||||
|
- Metrics: Display individual disk read/write usage
|
||||||
* Mon Sep 12 2022 Martin Pitt <mpitt@redhat.com> - 276-1
|
|
||||||
- Translation updates (rhbz#2062692)
|
|
||||||
|
|
||||||
* Thu Aug 25 2022 Matej Marusak <mmarusak@redhat.com> - 275-1
|
* Thu Aug 25 2022 Matej Marusak <mmarusak@redhat.com> - 275-1
|
||||||
- shell: Support for alternatives to sudo (rhbz#2091034)
|
- shell: Support for alternatives to sudo (rhbz#2091034)
|
||||||
|
Loading…
Reference in New Issue
Block a user