Update to upstream 309 release
This commit is contained in:
parent
1fecb1ad7c
commit
e271a4e7cc
Binary file not shown.
17
cockpit.spec
17
cockpit.spec
@ -9,8 +9,8 @@
|
|||||||
%bcond_with pcp
|
%bcond_with pcp
|
||||||
|
|
||||||
Name: cockpit
|
Name: cockpit
|
||||||
Version: 285
|
Version: 309
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A easy-to-use, integrated, glanceable, and open web-based interface for Linux servers
|
Summary: A easy-to-use, integrated, glanceable, and open web-based interface for Linux servers
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
@ -29,6 +29,7 @@ BuildRequires: autoconf automake python3 intltool libssh-devel >= 0.7.1 openssl
|
|||||||
BuildRequires: libxslt-devel docbook-style-xsl glib-networking sed glib2-devel >= 2.50.0
|
BuildRequires: libxslt-devel docbook-style-xsl glib-networking sed glib2-devel >= 2.50.0
|
||||||
BuildRequires: systemd-devel krb5-server xmlto gnutls-devel >= 3.6.0
|
BuildRequires: systemd-devel krb5-server xmlto gnutls-devel >= 3.6.0
|
||||||
BuildRequires: gettext >= 0.21 openssh-clients gdb
|
BuildRequires: gettext >= 0.21 openssh-clients gdb
|
||||||
|
BuildRequires: python3-pip
|
||||||
%if %{with pcp}
|
%if %{with pcp}
|
||||||
BuildRequires: pcp-libs-devel
|
BuildRequires: pcp-libs-devel
|
||||||
%endif
|
%endif
|
||||||
@ -96,17 +97,12 @@ find %{buildroot}%{_datadir}/cockpit/base1 -type f -o -type l >> base.list
|
|||||||
echo '%{_sysconfdir}/cockpit/machines.d' >> base.list
|
echo '%{_sysconfdir}/cockpit/machines.d' >> base.list
|
||||||
echo %{buildroot}%{_datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy >> base.list
|
echo %{buildroot}%{_datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy >> base.list
|
||||||
echo '%dir %{_datadir}/cockpit/ssh' >> base.list
|
echo '%dir %{_datadir}/cockpit/ssh' >> base.list
|
||||||
find %{buildroot}%{_datadir}/cockpit/ssh -type f >> base.list
|
|
||||||
echo '%{_libexecdir}/cockpit-ssh' >> base.list
|
|
||||||
|
|
||||||
%if %{with pcp}
|
%if %{with pcp}
|
||||||
echo '%dir %{_datadir}/cockpit/pcp' > pcp.list
|
echo '%dir %{_datadir}/cockpit/pcp' > pcp.list
|
||||||
find %{buildroot}%{_datadir}/cockpit/pcp -type f >> pcp.list
|
find %{buildroot}%{_datadir}/cockpit/pcp -type f >> pcp.list
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo '%dir %{_datadir}/cockpit/tuned' > system.list
|
|
||||||
find %{buildroot}%{_datadir}/cockpit/tuned -type f >> system.list
|
|
||||||
|
|
||||||
echo '%dir %{_datadir}/cockpit/shell' >> system.list
|
echo '%dir %{_datadir}/cockpit/shell' >> system.list
|
||||||
find %{buildroot}%{_datadir}/cockpit/shell -type f >> system.list
|
find %{buildroot}%{_datadir}/cockpit/shell -type f >> system.list
|
||||||
|
|
||||||
@ -304,6 +300,7 @@ fi
|
|||||||
%{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2
|
%{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2
|
||||||
%{_mandir}/man8/%{name}_session_selinux.8cockpit.*
|
%{_mandir}/man8/%{name}_session_selinux.8cockpit.*
|
||||||
%{_mandir}/man8/%{name}_ws_selinux.8cockpit.*
|
%{_mandir}/man8/%{name}_ws_selinux.8cockpit.*
|
||||||
|
%{python3_sitelib}/cockpit*
|
||||||
|
|
||||||
%if %{with pcp}
|
%if %{with pcp}
|
||||||
%files pcp
|
%files pcp
|
||||||
@ -323,6 +320,12 @@ fi
|
|||||||
%doc %{_mandir}/man8/{cockpit-ws.8.gz,remotectl.8.gz,pam_ssh_add.8.gz,cockpit-tls.8.gz}
|
%doc %{_mandir}/man8/{cockpit-ws.8.gz,remotectl.8.gz,pam_ssh_add.8.gz,cockpit-tls.8.gz}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 23 2024 zhouwenpei <zhouwenpei1@h-partners.com> - 309-1
|
||||||
|
- Type:NA
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:Update to upstream 309 release
|
||||||
|
|
||||||
* Tue Mar 28 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 285-2
|
* Tue Mar 28 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 285-2
|
||||||
- Type:NA
|
- Type:NA
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user