New upstream release 1.18
This commit is contained in:
parent
895274564e
commit
c212f6688a
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/productmd-1.15.tar.bz2
|
/productmd-1.15.tar.bz2
|
||||||
/productmd-1.16.tar.bz2
|
/productmd-1.16.tar.bz2
|
||||||
/productmd-1.17.tar.bz2
|
/productmd-1.17.tar.bz2
|
||||||
|
/productmd-1.18.tar.bz2
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%global srcname productmd
|
%global srcname productmd
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.17
|
Version: 1.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library providing parsers for metadata related to OS installation
|
Summary: Library providing parsers for metadata related to OS installation
|
||||||
|
|
||||||
@ -87,6 +87,10 @@ Requires: python%{python3_pkgversion}-six
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 23 2018 Lubomír Sedlář <lsedlar@redhat.com> - 1.18-1
|
||||||
|
- Add SecurityFix label
|
||||||
|
- Fix get_major_version on inputs with more than two components
|
||||||
|
|
||||||
* Fri Oct 05 2018 Lubomír Sedlář <lsedlar@redhat.com> - 1.17-1
|
* Fri Oct 05 2018 Lubomír Sedlář <lsedlar@redhat.com> - 1.17-1
|
||||||
- Do not use custom repr for objects with no compose
|
- Do not use custom repr for objects with no compose
|
||||||
- Add additional_variants attribute to unified images
|
- Add additional_variants attribute to unified images
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (productmd-1.17.tar.bz2) = 616d20ac8a6e9c27cbf2a81b8b9ffbba0e49fcc0980a6b176b377b8331efc6a47fa548d0698fff4454cc94aab91305c30fb3db78067fe4ef9420e3be903cbd77
|
SHA512 (productmd-1.18.tar.bz2) = af2009dab02f554fe07bf816c79a2599668ca2e1f55ea235fb4a23a0adba58973d1ea1b4501d35507339e7555631d9f8df331fbf07692685159d61a7f1fd52c0
|
||||||
|
Loading…
Reference in New Issue
Block a user