Update python-productmd to 1.11-1
This commit is contained in:
parent
0524659438
commit
36636d4040
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/python-productmd-1.8.tar.gz
|
||||
/python-productmd-1.9.tar.gz
|
||||
/python-productmd-1.10.tar.gz
|
||||
/python-productmd-1.11.tar.gz
|
||||
|
@ -6,8 +6,8 @@
|
||||
%bcond_without python3
|
||||
|
||||
Name: python-productmd
|
||||
Version: 1.10
|
||||
Release: 3%{?dist}
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing parsers for metadata related to OS installation
|
||||
|
||||
License: LGPLv2+
|
||||
@ -23,7 +23,7 @@ and installation media.
|
||||
%description %_description
|
||||
|
||||
%package -n python2-productmd
|
||||
Summary: %summary
|
||||
Summary: %summary
|
||||
Obsoletes: productmd <= %{version}-%{release}
|
||||
Provides: productmd = %{version}-%{release}
|
||||
BuildRequires: python2-devel
|
||||
@ -78,21 +78,21 @@ Requires: python%{python3_pkgversion}-six
|
||||
%files -n python2-productmd
|
||||
%license LICENSE
|
||||
%doc AUTHORS
|
||||
%{python2_sitelib}/*
|
||||
%{python_sitelib}/productmd/
|
||||
%{python_sitelib}/productmd-%{version}-py?.?.egg-info
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python%{python3_pkgversion}-productmd
|
||||
%license LICENSE
|
||||
%doc AUTHORS
|
||||
%{python3_sitelib}/*
|
||||
%{python3_sitelib}/productmd/
|
||||
%{python3_sitelib}/productmd-%{version}-py?.?.egg-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.10-3
|
||||
- packaging fixes
|
||||
|
||||
* Fri Jan 19 2018 Lubomír Sedlář <lsedlar@redhat.com> - 1.10-2
|
||||
- Fix wrong python_sitelib macro (RHBZ#1536202)
|
||||
* Thu Mar 29 2018 Lubomír Sedlář <lsedlar@redhat.com> 1.11-1
|
||||
- New class for processing modules (onosek@redhat.com)
|
||||
- packaging: fixes (ignatenko@redhat.com)
|
||||
|
||||
* Wed Jan 17 2018 Lubomír Sedlář <lsedlar@redhat.com> 1.10-1
|
||||
- Drop Fedora 25 build (lsedlar@redhat.com)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-productmd-1.10.tar.gz) = 69ac0cfb353e2b8ae4bca7a4d09f334b998ebb3af5f3186b056868d6315145881ac525b2d5797766a269f67c57ca7b125f8805b58293281febd96b21e46d83ae
|
||||
SHA512 (python-productmd-1.11.tar.gz) = f6dbf31c1d13f105a8d8d2289d773431ece6b8719c69d8e30efebc25b5e97e996f4cce6d8394a83b9180ec77335234a08d826767c6dbee6d6449318149b0576e
|
||||
|
Loading…
Reference in New Issue
Block a user