Accepting request 917081 from openSUSE:Tools
- 1.4.2 * support newest rpm version mode (no repository priority) * helpful error message when exact version is required OBS-URL: https://build.opensuse.org/request/show/917081 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/product-builder?expand=0&rev=39
This commit is contained in:
commit
cbdfed2213
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/openSUSE/product-builder.git</param>
|
||||
<param name="revision">1.3.4</param>
|
||||
<param name="version">1.3.4</param>
|
||||
<param name="revision">1.4.2</param>
|
||||
<param name="version">1.4.2</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="extract">rpm/product-builder.spec</param>
|
||||
</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:4b5741384d6a4f96d87e5c65b20bbec8d67be8e29542cb94713f015037ad2b6f
|
||||
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>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: product-builder
|
||||
version: 1.3.4
|
||||
mtime: 1624869853
|
||||
commit: 78fdc0f5a15e81a788aa1b142d4507cb6a8845bd
|
||||
version: 1.4.2
|
||||
mtime: 1630927292
|
||||
commit: fbf7f3f959e688bb5c23b78c47d38358e39cd2b0
|
||||
|
||||
|
@ -23,7 +23,7 @@ URL: http://github.com/openSUSE/product-builder
|
||||
Name: product-builder
|
||||
Conflicts: kiwi
|
||||
Conflicts: kiwi-instsource
|
||||
Version: 1.3.4
|
||||
Version: 1.4.2
|
||||
Release: 0
|
||||
Provides: kiwi-schema = 6.2
|
||||
Source: product-builder-%version.tar.xz
|
||||
@ -42,7 +42,12 @@ Requires: perl-libwww-perl
|
||||
|
||||
Provides: kiwi-packagemanager:instsource
|
||||
Provides: system-packages:kiwi-product
|
||||
%if 0%{?suse_version}
|
||||
Requires: build
|
||||
%else
|
||||
Requires: obs-build
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
Requires: checkmedia
|
||||
Requires: inst-source-utils
|
||||
Requires: mkisofs
|
||||
|
Loading…
Reference in New Issue
Block a user