Accepting request 911971 from home:lnussel:branches:systemsmanagement:cockpit
- new version 249.1 https://github.com/cockpit-project/cockpit-machines/releases/tag/249 OBS-URL: https://build.opensuse.org/request/show/911971 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-machines?expand=0&rev=4
This commit is contained in:
parent
4e18b61deb
commit
59e5606f66
5
_service
5
_service
@ -3,12 +3,13 @@
|
||||
<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>
|
||||
|
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
|
||||
|
||||
|
@ -56,7 +56,7 @@ If "virt-install" is installed, you can also create new virtual machines.
|
||||
%prep
|
||||
%autosetup -p1
|
||||
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 +68,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