forked from cockpit/cockpit
update
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=64
This commit is contained in:
parent
5c6ed693fd
commit
f4c8f3fc9a
4
_service
4
_service
@ -1,11 +1,11 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="localonly">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="url">http://github.com/cockpit-project/cockpit.git</param>
|
<param name="url">http://github.com/cockpit-project/cockpit.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">236</param>
|
<param name="revision">236</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="node_modules" mode="localonly">
|
<service name="node_modules" mode="manual">
|
||||||
<param name="cpio">node_modules.obscpio</param>
|
<param name="cpio">node_modules.obscpio</param>
|
||||||
<param name="output">node_modules.spec.inc</param>
|
<param name="output">node_modules.spec.inc</param>
|
||||||
</service>
|
</service>
|
||||||
|
BIN
cockpit-236.obscpio
(Stored with Git LFS)
BIN
cockpit-236.obscpio
(Stored with Git LFS)
Binary file not shown.
28
cockpit.spec
28
cockpit.spec
@ -59,22 +59,14 @@ License: LGPL-2.1-or-later
|
|||||||
URL: https://cockpit-project.org/
|
URL: https://cockpit-project.org/
|
||||||
|
|
||||||
Version: 236
|
Version: 236
|
||||||
%if %{defined wip}
|
|
||||||
Release: 1.%{wip}%{?dist}
|
|
||||||
Source0: cockpit-%{version}.tar.xz
|
|
||||||
%else
|
|
||||||
Release: 0
|
Release: 0
|
||||||
Source0: cockpit-%{version}.tar.xz
|
Source0: cockpit-%{version}.tar.gz
|
||||||
%endif
|
Source1: cockpit.pam
|
||||||
Source1: cockpit.pam
|
Source2: cockpit-rpmlintrc
|
||||||
Source2: cockpit-rpmlintrc
|
Source99: README.packaging
|
||||||
Source99: README.packaging
|
Source: package-lock.json
|
||||||
Source: node_modules.spec.inc
|
Source: node_modules.spec.inc
|
||||||
Source: package-lock.json
|
%include %{_sourcedir}/node_modules.spec.inc
|
||||||
Source: node_modules.spec.inc
|
|
||||||
%include %{_sourcedir}/node_modules.spec.inc
|
|
||||||
# need to pretend it's not from git for building
|
|
||||||
Patch: cockpit-redhatfont.diff
|
|
||||||
|
|
||||||
# in RHEL the source package is duplicated: cockpit (building basic packages like cockpit-{bridge,system})
|
# 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})
|
# and cockpit-appstream (building optional packages like cockpit-{machines,pcp})
|
||||||
@ -141,8 +133,8 @@ BuildRequires: xmlto
|
|||||||
# for rebuilding nodejs bits
|
# for rebuilding nodejs bits
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: nodejs-devel-default
|
BuildRequires: nodejs-devel-default
|
||||||
|
BuildRequires: nodejs-rpm-macros
|
||||||
BuildRequires: npm
|
BuildRequires: npm
|
||||||
BuildRequires: local-npm-registry
|
|
||||||
BuildRequires: sassc
|
BuildRequires: sassc
|
||||||
|
|
||||||
# This is the "cockpit" metapackage. It should only
|
# This is the "cockpit" metapackage. It should only
|
||||||
@ -436,7 +428,9 @@ embed or extend Cockpit.
|
|||||||
Summary: Cockpit admin interface package for configuring and troubleshooting a system
|
Summary: Cockpit admin interface package for configuring and troubleshooting a system
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: cockpit-bridge >= %{version}-%{release}
|
Requires: cockpit-bridge >= %{version}-%{release}
|
||||||
|
%if !0%{?suse_version}
|
||||||
Requires: shadow-utils
|
Requires: shadow-utils
|
||||||
|
%endif
|
||||||
Requires: grep
|
Requires: grep
|
||||||
Requires: /usr/bin/pwscore
|
Requires: /usr/bin/pwscore
|
||||||
Requires: /usr/bin/date
|
Requires: /usr/bin/date
|
||||||
@ -677,7 +671,7 @@ The Cockpit component for managing storage. This package uses udisks.
|
|||||||
Summary: Tests for Cockpit
|
Summary: Tests for Cockpit
|
||||||
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
|
Requires: openssh-clients
|
||||||
Provides: cockpit-test-assets = %{version}-%{release}
|
Provides: cockpit-test-assets = %{version}-%{release}
|
||||||
|
|
||||||
%description -n cockpit-tests
|
%description -n cockpit-tests
|
||||||
|
BIN
node_modules.obscpio
(Stored with Git LFS)
BIN
node_modules.obscpio
(Stored with Git LFS)
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user