New upstream release
This commit is contained in:
parent
0e41c30056
commit
3146b8616a
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/productmd-1.19.tar.bz2
|
||||
/productmd-1.20.tar.bz2
|
||||
/productmd-1.21.tar.bz2
|
||||
/productmd-1.22.tar.bz2
|
||||
|
@ -8,8 +8,8 @@
|
||||
%global srcname productmd
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.21
|
||||
Release: 3%{?dist}
|
||||
Version: 1.22
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing parsers for metadata related to OS installation
|
||||
|
||||
License: LGPLv2+
|
||||
@ -102,6 +102,14 @@ Requires: python%{python3_pkgversion}-six
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 04 2019 Lubomír Sedlář <lsedlar@redhat.com> - 1.22-1
|
||||
- Fix parsing composeinfo with almost conflicting UIDs (lsedlar@redhat.com)
|
||||
- Improve error message for invalid metadata (lsedlar@redhat.com)
|
||||
- Fix image format for vpc (lsedlar@redhat.com)
|
||||
- Set up test infrastructure (lsedlar@redhat.com)
|
||||
- Add missing parts to the TreeInfo documentation (jkonecny@redhat.com)
|
||||
- Add a comment explaining the 'tar-gz' type (awilliam@redhat.com)
|
||||
|
||||
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1.21-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (productmd-1.21.tar.bz2) = 8f4fdbb88811f88c6b0f296e066fd240cdc8149dacfc524170231f4cdc9aa2d24873545bf99de915391186b004adf8fdb89fc1cde9f908c19e204619fd8a8981
|
||||
SHA512 (productmd-1.22.tar.bz2) = 77336c04c46dddbd5f8814c3ae8cbe23f90e920d01ccf2b5faf7e25025469b6cef966f80230cdfb33902f02049bf5a4be77b2ad31d35350076de607f9b032615
|
||||
|
Loading…
Reference in New Issue
Block a user