restore spec file
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=59
This commit is contained in:
parent
72b504ad93
commit
3cbae481da
87
cockpit.spec
87
cockpit.spec
@ -1,21 +1,33 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cockpit
|
|
||||||
#
|
|
||||||
# Copyright (c) 2021 SUSE LLC
|
|
||||||
# Copyright (C) 2014-2020 Red Hat, Inc.
|
# Copyright (C) 2014-2020 Red Hat, Inc.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# Cockpit is free software; you can redistribute it and/or modify it
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# under the terms of the GNU Lesser General Public License as published by
|
||||||
# upon. The license for this file, and modifications and additions to the
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# file, is the same license as for the pristine package itself (unless the
|
# (at your option) any later version.
|
||||||
# license for the pristine package is not an Open Source License, in which
|
#
|
||||||
# case the license is the MIT License). An "Open Source License" is a
|
# Cockpit is distributed in the hope that it will be useful, but
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# published by the Open Source Initiative.
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public License
|
||||||
|
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# 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
|
||||||
|
#
|
||||||
|
|
||||||
# earliest base that the subpackages work on; the instances of this get computed/updated
|
# 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
|
# by tools/gen-spec-dependencies during "make dist", but keep a hardcoded fallback
|
||||||
@ -42,15 +54,16 @@
|
|||||||
|
|
||||||
Name: cockpit
|
Name: cockpit
|
||||||
Summary: Web Console for Linux servers
|
Summary: Web Console for Linux servers
|
||||||
License: LGPL-2.1-or-later
|
|
||||||
|
|
||||||
|
License: LGPL-2.1-or-later
|
||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
|
|
||||||
Version: 235
|
Version: 235
|
||||||
Release: 0
|
|
||||||
%if %{defined wip}
|
%if %{defined wip}
|
||||||
|
Release: 1.%{wip}%{?dist}
|
||||||
Source0: cockpit-%{version}.tar.xz
|
Source0: cockpit-%{version}.tar.xz
|
||||||
%else
|
%else
|
||||||
|
Release: 0
|
||||||
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
|
||||||
%endif
|
%endif
|
||||||
Source1: cockpit.pam
|
Source1: cockpit.pam
|
||||||
@ -76,46 +89,45 @@ Source99: README.packaging
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pam-devel
|
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(json-glib-1.0)
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
BuildRequires: pkgconfig(polkit-agent-1) >= 0.105
|
BuildRequires: pkgconfig(polkit-agent-1) >= 0.105
|
||||||
|
BuildRequires: pam-devel
|
||||||
|
|
||||||
BuildRequires: /usr/bin/python3
|
BuildRequires: autoconf automake
|
||||||
BuildRequires: autoconf
|
|
||||||
BuildRequires: automake
|
|
||||||
BuildRequires: gettext >= 0.19.7
|
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: /usr/bin/python3
|
||||||
|
BuildRequires: gettext >= 0.19.7
|
||||||
%if 0%{?build_basic}
|
%if 0%{?build_basic}
|
||||||
BuildRequires: libssh-devel >= 0.8.5
|
BuildRequires: libssh-devel >= 0.8.5
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: glib-networking
|
|
||||||
BuildRequires: gnutls-devel >= 3.4.3
|
|
||||||
BuildRequires: libxslt-devel
|
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: sed
|
BuildRequires: gnutls-devel >= 3.4.3
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: pkgconfig(krb5) >= 1.11
|
BuildRequires: pkgconfig(krb5) >= 1.11
|
||||||
|
BuildRequires: libxslt-devel
|
||||||
|
BuildRequires: glib-networking
|
||||||
|
BuildRequires: sed
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= 2.50.0
|
BuildRequires: glib2-devel >= 2.50.0
|
||||||
# this is for runtimedir in the tls proxy ace21c8879
|
# this is for runtimedir in the tls proxy ace21c8879
|
||||||
BuildRequires: pkgconfig(libsystemd) >= 235
|
BuildRequires: pkgconfig(libsystemd) >= 235
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: distribution-logos
|
|
||||||
BuildRequires: distribution-release
|
BuildRequires: distribution-release
|
||||||
BuildRequires: libpcp-devel
|
BuildRequires: libpcp-devel
|
||||||
|
BuildRequires: pcp-devel
|
||||||
BuildRequires: libpcp3
|
BuildRequires: libpcp3
|
||||||
BuildRequires: libpcp_import1
|
BuildRequires: libpcp_import1
|
||||||
BuildRequires: openssh
|
BuildRequires: openssh
|
||||||
BuildRequires: pcp-devel
|
BuildRequires: distribution-logos
|
||||||
BuildRequires: wallpaper-branding
|
BuildRequires: wallpaper-branding
|
||||||
%else
|
%else
|
||||||
BuildRequires: docbook-style-xsl
|
|
||||||
BuildRequires: openssh-clients
|
|
||||||
BuildRequires: pcp-libs-devel
|
BuildRequires: pcp-libs-devel
|
||||||
|
BuildRequires: openssh-clients
|
||||||
|
BuildRequires: docbook-style-xsl
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gdb
|
|
||||||
BuildRequires: krb5-server
|
BuildRequires: krb5-server
|
||||||
|
BuildRequires: gdb
|
||||||
|
|
||||||
# For documentation
|
# For documentation
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
@ -124,8 +136,8 @@ BuildRequires: xmlto
|
|||||||
# Require, Suggest or Recommend other cockpit-xxx subpackages
|
# Require, Suggest or Recommend other cockpit-xxx subpackages
|
||||||
|
|
||||||
Requires: cockpit-bridge
|
Requires: cockpit-bridge
|
||||||
Requires: cockpit-system
|
|
||||||
Requires: cockpit-ws
|
Requires: cockpit-ws
|
||||||
|
Requires: cockpit-system
|
||||||
|
|
||||||
# Optional components
|
# Optional components
|
||||||
Recommends: (cockpit-storaged if udisks2)
|
Recommends: (cockpit-storaged if udisks2)
|
||||||
@ -358,6 +370,7 @@ troubleshooting, interactive command-line sessions, and more.
|
|||||||
%{_datadir}/pixmaps/cockpit.png
|
%{_datadir}/pixmaps/cockpit.png
|
||||||
%doc %{_mandir}/man1/cockpit.1.gz
|
%doc %{_mandir}/man1/cockpit.1.gz
|
||||||
|
|
||||||
|
|
||||||
%package bridge
|
%package bridge
|
||||||
Summary: Cockpit bridge server-side component
|
Summary: Cockpit bridge server-side component
|
||||||
Requires: glib-networking
|
Requires: glib-networking
|
||||||
@ -403,9 +416,9 @@ Requires: cockpit-bridge >= %{version}-%{release}
|
|||||||
%if !0%{?suse_version}
|
%if !0%{?suse_version}
|
||||||
Requires: shadow-utils
|
Requires: shadow-utils
|
||||||
%endif
|
%endif
|
||||||
Requires: /usr/bin/date
|
|
||||||
Requires: /usr/bin/pwscore
|
|
||||||
Requires: grep
|
Requires: grep
|
||||||
|
Requires: /usr/bin/pwscore
|
||||||
|
Requires: /usr/bin/date
|
||||||
Provides: cockpit-shell = %{version}-%{release}
|
Provides: cockpit-shell = %{version}-%{release}
|
||||||
Provides: cockpit-systemd = %{version}-%{release}
|
Provides: cockpit-systemd = %{version}-%{release}
|
||||||
Provides: cockpit-tuned = %{version}-%{release}
|
Provides: cockpit-tuned = %{version}-%{release}
|
||||||
@ -446,8 +459,8 @@ This package contains the Cockpit shell and system configuration interfaces.
|
|||||||
%package ws
|
%package ws
|
||||||
Summary: Cockpit Web Service
|
Summary: Cockpit Web Service
|
||||||
Requires: glib-networking
|
Requires: glib-networking
|
||||||
Requires: glib2 >= 2.50.0
|
|
||||||
Requires: openssl
|
Requires: openssl
|
||||||
|
Requires: glib2 >= 2.50.0
|
||||||
Conflicts: firewalld < 0.6.0-1
|
Conflicts: firewalld < 0.6.0-1
|
||||||
Recommends: sscg >= 2.3
|
Recommends: sscg >= 2.3
|
||||||
Recommends: system-logos
|
Recommends: system-logos
|
||||||
@ -570,9 +583,9 @@ sosreport tool.
|
|||||||
|
|
||||||
%package networkmanager
|
%package networkmanager
|
||||||
Summary: Cockpit user interface for networking, using NetworkManager
|
Summary: Cockpit user interface for networking, using NetworkManager
|
||||||
Requires: NetworkManager >= 1.6
|
|
||||||
Requires: cockpit-bridge >= 186
|
Requires: cockpit-bridge >= 186
|
||||||
Requires: cockpit-shell >= 186
|
Requires: cockpit-shell >= 186
|
||||||
|
Requires: NetworkManager >= 1.6
|
||||||
# Optional components
|
# Optional components
|
||||||
Recommends: NetworkManager-team
|
Recommends: NetworkManager-team
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -642,10 +655,9 @@ The Cockpit component for managing storage. This package uses udisks.
|
|||||||
|
|
||||||
%package -n cockpit-tests
|
%package -n cockpit-tests
|
||||||
Summary: Tests for Cockpit
|
Summary: Tests for Cockpit
|
||||||
Requires: /usr/bin/ssh-add
|
|
||||||
Requires: /usr/bin/ssh-agent
|
|
||||||
Requires: cockpit-bridge >= 138
|
Requires: cockpit-bridge >= 138
|
||||||
Requires: cockpit-system >= 138
|
Requires: cockpit-system >= 138
|
||||||
|
Requires: /usr/bin/ssh-agent /usr/bin/ssh-add
|
||||||
Provides: cockpit-test-assets = %{version}-%{release}
|
Provides: cockpit-test-assets = %{version}-%{release}
|
||||||
|
|
||||||
%description -n cockpit-tests
|
%description -n cockpit-tests
|
||||||
@ -698,8 +710,8 @@ systemctl reload-or-try-restart pmlogger
|
|||||||
%package -n cockpit-packagekit
|
%package -n cockpit-packagekit
|
||||||
Summary: Cockpit user interface for packages
|
Summary: Cockpit user interface for packages
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: PackageKit
|
|
||||||
Requires: cockpit-bridge >= 186
|
Requires: cockpit-bridge >= 186
|
||||||
|
Requires: PackageKit
|
||||||
|
|
||||||
%description -n cockpit-packagekit
|
%description -n cockpit-packagekit
|
||||||
The Cockpit components for installing OS updates and Cockpit add-ons,
|
The Cockpit components for installing OS updates and Cockpit add-ons,
|
||||||
@ -711,5 +723,4 @@ via PackageKit.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user