Accepting request 1074194 from openSUSE:Tools
- 1.4.13 * fix version compare logic, using the newest candidate now OBS-URL: https://build.opensuse.org/request/show/1074194 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/product-builder?expand=0&rev=43
This commit is contained in:
commit
3348e14832
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.4.12</param>
|
<param name="revision">1.4.13</param>
|
||||||
<param name="version">1.4.12</param>
|
<param name="version">1.4.13</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:f90d11a0479d4d8f61a66b08844eb4c463398aa0620409ac505c314e4ba88367
|
|
||||||
size 1325068
|
|
3
product-builder-1.4.13.obscpio
Normal file
3
product-builder-1.4.13.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:facf91aade9772a8331255091494aa651061dd4cd0088834e2c8caaaff59cab3
|
||||||
|
size 1325068
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 24 12:53:48 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- 1.4.13
|
||||||
|
* fix version compare logic, using the newest candidate now
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 14 12:39:26 UTC 2022 - Adrian Schröter <adrian@suse.de>
|
Wed Dec 14 12:39:26 UTC 2022 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: product-builder
|
name: product-builder
|
||||||
version: 1.4.12
|
version: 1.4.13
|
||||||
mtime: 1651563976
|
mtime: 1679662279
|
||||||
commit: 141ec79eef800213fc9f05145c53ba5490eeda80
|
commit: a15501ef6c096ce21e6f7d82c28db36845a43331
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package product-builder
|
# spec file for package product-builder
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.4.12
|
Version: 1.4.13
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user