Accepting request 912373 from systemsmanagement:cockpit

trick source_validator (forwarded request 912372 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/912373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cockpit-machines?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2021-08-23 08:07:46 +00:00 committed by Git OBS Bridge
commit 734e569010
9 changed files with 5813 additions and 12333 deletions

View File

@ -3,15 +3,17 @@
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="url">http://github.com/cockpit-project/cockpit-machines.git</param> <param name="url">http://github.com/cockpit-project/cockpit-machines.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="revision">243.1</param> <param name="revision">249.1</param>
<param name="filename">cockpit-machines</param>
<param name="without-version">enable</param>
</service> </service>
<service name="node_modules" mode="manual"> <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>
<param name="source-offset">10000</param>
</service> </service>
<service mode="buildtime" name="tar"> <service mode="buildtime" name="tar">
<param name="obsinfo">cockpit-machines.obsinfo</param> <param name="obsinfo">cockpit-machines.obsinfo</param>
<param name="filename">cockpit-machines</param>
</service> </service>
<service mode="buildtime" name="set_version"> <service mode="buildtime" name="set_version">
<param name="basename">cockpit-machines</param> <param name="basename">cockpit-machines</param>

BIN
cockpit-machines-243.1.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 13 11:23:02 UTC 2021 - Ludwig Nussel <lnussel@suse.de>
- new version 249.1
https://github.com/cockpit-project/cockpit-machines/releases/tag/249
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 27 15:30:19 UTC 2021 - ecsos <ecsos@opensuse.org> Sun Jun 27 15:30:19 UTC 2021 - ecsos <ecsos@opensuse.org>

BIN
cockpit-machines.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
name: cockpit-machines name: cockpit-machines
version: 243.1 version: 249.1
mtime: 1619072157 mtime: 1628094778
commit: e423f6dd52ae73ae4d1fd393844958fe82eb612f commit: 33272e4b91ca8a25b5d899aa8d6e05dde6450969

View File

@ -22,7 +22,9 @@ Release: 0
Summary: Cockpit user interface for virtual machines Summary: Cockpit user interface for virtual machines
License: LGPL-2.1-or-later AND MIT License: LGPL-2.1-or-later AND MIT
URL: https://github.com/cockpit-project/cockpit-machines URL: https://github.com/cockpit-project/cockpit-machines
Source: cockpit-machines-%{version}.tar # source_validator insists that if obscpio has no version then
# tarball must neither
Source: cockpit-machines.tar
Source10: package-lock.json Source10: package-lock.json
Source11: node_modules.spec.inc Source11: node_modules.spec.inc
%include %_sourcedir/node_modules.spec.inc %include %_sourcedir/node_modules.spec.inc
@ -54,9 +56,9 @@ If "virt-install" is installed, you can also create new virtual machines.
%prep %prep
%autosetup -p1 %autosetup -p1 -n %{name}
rm -f package-lock.json rm -f package-lock.json
local-npm-registry %{_sourcedir} install --with=dev || ( find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false) local-npm-registry %{_sourcedir} install --with=dev --legacy-peer-deps || ( find ~/.npm/_logs -name '*-debug.log' -print0 | xargs -0 cat; false)
%build %build
cp -r %{_datadir}/cockpit/devel/lib src/lib cp -r %{_datadir}/cockpit/devel/lib src/lib
@ -68,7 +70,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
%files %files
%doc README.md %doc README.md
%license LICENSE dist/index.js.LICENSE.txt %license LICENSE dist/index.js.LICENSE.txt.gz
%{_datadir}/cockpit %{_datadir}/cockpit
%{_datadir}/metainfo/* %{_datadir}/metainfo/*

BIN
node_modules.obscpio (Stored with Git LFS)

Binary file not shown.

File diff suppressed because it is too large Load Diff

15892
package-lock.json generated

File diff suppressed because it is too large Load Diff