update
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/product-builder?expand=0&rev=124
This commit is contained in:
parent
4bc63c5716
commit
ee02966bc4
4
_service
4
_service
@ -1,8 +1,8 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://github.com/openSUSE/product-builder.git</param>
|
<param name="url">https://github.com/openSUSE/product-builder.git</param>
|
||||||
<param name="revision">1.3.4</param>
|
<param name="revision">1.4.2</param>
|
||||||
<param name="version">1.3.4</param>
|
<param name="version">1.4.2</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="extract">rpm/product-builder.spec</param>
|
<param name="extract">rpm/product-builder.spec</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1306dd77a2ad76d44a3bd22225d75355d4d83dc9fc7ea5ec5e998c5cf5c5082
|
|
||||||
size 1319948
|
|
3
product-builder-1.4.2.obscpio
Normal file
3
product-builder-1.4.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb4365b4829a0f63c0ccd35faa39d51a825306884d7eff838fe95404983c0c1a
|
||||||
|
size 1319948
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 6 11:03:58 UTC 2021 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- 1.4.2
|
||||||
|
* support newest rpm version mode (no repository priority)
|
||||||
|
* helpful error message when exact version is required
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 28 08:47:58 UTC 2021 - Adrian Schröter <adrian@suse.de>
|
Mon Jun 28 08:47:58 UTC 2021 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: product-builder
|
name: product-builder
|
||||||
version: 1.3.4
|
version: 1.4.2
|
||||||
mtime: 1624869853
|
mtime: 1630925964
|
||||||
commit: 78fdc0f5a15e81a788aa1b142d4507cb6a8845bd
|
commit: 58a58e724f4c8bdc840ab276f4508b4080a3b357
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ URL: http://github.com/openSUSE/product-builder
|
|||||||
Name: product-builder
|
Name: product-builder
|
||||||
Conflicts: kiwi
|
Conflicts: kiwi
|
||||||
Conflicts: kiwi-instsource
|
Conflicts: kiwi-instsource
|
||||||
Version: 1.3.4
|
Version: 1.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: kiwi-schema = 6.2
|
Provides: kiwi-schema = 6.2
|
||||||
Source: product-builder-%version.tar.xz
|
Source: product-builder-%version.tar.xz
|
||||||
@ -42,7 +42,12 @@ Requires: perl-libwww-perl
|
|||||||
|
|
||||||
Provides: kiwi-packagemanager:instsource
|
Provides: kiwi-packagemanager:instsource
|
||||||
Provides: system-packages:kiwi-product
|
Provides: system-packages:kiwi-product
|
||||||
|
%if 0%{?suse_version}
|
||||||
Requires: build
|
Requires: build
|
||||||
|
%else
|
||||||
|
Requires: obs-build
|
||||||
|
%global debug_package %{nil}
|
||||||
|
%endif
|
||||||
Requires: checkmedia
|
Requires: checkmedia
|
||||||
Requires: inst-source-utils
|
Requires: inst-source-utils
|
||||||
Requires: mkisofs
|
Requires: mkisofs
|
||||||
|
Loading…
Reference in New Issue
Block a user