update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/product-builder?expand=0&rev=67
This commit is contained in:
parent
6affff4668
commit
2078dfa4f5
5
_service
5
_service
@ -1,9 +1,10 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/openSUSE/product-builder.git</param>
|
||||
<param name="revision">1.0.5</param>
|
||||
<param name="version">1.0.5</param>
|
||||
<param name="revision">1.0.6</param>
|
||||
<param name="version">1.0.6</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="extract">rpm/product-builder.spec</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service mode="buildtime" name="tar" />
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c43103b4b0a26a73722265acd3cbda460c08f6f3eb9e2379b8b8dc9af1ff8842
|
||||
size 1308685
|
3
product-builder-1.0.6.obscpio
Normal file
3
product-builder-1.0.6.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b36956f7c2cf7a6f22d4bdcfe56f94e26d1dfdf98d7a4173123fea8174d81ff
|
||||
size 1309197
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 8 08:48:41 UTC 2018 - adrian@suse.de
|
||||
|
||||
- 1.0.6
|
||||
* fix dependencies to mkisofs
|
||||
- using spec file from git now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 2 08:31:12 UTC 2018 - adrian@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: product-builder
|
||||
version: 1.0.5
|
||||
mtime: 1519979325
|
||||
commit: 8ccb98e1d747fa2ef6581446db393f750db32a05
|
||||
version: 1.0.6
|
||||
mtime: 1520498860
|
||||
commit: cfcca82f36e470ce1d15a13deeaaa46216ac1dc5
|
||||
|
||||
|
@ -23,7 +23,7 @@ Url: http://github.com/openSUSE/product-builder
|
||||
Name: product-builder
|
||||
Conflicts: kiwi
|
||||
Conflicts: kiwi-instsource
|
||||
Version: 1.0.5
|
||||
Version: 1.0.6
|
||||
Release: 0
|
||||
Provides: kiwi-schema = 6.2
|
||||
Source: product-builder-%version.tar.xz
|
||||
@ -46,8 +46,8 @@ Provides: kiwi-packagemanager:instsource
|
||||
Provides: system-packages:kiwi-product
|
||||
Requires: build
|
||||
Requires: checkmedia
|
||||
Requires: genisoimage
|
||||
Requires: inst-source-utils
|
||||
Requires: mkisofs
|
||||
Requires: product-builder-plugin
|
||||
%ifarch %ix86 x86_64
|
||||
Requires: syslinux
|
||||
@ -61,7 +61,7 @@ To be used only for product medias for Leap 15 and SLE 15.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%{?suse_version} == 1330 || 0%{?skelcd_compat}
|
||||
%if 0%{?skelcd_compat}
|
||||
%patch1 -p1
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user