forked from pool/python-kiwi
- Bump version: 9.11.21 → 9.11.22
- Fixed typo in spec file The use of the suse_version macro from the last change introduced a syntax error which caused the package build to fail in obs - Bump version: 9.11.20 → 9.11.21 - package: Prepare for Tumbleweed moving to suse_version 1550 - Bump version: 9.11.19 → 9.11.20 - Only add package manager on image package requests (#550) If an image description only contains package requests from a bootstrap section but no image packages, it's not required to install a package manager package into the system OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=70
This commit is contained in:
parent
e5734a2cc5
commit
0cc2039274
@ -1,6 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 22 10:23:37 CET 2017 - ms@suse.de
|
||||||
|
|
||||||
|
- Bump version: 9.11.21 → 9.11.22
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 22 10:20:47 CET 2017 - ms@suse.de
|
||||||
|
|
||||||
|
- Fixed typo in spec file
|
||||||
|
|
||||||
|
The use of the suse_version macro from the last change
|
||||||
|
introduced a syntax error which caused the package build
|
||||||
|
to fail in obs
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 22 09:06:59 CET 2017 - ms@suse.de
|
||||||
|
|
||||||
|
- Bump version: 9.11.20 → 9.11.21
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 21 11:37:32 CET 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- package: Prepare for Tumbleweed moving to suse_version 1550
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 21 11:16:35 CET 2017 - ms@suse.de
|
Tue Nov 21 11:16:35 CET 2017 - ms@suse.de
|
||||||
|
|
||||||
- Bump version: 9.11.19 → 9.11.20
|
- Bump version: 9.11.19 → 9.11.20
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
# Tumbleweed:
|
# Tumbleweed:
|
||||||
# Current Tumbleweed version, moving target
|
# Current Tumbleweed version, moving target
|
||||||
%if 0%{?suse_version} == 1330
|
%if 0%{?suse_version} >= 1330 && !0%{?sle_version}
|
||||||
%define distro suse-tumbleweed
|
%define distro suse-tumbleweed
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -93,7 +93,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: python-kiwi
|
Name: python-kiwi
|
||||||
Version: 9.11.20
|
Version: 9.11.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Provides: kiwi-schema = 6.6
|
Provides: kiwi-schema = 6.6
|
||||||
Url: https://github.com/SUSE/kiwi
|
Url: https://github.com/SUSE/kiwi
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9266e148f6dbb7a537884aae72c534ef4d3c2ff20734de69f0e9d98534ca2eac
|
oid sha256:cae3a835abb5e8c1dd0a458749f6253f07296e6f52dba790954641d299b81a89
|
||||||
size 2211013
|
size 2307297
|
||||||
|
Loading…
Reference in New Issue
Block a user