2020-05-15 13:24:14 +02:00
|
|
|
#
|
2021-01-29 15:35:16 +01:00
|
|
|
# Copyright (C) 2014-2020 Red Hat, Inc.
|
2020-05-15 13:24:14 +02:00
|
|
|
#
|
2021-02-03 18:06:18 +01:00
|
|
|
# Cockpit is free software; you can redistribute it and/or modify it
|
|
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# Cockpit is distributed in the hope that it will be useful, but
|
|
|
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Lesser General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
|
2020-05-15 13:24:14 +02:00
|
|
|
#
|
|
|
|
|
2021-02-03 18:06:18 +01:00
|
|
|
#
|
|
|
|
# This file is maintained at the following location:
|
|
|
|
# https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec
|
|
|
|
#
|
|
|
|
# If you are editing this file in another location, changes will likely
|
|
|
|
# be clobbered the next time an automated release is done.
|
|
|
|
#
|
|
|
|
# Check first cockpit-devel@lists.fedorahosted.org
|
|
|
|
#
|
|
|
|
# Globals that may be defined elsewhere
|
|
|
|
# * Version 122
|
|
|
|
# * wip 1
|
|
|
|
#
|
2019-06-25 14:44:15 +02:00
|
|
|
|
|
|
|
# earliest base that the subpackages work on; the instances of this get computed/updated
|
|
|
|
# by tools/gen-spec-dependencies during "make dist", but keep a hardcoded fallback
|
|
|
|
%define required_base 122
|
|
|
|
|
|
|
|
# we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly
|
|
|
|
%if 0%{?centos}
|
|
|
|
%define rhel %{centos}
|
2015-10-13 13:42:40 +02:00
|
|
|
%endif
|
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%define _hardened_build 1
|
|
|
|
|
|
|
|
%define __lib lib
|
|
|
|
|
2020-04-15 10:21:19 +02:00
|
|
|
%if 0%{?rhel}
|
|
|
|
%define vdo_on_demand 1
|
2015-10-13 13:42:40 +02:00
|
|
|
%endif
|
|
|
|
|
2020-04-15 10:21:19 +02:00
|
|
|
%if 0%{?suse_version}
|
|
|
|
%define pamdir /%{_lib}/security
|
2019-06-25 14:44:15 +02:00
|
|
|
%else
|
2020-04-15 10:21:19 +02:00
|
|
|
%define pamdir %{_libdir}/security
|
2015-10-13 13:42:40 +02:00
|
|
|
%endif
|
2015-02-07 14:28:40 +01:00
|
|
|
|
|
|
|
Name: cockpit
|
2019-06-25 14:44:15 +02:00
|
|
|
Summary: Web Console for Linux servers
|
2021-01-29 15:35:16 +01:00
|
|
|
|
2021-02-03 18:06:18 +01:00
|
|
|
License: LGPL-2.1-or-later
|
2019-06-25 14:44:15 +02:00
|
|
|
URL: https://cockpit-project.org/
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2021-02-17 10:56:18 +01:00
|
|
|
Version: 236
|
2019-06-25 14:44:15 +02:00
|
|
|
%if %{defined wip}
|
2021-02-03 18:06:18 +01:00
|
|
|
Release: 1.%{wip}%{?dist}
|
2020-05-15 13:26:48 +02:00
|
|
|
Source0: cockpit-%{version}.tar.xz
|
2015-02-07 14:28:40 +01:00
|
|
|
%else
|
2021-02-03 18:06:18 +01:00
|
|
|
Release: 0
|
2019-06-25 14:44:15 +02:00
|
|
|
Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz
|
2015-02-07 14:28:40 +01:00
|
|
|
%endif
|
2021-02-03 18:06:18 +01:00
|
|
|
Source1: cockpit.pam
|
|
|
|
Source2: cockpit-rpmlintrc
|
|
|
|
Source99: README.packaging
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2020-10-06 14:42:16 +02:00
|
|
|
# in RHEL the source package is duplicated: cockpit (building basic packages like cockpit-{bridge,system})
|
|
|
|
# and cockpit-appstream (building optional packages like cockpit-{machines,pcp})
|
2021-01-22 14:56:54 +01:00
|
|
|
# This split does not apply to EPEL/COPR.
|
|
|
|
%if 0%{?rhel} && 0%{?epel} == 0
|
2020-10-06 14:42:16 +02:00
|
|
|
|
|
|
|
%if "%{name}" == "cockpit"
|
|
|
|
%define build_basic 1
|
|
|
|
%define build_optional 0
|
|
|
|
%else
|
|
|
|
%define build_basic 0
|
|
|
|
%define build_optional 1
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%else
|
|
|
|
%define build_basic 1
|
|
|
|
%define build_optional 1
|
|
|
|
%endif
|
|
|
|
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
|
|
BuildRequires: pkgconfig(polkit-agent-1) >= 0.105
|
|
|
|
BuildRequires: pam-devel
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildRequires: autoconf automake
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: /usr/bin/python3
|
|
|
|
BuildRequires: gettext >= 0.19.7
|
2020-10-06 14:42:16 +02:00
|
|
|
%if 0%{?build_basic}
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildRequires: libssh-devel >= 0.8.5
|
2019-06-25 14:44:15 +02:00
|
|
|
%endif
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: gnutls-devel >= 3.4.3
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
BuildRequires: pkgconfig(krb5) >= 1.11
|
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: glib-networking
|
|
|
|
BuildRequires: sed
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildRequires: glib2-devel >= 2.50.0
|
2020-04-15 10:21:19 +02:00
|
|
|
# this is for runtimedir in the tls proxy ace21c8879
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildRequires: pkgconfig(libsystemd) >= 235
|
2020-04-15 10:21:19 +02:00
|
|
|
%if 0%{?suse_version}
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildRequires: distribution-release
|
|
|
|
BuildRequires: libpcp-devel
|
|
|
|
BuildRequires: pcp-devel
|
|
|
|
BuildRequires: libpcp3
|
|
|
|
BuildRequires: libpcp_import1
|
|
|
|
BuildRequires: openssh
|
|
|
|
BuildRequires: distribution-logos
|
|
|
|
BuildRequires: wallpaper-branding
|
2020-04-15 10:21:19 +02:00
|
|
|
%else
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildRequires: pcp-libs-devel
|
|
|
|
BuildRequires: openssh-clients
|
|
|
|
BuildRequires: docbook-style-xsl
|
2015-02-07 14:28:40 +01:00
|
|
|
%endif
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildRequires: krb5-server
|
|
|
|
BuildRequires: gdb
|
2020-04-15 10:21:19 +02:00
|
|
|
|
2015-02-07 14:28:40 +01:00
|
|
|
# For documentation
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildRequires: xmlto
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
# This is the "cockpit" metapackage. It should only
|
|
|
|
# Require, Suggest or Recommend other cockpit-xxx subpackages
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2021-02-03 18:06:18 +01:00
|
|
|
Requires: cockpit-bridge
|
|
|
|
Requires: cockpit-ws
|
|
|
|
Requires: cockpit-system
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
# Optional components
|
2021-02-03 18:06:18 +01:00
|
|
|
Recommends: (cockpit-storaged if udisks2)
|
|
|
|
Recommends: cockpit-packagekit
|
|
|
|
Suggests: cockpit-pcp
|
2020-04-15 10:21:19 +02:00
|
|
|
|
|
|
|
%if 0%{?rhel} == 0
|
2021-02-03 18:06:18 +01:00
|
|
|
Recommends: (cockpit-networkmanager if NetworkManager)
|
|
|
|
Suggests: cockpit-selinux
|
2015-10-14 12:03:39 +02:00
|
|
|
%endif
|
2020-04-15 10:21:19 +02:00
|
|
|
%if 0%{?rhel} && 0%{?centos} == 0
|
2021-02-03 18:06:18 +01:00
|
|
|
Recommends: subscription-manager-cockpit
|
2020-04-15 10:21:19 +02:00
|
|
|
%endif
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%prep
|
|
|
|
%setup -q -n cockpit-%{version}
|
2020-04-15 10:21:19 +02:00
|
|
|
%autopatch -p1
|
|
|
|
cp %SOURCE1 tools/cockpit.pam
|
2019-06-25 14:44:15 +02:00
|
|
|
|
2015-02-07 14:28:40 +01:00
|
|
|
%build
|
2019-06-25 14:44:15 +02:00
|
|
|
exec 2>&1
|
|
|
|
%configure \
|
|
|
|
--disable-silent-rules \
|
|
|
|
--with-cockpit-user=cockpit-ws \
|
2020-04-15 10:21:19 +02:00
|
|
|
--with-cockpit-ws-instance-user=cockpit-wsinstance \
|
2019-06-25 14:44:15 +02:00
|
|
|
--with-selinux-config-type=etc_t \
|
2020-04-15 10:21:19 +02:00
|
|
|
--with-appstream-data-packages='[ "appstream-data" ]' \
|
|
|
|
--with-nfs-client-package='"nfs-utils"' \
|
2019-06-25 14:44:15 +02:00
|
|
|
%if 0%{?suse_version}
|
|
|
|
--docdir=%_defaultdocdir/%{name} \
|
2015-02-07 14:28:40 +01:00
|
|
|
%endif
|
2020-04-15 10:21:19 +02:00
|
|
|
--with-pamdir='%{pamdir}' \
|
2020-10-06 14:42:16 +02:00
|
|
|
%if 0%{?build_basic} == 0
|
|
|
|
--disable-ssh \
|
|
|
|
%endif
|
2019-06-25 14:44:15 +02:00
|
|
|
%{?vdo_on_demand:--with-vdo-package='"vdo"'}
|
|
|
|
make -j4 %{?extra_flags} all
|
2015-02-07 14:28:40 +01:00
|
|
|
|
|
|
|
%check
|
2019-06-25 14:44:15 +02:00
|
|
|
exec 2>&1
|
2020-06-09 15:07:16 +02:00
|
|
|
# HACK: Fedora koji builders are very slow, unreliable, and inaccessible for debugging; https://github.com/cockpit-project/cockpit/issues/13909
|
|
|
|
%if 0%{?fedora} >= 0
|
|
|
|
%ifarch s390x
|
|
|
|
%define testsuite_fail || true
|
|
|
|
%endif
|
|
|
|
%endif
|
2020-06-26 16:54:32 +02:00
|
|
|
# HACK: RHEL i686 builders hang after running all tests; not a supported architecture, so don't bother
|
|
|
|
%if 0%{?rhel} >= 8
|
|
|
|
%ifarch i686
|
|
|
|
%define testsuite_skip #
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%{?testsuite_skip} make -j4 check %{?testsuite_fail}
|
2015-02-07 14:28:40 +01:00
|
|
|
|
|
|
|
%install
|
2020-08-14 16:12:24 +02:00
|
|
|
%make_install
|
2019-06-25 14:44:15 +02:00
|
|
|
make install-tests DESTDIR=%{buildroot}
|
2015-02-07 14:28:40 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
|
2020-04-15 10:21:19 +02:00
|
|
|
install -p -m 644 tools/cockpit.pam $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/cockpit
|
2015-02-07 14:28:40 +01:00
|
|
|
rm -f %{buildroot}/%{_libdir}/cockpit/*.so
|
2020-04-15 10:21:19 +02:00
|
|
|
install -D -p -m 644 AUTHORS COPYING README.md %{buildroot}%{_docdir}/cockpit/
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2020-10-02 18:06:56 +02:00
|
|
|
# only ship deprecated PatternFly API for stable releases
|
2021-01-22 14:56:54 +01:00
|
|
|
%if 0%{?fedora} <= 33 || 0%{?rhel} <= 8
|
|
|
|
ln -s cockpit.css.gz %{buildroot}/%{_datadir}/cockpit/base1/patternfly.css.gz
|
2020-10-02 18:06:56 +02:00
|
|
|
%endif
|
|
|
|
|
2015-10-13 13:42:40 +02:00
|
|
|
# Build the package lists for resource packages
|
2019-06-25 14:44:15 +02:00
|
|
|
echo '%dir %{_datadir}/cockpit/base1' > base.list
|
2020-04-15 10:21:19 +02:00
|
|
|
echo '%dir %{_datadir}/cockpit/base1/fonts' >> base.list
|
2021-01-22 14:56:54 +01:00
|
|
|
find %{buildroot}%{_datadir}/cockpit/base1 -type f -o -type l >> base.list
|
2019-06-25 14:44:15 +02:00
|
|
|
echo '%{_sysconfdir}/cockpit/machines.d' >> base.list
|
|
|
|
echo %{buildroot}%{_datadir}/polkit-1/actions/org.cockpit-project.cockpit-bridge.policy >> base.list
|
2020-04-15 10:21:19 +02:00
|
|
|
echo '%dir %{_datadir}/cockpit/ssh' >> base.list
|
2019-06-25 14:44:15 +02:00
|
|
|
find %{buildroot}%{_datadir}/cockpit/ssh -type f >> base.list
|
|
|
|
echo '%{_libexecdir}/cockpit-ssh' >> base.list
|
|
|
|
|
|
|
|
echo '%dir %{_datadir}/cockpit/pcp' >> pcp.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/pcp -type f >> pcp.list
|
|
|
|
|
|
|
|
echo '%dir %{_datadir}/cockpit/tuned' >> system.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/tuned -type f >> system.list
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
echo '%dir %{_datadir}/cockpit/shell' >> system.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/shell -type f >> system.list
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
echo '%dir %{_datadir}/cockpit/systemd' >> system.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/systemd -type f >> system.list
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
echo '%dir %{_datadir}/cockpit/users' >> system.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/users -type f >> system.list
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2020-11-27 18:05:16 +01:00
|
|
|
echo '%dir %{_datadir}/cockpit/metrics' >> system.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/metrics -type f >> system.list
|
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
echo '%dir %{_datadir}/cockpit/kdump' >> kdump.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/kdump -type f >> kdump.list
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
echo '%dir %{_datadir}/cockpit/sosreport' > sosreport.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/sosreport -type f >> sosreport.list
|
|
|
|
|
|
|
|
echo '%dir %{_datadir}/cockpit/storaged' > storaged.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/storaged -type f >> storaged.list
|
|
|
|
|
|
|
|
echo '%dir %{_datadir}/cockpit/networkmanager' > networkmanager.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/networkmanager -type f >> networkmanager.list
|
|
|
|
|
|
|
|
echo '%dir %{_datadir}/cockpit/packagekit' >> packagekit.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/packagekit -type f >> packagekit.list
|
|
|
|
|
|
|
|
echo '%dir %{_datadir}/cockpit/apps' >> packagekit.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/apps -type f >> packagekit.list
|
|
|
|
|
|
|
|
echo '%dir %{_datadir}/cockpit/machines' > machines.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/machines -type f >> machines.list
|
|
|
|
|
|
|
|
echo '%dir %{_datadir}/cockpit/selinux' > selinux.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/selinux -type f >> selinux.list
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
echo '%dir %{_datadir}/cockpit/playground' > tests.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/playground -type f >> tests.list
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2021-01-22 14:56:54 +01:00
|
|
|
echo '%dir %{_datadir}/cockpit/static' > static.list
|
|
|
|
find %{buildroot}%{_datadir}/cockpit/static -type f >> static.list
|
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
# when not building basic packages, remove their files
|
|
|
|
%if 0%{?build_basic} == 0
|
2020-11-27 18:05:16 +01:00
|
|
|
for pkg in base1 branding motd kdump networkmanager selinux shell sosreport ssh static systemd tuned users metrics; do
|
2019-06-25 14:44:15 +02:00
|
|
|
rm -r %{buildroot}/%{_datadir}/cockpit/$pkg
|
2020-10-06 14:42:16 +02:00
|
|
|
rm -rf %{buildroot}/usr/src/debug/%{_datadir}/cockpit/$pkg
|
2019-06-25 14:44:15 +02:00
|
|
|
rm -f %{buildroot}/%{_datadir}/metainfo/org.cockpit-project.cockpit-${pkg}.metainfo.xml
|
|
|
|
done
|
|
|
|
for data in doc locale man pixmaps polkit-1; do
|
|
|
|
rm -r %{buildroot}/%{_datadir}/$data
|
|
|
|
done
|
2020-10-06 14:42:16 +02:00
|
|
|
for lib in systemd tmpfiles.d; do
|
2019-06-25 14:44:15 +02:00
|
|
|
rm -r %{buildroot}/%{_prefix}/%{__lib}/$lib
|
|
|
|
done
|
2020-04-15 10:21:19 +02:00
|
|
|
for libexec in cockpit-askpass cockpit-session cockpit-ws cockpit-tls cockpit-wsinstance-factory cockpit-desktop; do
|
2019-06-25 14:44:15 +02:00
|
|
|
rm %{buildroot}/%{_libexecdir}/$libexec
|
|
|
|
done
|
|
|
|
rm -r %{buildroot}/%{_libdir}/security %{buildroot}/%{_sysconfdir}/pam.d %{buildroot}/%{_sysconfdir}/motd.d %{buildroot}/%{_sysconfdir}/issue.d
|
|
|
|
rm %{buildroot}/usr/bin/cockpit-bridge %{buildroot}/usr/sbin/remotectl
|
|
|
|
rm -f %{buildroot}%{_libexecdir}/cockpit-ssh
|
|
|
|
rm -f %{buildroot}%{_datadir}/metainfo/cockpit.appdata.xml
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# when not building optional packages, remove their files
|
|
|
|
%if 0%{?build_optional} == 0
|
2021-01-22 14:56:54 +01:00
|
|
|
for pkg in apps machines packagekit pcp playground storaged; do
|
2020-10-06 14:42:16 +02:00
|
|
|
rm -rf %{buildroot}/%{_datadir}/cockpit/$pkg %{buildroot}/usr/src/debug/%{_datadir}/cockpit/$pkg
|
2019-06-25 14:44:15 +02:00
|
|
|
done
|
|
|
|
# files from -tests
|
2020-06-09 15:07:16 +02:00
|
|
|
rm -r %{buildroot}/%{_prefix}/%{__lib}/cockpit-test-assets
|
2019-06-25 14:44:15 +02:00
|
|
|
# files from -pcp
|
|
|
|
rm -r %{buildroot}/%{_libexecdir}/cockpit-pcp %{buildroot}/%{_localstatedir}/lib/pcp/
|
|
|
|
# files from -machines
|
|
|
|
rm -f %{buildroot}/%{_prefix}/share/metainfo/org.cockpit-project.cockpit-machines.metainfo.xml
|
|
|
|
# files from -storaged
|
|
|
|
rm -f %{buildroot}/%{_prefix}/share/metainfo/org.cockpit-project.cockpit-storaged.metainfo.xml
|
|
|
|
%endif
|
|
|
|
|
2015-10-13 13:42:40 +02:00
|
|
|
sed -i "s|%{buildroot}||" *.list
|
|
|
|
|
2020-04-15 10:21:19 +02:00
|
|
|
%if 0%{?suse_version}
|
2020-04-29 15:31:10 +02:00
|
|
|
# remove brandings with stale symlinks. Means they don't match
|
|
|
|
# the distro.
|
2020-04-15 10:21:19 +02:00
|
|
|
pushd %{buildroot}/%{_datadir}/cockpit/branding
|
2020-04-29 15:31:10 +02:00
|
|
|
find -L * -type l -printf "%H\n" | sort -u | xargs rm -rv
|
2020-04-15 10:21:19 +02:00
|
|
|
popd
|
|
|
|
# need this in SUSE as post build checks dislike stale symlinks
|
|
|
|
install -m 644 -D /dev/null %{buildroot}/run/cockpit/motd
|
2020-06-09 11:10:46 +02:00
|
|
|
# remove files of not installable packages
|
2020-10-02 18:06:56 +02:00
|
|
|
rm -r %{buildroot}%{_datadir}/cockpit/{sosreport,selinux}
|
|
|
|
rm -f %{buildroot}/%{_prefix}/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
|
2020-06-09 11:10:46 +02:00
|
|
|
rm -f %{buildroot}%{_datadir}/pixmaps/cockpit-sosreport.png
|
2020-04-15 10:21:19 +02:00
|
|
|
%else
|
|
|
|
%global _debugsource_packages 1
|
|
|
|
%global _debuginfo_subpackages 0
|
|
|
|
|
|
|
|
%define find_debug_info %{_rpmconfigdir}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_include_minidebuginfo:-m} %{?_find_debuginfo_dwz_opts} %{?_find_debuginfo_opts} %{?_debugsource_packages:-S debugsourcefiles.list} "%{_builddir}/%{?buildsubdir}"
|
|
|
|
|
|
|
|
# Redefine how debug info is built to slip in our extra debug files
|
|
|
|
%define __debug_install_post \
|
|
|
|
%{find_debug_info} \
|
|
|
|
cat debug.partial >> %{_builddir}/%{?buildsubdir}/debugfiles.list \
|
|
|
|
%{nil}
|
|
|
|
|
2015-10-13 13:42:40 +02:00
|
|
|
# Build the package lists for debug package, and move debug files to installed locations
|
2019-06-25 14:44:15 +02:00
|
|
|
find %{buildroot}/usr/src/debug%{_datadir}/cockpit -type f -o -type l > debug.partial
|
|
|
|
sed -i "s|%{buildroot}/usr/src/debug||" debug.partial
|
|
|
|
sed -n 's/\.map\(\.gz\)\?$/\0/p' *.list >> debug.partial
|
|
|
|
sed -i '/\.map\(\.gz\)\?$/d' *.list
|
2015-10-13 13:42:40 +02:00
|
|
|
tar -C %{buildroot}/usr/src/debug -cf - . | tar -C %{buildroot} -xf -
|
2020-04-15 10:21:19 +02:00
|
|
|
%endif
|
|
|
|
# /suse_version
|
2015-10-13 13:42:40 +02:00
|
|
|
rm -rf %{buildroot}/usr/src/debug
|
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
# On RHEL kdump, networkmanager, selinux, and sosreport are part of the system package
|
2015-10-13 13:42:40 +02:00
|
|
|
%if 0%{?rhel}
|
2019-06-25 14:44:15 +02:00
|
|
|
cat kdump.list sosreport.list networkmanager.list selinux.list >> system.list
|
|
|
|
rm -f %{buildroot}%{_datadir}/metainfo/org.cockpit-project.cockpit-sosreport.metainfo.xml
|
|
|
|
rm -f %{buildroot}%{_datadir}/metainfo/org.cockpit-project.cockpit-kdump.metainfo.xml
|
|
|
|
rm -f %{buildroot}%{_datadir}/metainfo/org.cockpit-project.cockpit-selinux.metainfo.xml
|
2020-04-15 10:21:19 +02:00
|
|
|
rm -f %{buildroot}%{_datadir}/pixmaps/cockpit-sosreport.png
|
2015-10-13 13:42:40 +02:00
|
|
|
%endif
|
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%if 0%{?build_basic}
|
|
|
|
%find_lang cockpit
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------------------
|
|
|
|
# Basic Sub-packages
|
|
|
|
|
|
|
|
%if 0%{?build_basic}
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Cockpit Web Console enables users to administer GNU/Linux servers using a
|
|
|
|
web browser.
|
|
|
|
|
|
|
|
It offers network configuration, log inspection, diagnostic reports, SELinux
|
|
|
|
troubleshooting, interactive command-line sessions, and more.
|
|
|
|
|
2015-02-07 14:28:40 +01:00
|
|
|
%files
|
2019-06-25 14:44:15 +02:00
|
|
|
%{_docdir}/cockpit/AUTHORS
|
|
|
|
%{_docdir}/cockpit/COPYING
|
|
|
|
%{_docdir}/cockpit/README.md
|
|
|
|
%dir %{_datadir}/cockpit
|
|
|
|
%{_datadir}/metainfo/cockpit.appdata.xml
|
|
|
|
%{_datadir}/pixmaps/cockpit.png
|
|
|
|
%doc %{_mandir}/man1/cockpit.1.gz
|
2020-04-15 10:21:19 +02:00
|
|
|
|
2021-02-03 18:06:18 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%package bridge
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Cockpit bridge server-side component
|
|
|
|
Requires: glib-networking
|
|
|
|
Provides: cockpit-ssh = %{version}-%{release}
|
2019-06-25 14:44:15 +02:00
|
|
|
# PR #10430 dropped workaround for ws' inability to understand x-host-key challenge
|
2021-02-03 18:06:18 +01:00
|
|
|
Conflicts: cockpit-ws < 181.x
|
2021-01-22 14:56:54 +01:00
|
|
|
# 233 dropped jquery.js, pages started to bundle it (commit 049e8b8dce)
|
2021-02-03 18:06:18 +01:00
|
|
|
Conflicts: cockpit-dashboard < 233
|
|
|
|
Conflicts: cockpit-networkmanager < 233
|
|
|
|
Conflicts: cockpit-storaged < 233
|
|
|
|
Conflicts: cockpit-system < 233
|
|
|
|
Conflicts: cockpit-tests < 233
|
|
|
|
Conflicts: cockpit-docker < 233
|
2019-06-25 14:44:15 +02:00
|
|
|
|
|
|
|
%description bridge
|
|
|
|
The Cockpit bridge component installed server side and runs commands on the
|
|
|
|
system on behalf of the web based user interface.
|
|
|
|
|
|
|
|
%files bridge -f base.list
|
2015-02-07 14:28:40 +01:00
|
|
|
%doc %{_mandir}/man1/cockpit-bridge.1.gz
|
|
|
|
%{_bindir}/cockpit-bridge
|
2019-06-25 14:44:15 +02:00
|
|
|
%{_libexecdir}/cockpit-askpass
|
|
|
|
|
|
|
|
%package doc
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Cockpit deployment and developer guide
|
|
|
|
BuildArch: noarch
|
2019-06-25 14:44:15 +02:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
The Cockpit Deployment and Developer Guide shows sysadmins how to
|
|
|
|
deploy Cockpit on their machines as well as helps developers who want to
|
|
|
|
embed or extend Cockpit.
|
2015-02-07 14:28:40 +01:00
|
|
|
|
|
|
|
%files doc
|
2019-06-25 14:44:15 +02:00
|
|
|
%exclude %{_docdir}/cockpit/AUTHORS
|
|
|
|
%exclude %{_docdir}/cockpit/COPYING
|
|
|
|
%exclude %{_docdir}/cockpit/README.md
|
|
|
|
%{_docdir}/cockpit
|
|
|
|
|
|
|
|
%package system
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Cockpit admin interface package for configuring and troubleshooting a system
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: cockpit-bridge >= %{version}-%{release}
|
2019-06-25 14:44:15 +02:00
|
|
|
%if !0%{?suse_version}
|
2021-02-03 18:06:18 +01:00
|
|
|
Requires: shadow-utils
|
|
|
|
%endif
|
|
|
|
Requires: grep
|
|
|
|
Requires: /usr/bin/pwscore
|
|
|
|
Requires: /usr/bin/date
|
|
|
|
Provides: cockpit-shell = %{version}-%{release}
|
|
|
|
Provides: cockpit-systemd = %{version}-%{release}
|
|
|
|
Provides: cockpit-tuned = %{version}-%{release}
|
|
|
|
Provides: cockpit-users = %{version}-%{release}
|
2019-06-25 14:44:15 +02:00
|
|
|
%if 0%{?rhel}
|
2021-02-03 18:06:18 +01:00
|
|
|
Provides: cockpit-networkmanager = %{version}-%{release}
|
|
|
|
Obsoletes: cockpit-networkmanager
|
|
|
|
Requires: NetworkManager >= 1.6
|
|
|
|
Provides: cockpit-kdump = %{version}-%{release}
|
|
|
|
Requires: kexec-tools
|
|
|
|
Recommends: (sudo or polkit)
|
|
|
|
Recommends: PackageKit
|
|
|
|
Recommends: NetworkManager-team
|
|
|
|
Recommends: setroubleshoot-server >= 3.3.3
|
|
|
|
Provides: cockpit-selinux = %{version}-%{release}
|
|
|
|
Provides: cockpit-sosreport = %{version}-%{release}
|
|
|
|
Requires: sos
|
|
|
|
Obsoletes: cockpit-dashboard
|
2019-06-25 14:44:15 +02:00
|
|
|
%endif
|
2020-04-15 10:21:19 +02:00
|
|
|
%if 0%{?fedora} >= 29
|
|
|
|
# 0.7.0 (actually) supports task cancellation.
|
|
|
|
# 0.7.1 fixes tasks never announcing completion.
|
2021-02-03 18:06:18 +01:00
|
|
|
Recommends: (reportd >= 0.7.1 if abrt)
|
2019-06-25 14:44:15 +02:00
|
|
|
%endif
|
|
|
|
# NPM modules which are also available as packages
|
2021-02-03 18:06:18 +01:00
|
|
|
Provides: bundled(js-jquery) = 3.5.1
|
|
|
|
Provides: bundled(js-moment) = 2.29.1
|
|
|
|
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.9.0
|
|
|
|
Provides: bundled(xstatic-patternfly-common) = 3.59.5
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%description system
|
|
|
|
This package contains the Cockpit shell and system configuration interfaces.
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%files system -f system.list
|
|
|
|
%dir %{_datadir}/cockpit/shell/images
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%package ws
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Cockpit Web Service
|
|
|
|
Requires: glib-networking
|
|
|
|
Requires: openssl
|
|
|
|
Requires: glib2 >= 2.50.0
|
|
|
|
Conflicts: firewalld < 0.6.0-1
|
|
|
|
Recommends: sscg >= 2.3
|
|
|
|
Recommends: system-logos
|
|
|
|
Suggests: sssd-dbus
|
2020-09-10 14:49:32 +02:00
|
|
|
%if 0%{?suse_version}
|
2020-08-13 09:17:34 +02:00
|
|
|
Requires(pre): permissions
|
2020-09-07 09:51:41 +02:00
|
|
|
%endif
|
2019-06-25 14:44:15 +02:00
|
|
|
|
|
|
|
%description ws
|
|
|
|
The Cockpit Web Service listens on the network, and authenticates users.
|
|
|
|
|
2020-04-15 10:21:19 +02:00
|
|
|
If sssd-dbus is installed, you can enable client certificate/smart card
|
|
|
|
authentication via sssd/FreeIPA.
|
|
|
|
|
2021-01-22 14:56:54 +01:00
|
|
|
%files ws -f cockpit.lang -f static.list
|
2019-06-25 14:44:15 +02:00
|
|
|
%doc %{_mandir}/man1/cockpit-desktop.1.gz
|
2015-02-07 14:28:40 +01:00
|
|
|
%doc %{_mandir}/man5/cockpit.conf.5.gz
|
|
|
|
%doc %{_mandir}/man8/cockpit-ws.8.gz
|
2020-04-15 10:21:19 +02:00
|
|
|
%doc %{_mandir}/man8/cockpit-tls.8.gz
|
2015-10-13 13:42:40 +02:00
|
|
|
%doc %{_mandir}/man8/remotectl.8.gz
|
2020-04-15 10:21:19 +02:00
|
|
|
%doc %{_mandir}/man8/pam_cockpit_cert.8.gz
|
2015-10-13 13:42:40 +02:00
|
|
|
%doc %{_mandir}/man8/pam_ssh_add.8.gz
|
2020-04-15 10:21:19 +02:00
|
|
|
%dir %{_sysconfdir}/cockpit
|
2019-06-25 14:44:15 +02:00
|
|
|
%config(noreplace) %{_sysconfdir}/cockpit/ws-certs.d
|
2015-02-07 14:28:40 +01:00
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/cockpit
|
2019-06-25 14:44:15 +02:00
|
|
|
%config %{_sysconfdir}/issue.d/cockpit.issue
|
2020-04-15 10:21:19 +02:00
|
|
|
# dir is not owned by pam in openSUSE
|
|
|
|
%dir %{_sysconfdir}/motd.d
|
2019-06-25 14:44:15 +02:00
|
|
|
%config %{_sysconfdir}/motd.d/cockpit
|
2020-04-15 10:21:19 +02:00
|
|
|
%ghost /run/cockpit/motd
|
|
|
|
%ghost %dir /run/cockpit
|
|
|
|
%dir %{_datadir}/cockpit/motd
|
2019-06-25 14:44:15 +02:00
|
|
|
%{_datadir}/cockpit/motd/update-motd
|
|
|
|
%{_datadir}/cockpit/motd/inactive.motd
|
2015-02-07 14:28:40 +01:00
|
|
|
%{_unitdir}/cockpit.service
|
2019-06-25 14:44:15 +02:00
|
|
|
%{_unitdir}/cockpit-motd.service
|
2015-02-07 14:28:40 +01:00
|
|
|
%{_unitdir}/cockpit.socket
|
2020-04-15 10:21:19 +02:00
|
|
|
%{_unitdir}/cockpit-wsinstance-http.socket
|
|
|
|
%{_unitdir}/cockpit-wsinstance-http.service
|
|
|
|
%{_unitdir}/cockpit-wsinstance-http-redirect.socket
|
|
|
|
%{_unitdir}/cockpit-wsinstance-http-redirect.service
|
|
|
|
%{_unitdir}/cockpit-wsinstance-https-factory.socket
|
|
|
|
%{_unitdir}/cockpit-wsinstance-https-factory@.service
|
|
|
|
%{_unitdir}/cockpit-wsinstance-https@.socket
|
|
|
|
%{_unitdir}/cockpit-wsinstance-https@.service
|
|
|
|
%{_unitdir}/system-cockpithttps.slice
|
2019-06-25 14:44:15 +02:00
|
|
|
%{_prefix}/%{__lib}/tmpfiles.d/cockpit-tempfiles.conf
|
2015-02-07 14:28:40 +01:00
|
|
|
%{_sbindir}/remotectl
|
2020-04-15 10:21:19 +02:00
|
|
|
%{pamdir}/pam_ssh_add.so
|
|
|
|
%{pamdir}/pam_cockpit_cert.so
|
2015-02-07 14:28:40 +01:00
|
|
|
%{_libexecdir}/cockpit-ws
|
2020-04-15 10:21:19 +02:00
|
|
|
%{_libexecdir}/cockpit-wsinstance-factory
|
|
|
|
%{_libexecdir}/cockpit-tls
|
2019-06-25 14:44:15 +02:00
|
|
|
%{_libexecdir}/cockpit-desktop
|
2020-09-10 14:49:32 +02:00
|
|
|
%{?suse_version:%verify(not mode) }%attr(4750, root, cockpit-wsinstance) %{_libexecdir}/cockpit-session
|
2019-06-25 14:44:15 +02:00
|
|
|
%{_datadir}/cockpit/static
|
|
|
|
%{_datadir}/cockpit/branding
|
2015-02-07 14:28:40 +01:00
|
|
|
|
|
|
|
%pre ws
|
|
|
|
getent group cockpit-ws >/dev/null || groupadd -r cockpit-ws
|
2020-04-15 10:21:19 +02:00
|
|
|
getent passwd cockpit-ws >/dev/null || useradd -r -g cockpit-ws -d /nonexisting -s /sbin/nologin -c "User for cockpit web service" cockpit-ws
|
|
|
|
getent group cockpit-wsinstance >/dev/null || groupadd -r cockpit-wsinstance
|
|
|
|
getent passwd cockpit-wsinstance >/dev/null || useradd -r -g cockpit-wsinstance -d /nonexisting -s /sbin/nologin -c "User for cockpit-ws instances" cockpit-wsinstance
|
2015-02-07 14:28:40 +01:00
|
|
|
|
|
|
|
%post ws
|
2020-09-10 14:49:32 +02:00
|
|
|
%if 0%{?suse_version}
|
2020-08-13 09:17:34 +02:00
|
|
|
%set_permissions %{_libexecdir}/cockpit-session
|
2020-09-10 14:49:32 +02:00
|
|
|
%endif
|
2020-08-13 09:17:34 +02:00
|
|
|
%tmpfiles_create cockpit-tempfiles.conf
|
2015-02-07 14:28:40 +01:00
|
|
|
%systemd_post cockpit.socket
|
|
|
|
# firewalld only partially picks up changes to its services files without this
|
|
|
|
test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
|
|
|
|
|
|
|
|
%preun ws
|
|
|
|
%systemd_preun cockpit.socket
|
|
|
|
|
|
|
|
%postun ws
|
|
|
|
%systemd_postun_with_restart cockpit.socket
|
2019-06-25 14:44:15 +02:00
|
|
|
%systemd_postun_with_restart cockpit.service
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2020-09-10 14:49:32 +02:00
|
|
|
%if 0%{?suse_version}
|
2020-08-13 09:17:34 +02:00
|
|
|
%verifyscript ws
|
|
|
|
%verify_permissions -e %{_libexecdir}/cockpit-session
|
2020-09-10 14:49:32 +02:00
|
|
|
%endif
|
2020-08-13 09:17:34 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
# -------------------------------------------------------------------------------
|
|
|
|
# Sub-packages that are part of cockpit-system in RHEL/CentOS, but separate in Fedora
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%if 0%{?rhel} == 0
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%package kdump
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Cockpit user interface for kernel crash dumping
|
|
|
|
Requires: cockpit-bridge >= 122
|
|
|
|
Requires: cockpit-shell >= 122
|
|
|
|
Requires: kexec-tools
|
|
|
|
BuildArch: noarch
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%description kdump
|
|
|
|
The Cockpit component for configuring kernel crash dumping.
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%files kdump -f kdump.list
|
|
|
|
%{_datadir}/metainfo/org.cockpit-project.cockpit-kdump.metainfo.xml
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2020-06-09 10:47:15 +02:00
|
|
|
%if !0%{?suse_version}
|
2019-06-25 14:44:15 +02:00
|
|
|
%package sosreport
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Cockpit user interface for diagnostic reports
|
|
|
|
Requires: cockpit-bridge >= 122
|
|
|
|
Requires: cockpit-shell >= 122
|
|
|
|
Requires: sos
|
|
|
|
BuildArch: noarch
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%description sosreport
|
|
|
|
The Cockpit component for creating diagnostic reports with the
|
|
|
|
sosreport tool.
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%files sosreport -f sosreport.list
|
|
|
|
%{_datadir}/metainfo/org.cockpit-project.cockpit-sosreport.metainfo.xml
|
|
|
|
%{_datadir}/pixmaps/cockpit-sosreport.png
|
2020-06-09 10:47:15 +02:00
|
|
|
%endif
|
2015-10-13 13:42:40 +02:00
|
|
|
|
|
|
|
%package networkmanager
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Cockpit user interface for networking, using NetworkManager
|
|
|
|
Requires: cockpit-bridge >= 186
|
|
|
|
Requires: cockpit-shell >= 186
|
|
|
|
Requires: NetworkManager >= 1.6
|
2020-04-15 10:21:19 +02:00
|
|
|
# Optional components
|
2021-02-03 18:06:18 +01:00
|
|
|
Recommends: NetworkManager-team
|
|
|
|
BuildArch: noarch
|
2015-10-13 13:42:40 +02:00
|
|
|
|
|
|
|
%description networkmanager
|
|
|
|
The Cockpit component for managing networking. This package uses NetworkManager.
|
|
|
|
|
|
|
|
%files networkmanager -f networkmanager.list
|
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%endif
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2020-06-09 10:47:15 +02:00
|
|
|
%if 0%{?rhel} == 0 && !0%{?suse_version}
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%package selinux
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Cockpit SELinux package
|
|
|
|
Requires: cockpit-bridge >= 122
|
|
|
|
Requires: cockpit-shell >= 122
|
|
|
|
Requires: setroubleshoot-server >= 3.3.3
|
|
|
|
BuildArch: noarch
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%description selinux
|
|
|
|
This package contains the Cockpit user interface integration with the
|
|
|
|
utility setroubleshoot to diagnose and resolve SELinux issues.
|
|
|
|
|
|
|
|
%files selinux -f selinux.list
|
|
|
|
%{_datadir}/metainfo/org.cockpit-project.cockpit-selinux.metainfo.xml
|
2015-10-13 13:42:40 +02:00
|
|
|
|
|
|
|
%endif
|
|
|
|
|
2020-04-15 10:21:19 +02:00
|
|
|
#/ build basic packages
|
|
|
|
%else
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
# RPM requires this
|
|
|
|
%description
|
|
|
|
Dummy package from building optional packages only; never install or publish me.
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2020-04-15 10:21:19 +02:00
|
|
|
#/ build basic packages
|
|
|
|
%endif
|
2019-06-25 14:44:15 +02:00
|
|
|
|
|
|
|
# -------------------------------------------------------------------------------
|
|
|
|
# Sub-packages that are optional extensions
|
2015-10-13 13:42:40 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%if 0%{?build_optional}
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%package -n cockpit-storaged
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Cockpit user interface for storage, using udisks
|
|
|
|
Requires: cockpit-shell >= 186
|
|
|
|
Requires: udisks2 >= 2.6
|
|
|
|
Recommends: udisks2-lvm2 >= 2.6
|
|
|
|
Recommends: udisks2-iscsi >= 2.6
|
|
|
|
Recommends: device-mapper-multipath
|
|
|
|
Recommends: clevis-luks
|
|
|
|
Requires: %{__python3}
|
2020-04-15 10:21:19 +02:00
|
|
|
%if 0%{?suse_version}
|
2021-02-03 18:06:18 +01:00
|
|
|
Requires: python3-dbus-python
|
2020-04-15 10:21:19 +02:00
|
|
|
%else
|
2021-02-03 18:06:18 +01:00
|
|
|
Requires: python3-dbus
|
2015-02-07 14:28:40 +01:00
|
|
|
%endif
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildArch: noarch
|
2019-06-25 14:44:15 +02:00
|
|
|
|
|
|
|
%description -n cockpit-storaged
|
|
|
|
The Cockpit component for managing storage. This package uses udisks.
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%files -n cockpit-storaged -f storaged.list
|
|
|
|
%dir %{_datadir}/cockpit/storaged/images
|
|
|
|
%{_datadir}/metainfo/org.cockpit-project.cockpit-storaged.metainfo.xml
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%package -n cockpit-tests
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Tests for Cockpit
|
|
|
|
Requires: cockpit-bridge >= 138
|
|
|
|
Requires: cockpit-system >= 138
|
|
|
|
Requires: /usr/bin/ssh-agent /usr/bin/ssh-add
|
|
|
|
Provides: cockpit-test-assets = %{version}-%{release}
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%description -n cockpit-tests
|
|
|
|
This package contains tests and files used while testing Cockpit.
|
|
|
|
These files are not required for running Cockpit.
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%files -n cockpit-tests -f tests.list
|
|
|
|
%{_prefix}/%{__lib}/cockpit-test-assets
|
|
|
|
|
|
|
|
%package -n cockpit-machines
|
2021-02-03 18:06:18 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
Summary: Cockpit user interface for virtual machines
|
|
|
|
Requires: cockpit-bridge >= 186
|
|
|
|
Requires: cockpit-system >= 186
|
2020-04-15 10:21:19 +02:00
|
|
|
%if 0%{?suse_version}
|
2021-02-03 18:06:18 +01:00
|
|
|
Requires: libvirt-daemon-qemu
|
2019-06-25 14:44:15 +02:00
|
|
|
%else
|
2021-02-03 18:06:18 +01:00
|
|
|
Requires: libvirt-daemon-kvm
|
2019-06-25 14:44:15 +02:00
|
|
|
%endif
|
2021-02-03 18:06:18 +01:00
|
|
|
Requires: libvirt-client
|
|
|
|
Requires: libvirt-dbus >= 1.2.0
|
2019-06-25 14:44:15 +02:00
|
|
|
# Optional components
|
2021-02-03 18:06:18 +01:00
|
|
|
Recommends: virt-install
|
|
|
|
Recommends: libosinfo
|
|
|
|
Recommends: python3-gobject-base
|
2019-06-25 14:44:15 +02:00
|
|
|
|
|
|
|
%description -n cockpit-machines
|
|
|
|
The Cockpit components for managing virtual machines.
|
|
|
|
|
|
|
|
If "virt-install" is installed, you can also create new virtual machines.
|
|
|
|
|
|
|
|
%files -n cockpit-machines -f machines.list
|
|
|
|
%{_datadir}/metainfo/org.cockpit-project.cockpit-machines.metainfo.xml
|
|
|
|
|
|
|
|
%package -n cockpit-pcp
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Cockpit PCP integration
|
|
|
|
Requires: cockpit-bridge >= 134.x
|
2020-04-15 10:21:19 +02:00
|
|
|
Requires(post): pcp
|
2019-06-25 14:44:15 +02:00
|
|
|
|
|
|
|
%description -n cockpit-pcp
|
|
|
|
Cockpit support for reading PCP metrics and loading PCP archives.
|
2015-02-07 14:28:40 +01:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%files -n cockpit-pcp -f pcp.list
|
|
|
|
%{_libexecdir}/cockpit-pcp
|
|
|
|
%{_localstatedir}/lib/pcp/config/pmlogconf/tools/cockpit
|
2020-04-15 10:21:19 +02:00
|
|
|
|
2019-06-25 14:44:15 +02:00
|
|
|
%post -n cockpit-pcp
|
2020-10-02 18:06:56 +02:00
|
|
|
systemctl reload-or-try-restart pmlogger
|
2019-06-25 14:44:15 +02:00
|
|
|
|
|
|
|
%package -n cockpit-packagekit
|
2021-02-03 18:06:18 +01:00
|
|
|
Summary: Cockpit user interface for packages
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: cockpit-bridge >= 186
|
|
|
|
Requires: PackageKit
|
2019-06-25 14:44:15 +02:00
|
|
|
|
|
|
|
%description -n cockpit-packagekit
|
|
|
|
The Cockpit components for installing OS updates and Cockpit add-ons,
|
|
|
|
via PackageKit.
|
|
|
|
|
|
|
|
%files -n cockpit-packagekit -f packagekit.list
|
|
|
|
|
2020-04-15 10:21:19 +02:00
|
|
|
#/ build optional extension packages
|
|
|
|
%endif
|
2019-06-25 14:44:15 +02:00
|
|
|
|
|
|
|
# The changelog is automatically generated and merged
|
2015-02-07 14:28:40 +01:00
|
|
|
%changelog
|