Auto sync2gitlab import of cockpit-283-1.el8.src.rpm
This commit is contained in:
parent
c4aaec3d29
commit
280aa9cc5a
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/cockpit-276.1.tar.xz
|
||||
/cockpit-279.tar.xz
|
||||
/cockpit-282.1.tar.xz
|
||||
/cockpit-283.tar.xz
|
||||
|
16
cockpit.spec
16
cockpit.spec
@ -46,10 +46,10 @@
|
||||
Name: cockpit
|
||||
Summary: Web Console for Linux servers
|
||||
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://cockpit-project.org/
|
||||
|
||||
Version: 282.1
|
||||
Version: 283
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
||||
Source1: cockpit.css.gz
|
||||
@ -261,9 +261,8 @@ done
|
||||
for data in doc man pixmaps polkit-1; do
|
||||
rm -r %{buildroot}/%{_datadir}/$data
|
||||
done
|
||||
for lib in systemd tmpfiles.d; do
|
||||
rm -r %{buildroot}/%{_prefix}/%{__lib}/$lib
|
||||
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
|
||||
rm %{buildroot}/%{_libexecdir}/$libexec
|
||||
done
|
||||
@ -281,6 +280,8 @@ for pkg in apps packagekit pcp playground storaged; do
|
||||
done
|
||||
# files from -tests
|
||||
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
|
||||
rm -r %{buildroot}/%{_libexecdir}/cockpit-pcp %{buildroot}/%{_localstatedir}/lib/pcp/
|
||||
# files from -storaged
|
||||
@ -642,6 +643,8 @@ These files are not required for running Cockpit.
|
||||
|
||||
%files -n cockpit-tests -f tests.list
|
||||
%{pamdir}/mock-pam-conv-mod.so
|
||||
%{_unitdir}/cockpit-session.socket
|
||||
%{_unitdir}/cockpit-session@.service
|
||||
|
||||
%package -n cockpit-pcp
|
||||
Summary: Cockpit PCP integration
|
||||
@ -678,6 +681,9 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%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
|
||||
- Add right-to-left language support
|
||||
- Accounts: Redesign and include groups
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (cockpit-282.1.tar.xz) = a4b06419fafba8f2c2f1fdc4475683eb34a941e260666909c7b3e09c7a3c90c28996c180016bee81ac95291999121ec1ccb70c4e7f5d3a02d9d61dccbdd62d0c
|
||||
SHA512 (cockpit-283.tar.xz) = 05da4974d6e7faa226f099804237f81e93d794929c0cbd3700c721d1e489e646698ad2002d1ce894b145fd3c9d268e5f8e9a536b4029cf6dc025d47df89fd0e7
|
||||
SHA512 (cockpit.css.gz) = 1851e890e49141c17e498f1472c3bc307439cefaa0f1dccecbfc87b04087af03ca42199c86116c1fcf8890b58ca98f8aecfb01cc8b3c03a76e2685f7bd610568
|
||||
|
Loading…
Reference in New Issue
Block a user