import cockpit-283-1.el8
This commit is contained in:
parent
eafaacdd04
commit
757b7e4d24
@ -1,2 +1,2 @@
|
|||||||
7faf98fd77271fc75fe8fb3ddc8a91a4eaea552f SOURCES/cockpit-282.1.tar.xz
|
0cf4b6630c50c629f93cac26c1c2a57c42e0d1ae SOURCES/cockpit-283.tar.xz
|
||||||
a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz
|
a37e1d6ad4b1b25729682c54ab7e4dcdcfd894a7 SOURCES/cockpit.css.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/cockpit-282.1.tar.xz
|
SOURCES/cockpit-283.tar.xz
|
||||||
SOURCES/cockpit.css.gz
|
SOURCES/cockpit.css.gz
|
||||||
|
@ -46,10 +46,10 @@
|
|||||||
Name: cockpit
|
Name: cockpit
|
||||||
Summary: Web Console for Linux servers
|
Summary: Web Console for Linux servers
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPL-2.1-or-later
|
||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
|
|
||||||
Version: 282.1
|
Version: 283
|
||||||
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
|
||||||
@ -261,9 +261,8 @@ done
|
|||||||
for data in doc man pixmaps polkit-1; do
|
for data in doc man pixmaps polkit-1; do
|
||||||
rm -r %{buildroot}/%{_datadir}/$data
|
rm -r %{buildroot}/%{_datadir}/$data
|
||||||
done
|
done
|
||||||
for lib in systemd tmpfiles.d; do
|
rm -r %{buildroot}/%{_prefix}/%{__lib}/tmpfiles.d
|
||||||
rm -r %{buildroot}/%{_prefix}/%{__lib}/$lib
|
find %{buildroot}/%{_unitdir}/ -type f ! -name 'cockpit-session*' -delete
|
||||||
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
|
||||||
@ -281,6 +280,8 @@ for pkg in apps packagekit pcp playground storaged; do
|
|||||||
done
|
done
|
||||||
# files from -tests
|
# files from -tests
|
||||||
rm -f %{buildroot}/%{pamdir}/mock-pam-conv-mod.so
|
rm -f %{buildroot}/%{pamdir}/mock-pam-conv-mod.so
|
||||||
|
rm -f %{buildroot}/%{_unitdir}/cockpit-session.socket
|
||||||
|
rm -f %{buildroot}/%{_unitdir}/cockpit-session@.service
|
||||||
# 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
|
||||||
@ -642,6 +643,8 @@ These files are not required for running Cockpit.
|
|||||||
|
|
||||||
%files -n cockpit-tests -f tests.list
|
%files -n cockpit-tests -f tests.list
|
||||||
%{pamdir}/mock-pam-conv-mod.so
|
%{pamdir}/mock-pam-conv-mod.so
|
||||||
|
%{_unitdir}/cockpit-session.socket
|
||||||
|
%{_unitdir}/cockpit-session@.service
|
||||||
|
|
||||||
%package -n cockpit-pcp
|
%package -n cockpit-pcp
|
||||||
Summary: Cockpit PCP integration
|
Summary: Cockpit PCP integration
|
||||||
@ -678,6 +681,9 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 11 2023 Katerina Koukiou <kkoukiou@redhat.com> - 283-1
|
||||||
|
- Services: Create timer to run every minute
|
||||||
|
|
||||||
* Wed Dec 14 2022 Katerina Koukiou <kkoukiou@redhat.com> - 282-1
|
* Wed Dec 14 2022 Katerina Koukiou <kkoukiou@redhat.com> - 282-1
|
||||||
- Add right-to-left language support
|
- Add right-to-left language support
|
||||||
- Accounts: Redesign and include groups
|
- Accounts: Redesign and include groups
|
||||||
|
Loading…
Reference in New Issue
Block a user