forked from pool/cockpit-machines
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:
commit
734e569010
6
_service
6
_service
@ -3,15 +3,17 @@
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="url">http://github.com/cockpit-project/cockpit-machines.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 name="node_modules" mode="manual">
|
||||
<param name="cpio">node_modules.obscpio</param>
|
||||
<param name="output">node_modules.spec.inc</param>
|
||||
<param name="source-offset">10000</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar">
|
||||
<param name="obsinfo">cockpit-machines.obsinfo</param>
|
||||
<param name="filename">cockpit-machines</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version">
|
||||
<param name="basename">cockpit-machines</param>
|
||||
|
BIN
cockpit-machines-243.1.obscpio
(Stored with Git LFS)
BIN
cockpit-machines-243.1.obscpio
(Stored with Git LFS)
Binary file not shown.
@ -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>
|
||||
|
||||
|
BIN
cockpit-machines.obscpio
(Stored with Git LFS)
Normal file
BIN
cockpit-machines.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
name: cockpit-machines
|
||||
version: 243.1
|
||||
mtime: 1619072157
|
||||
commit: e423f6dd52ae73ae4d1fd393844958fe82eb612f
|
||||
version: 249.1
|
||||
mtime: 1628094778
|
||||
commit: 33272e4b91ca8a25b5d899aa8d6e05dde6450969
|
||||
|
||||
|
@ -22,7 +22,9 @@ Release: 0
|
||||
Summary: Cockpit user interface for virtual machines
|
||||
License: LGPL-2.1-or-later AND MIT
|
||||
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
|
||||
Source11: 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
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}
|
||||
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
|
||||
cp -r %{_datadir}/cockpit/devel/lib src/lib
|
||||
@ -68,7 +70,7 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE dist/index.js.LICENSE.txt
|
||||
%license LICENSE dist/index.js.LICENSE.txt.gz
|
||||
%{_datadir}/cockpit
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
|
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
15880
package-lock.json
generated
15880
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user