New release with typo fix
This commit is contained in:
parent
2855f89bd4
commit
5aa98ab620
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/productmd-1.18.tar.bz2
|
||||
/productmd-1.19.tar.bz2
|
||||
/productmd-1.20.tar.bz2
|
||||
/productmd-1.21.tar.bz2
|
||||
|
@ -8,14 +8,13 @@
|
||||
%global srcname productmd
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.20
|
||||
Release: 3%{?dist}
|
||||
Version: 1.21
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing parsers for metadata related to OS installation
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/release-engineering/productmd
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.bz2
|
||||
Patch0: productmd-1.20-typofix.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -58,7 +57,6 @@ Requires: python%{python3_pkgversion}-six
|
||||
|
||||
%prep
|
||||
%setup -q -n %{srcname}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%if 0%{?with_python2}
|
||||
@ -104,6 +102,9 @@ Requires: python%{python3_pkgversion}-six
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Mar 11 2019 Lubomír Sedlář <lsedlar@redhat.com> - 1.21-1
|
||||
- Include typo fix from upstream
|
||||
|
||||
* Sat Mar 09 2019 Kevin Fenzi <kevin@scrye.com> - 1.20-3
|
||||
- Fix typo in image names: s/vabrant/vagrant/ (Rawhide)
|
||||
- Rebuilt to change main python from 3.4 to 3.6 (EPEL 7)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (productmd-1.20.tar.bz2) = 8ea8984193a7eed715307169bd1ddfa97e538eea3a575b73b0d9da812a2441e7cadbd36530a7693d79a36794584217bddb76c3ab46b0abb45325ac184b9672c0
|
||||
SHA512 (productmd-1.21.tar.bz2) = 8f4fdbb88811f88c6b0f296e066fd240cdc8149dacfc524170231f4cdc9aa2d24873545bf99de915391186b004adf8fdb89fc1cde9f908c19e204619fd8a8981
|
||||
|
Loading…
Reference in New Issue
Block a user