Ludwig Nussel 2021-02-23 13:01:12 +00:00 committed by Git OBS Bridge
parent 5c6ed693fd
commit f4c8f3fc9a
5 changed files with 296 additions and 38 deletions

View File

@ -1,11 +1,11 @@
<services>
<service name="obs_scm" mode="localonly">
<service name="obs_scm" mode="manual">
<param name="versionformat">@PARENT_TAG@</param>
<param name="url">http://github.com/cockpit-project/cockpit.git</param>
<param name="scm">git</param>
<param name="revision">236</param>
</service>
<service name="node_modules" mode="localonly">
<service name="node_modules" mode="manual">
<param name="cpio">node_modules.obscpio</param>
<param name="output">node_modules.spec.inc</param>
</service>

BIN
cockpit-236.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -59,22 +59,14 @@ License: LGPL-2.1-or-later
URL: https://cockpit-project.org/
Version: 236
%if %{defined wip}
Release: 1.%{wip}%{?dist}
Source0: cockpit-%{version}.tar.xz
%else
Release: 0
Source0: cockpit-%{version}.tar.xz
%endif
Source1: cockpit.pam
Source2: cockpit-rpmlintrc
Source99: README.packaging
Source: node_modules.spec.inc
Source: package-lock.json
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
Source0: cockpit-%{version}.tar.gz
Source1: cockpit.pam
Source2: cockpit-rpmlintrc
Source99: README.packaging
Source: package-lock.json
Source: node_modules.spec.inc
%include %{_sourcedir}/node_modules.spec.inc
# 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})
@ -141,8 +133,8 @@ BuildRequires: xmlto
# for rebuilding nodejs bits
BuildRequires: gcc-c++
BuildRequires: nodejs-devel-default
BuildRequires: nodejs-rpm-macros
BuildRequires: npm
BuildRequires: local-npm-registry
BuildRequires: sassc
# 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
BuildArch: noarch
Requires: cockpit-bridge >= %{version}-%{release}
%if !0%{?suse_version}
Requires: shadow-utils
%endif
Requires: grep
Requires: /usr/bin/pwscore
Requires: /usr/bin/date
@ -677,7 +671,7 @@ The Cockpit component for managing storage. This package uses udisks.
Summary: Tests for Cockpit
Requires: cockpit-bridge >= 138
Requires: cockpit-system >= 138
Requires: /usr/bin/ssh-agent /usr/bin/ssh-add
Requires: openssh-clients
Provides: cockpit-test-assets = %{version}-%{release}
%description -n cockpit-tests

BIN
node_modules.obscpio (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load Diff