update git snapshot to latest git head with fixes for pungi

This commit is contained in:
Dennis Gilmore 2015-06-07 11:08:57 -05:00
parent 9eafdb36dc
commit 0508dd78f8
2 changed files with 7 additions and 4 deletions

View File

@ -1,13 +1,13 @@
Name: python-productmd
Version: 1.0
Release: 3%{?dist}.git57efab
Release: 4%{?dist}.gitec8c627
Summary: Library providing parsers for metadata related to OS installation
Group: Development/Tools
License: LGPLv2+
URL: https://github.com/release-engineering/productmd
#tarball made by running python2 setup.py sdist in teh checkout
#commit has used: 57efab2e504f4e13375b996c645548d5c6a5cfdf
#tarball made by running python2 setup.py sdist in the checkout
#commit has used: ec8c6272db97e2a2fca9878db0a67983e8b58a49
Source0: productmd-%{version}.tar.bz2
BuildRequires: python2-devel python-setuptools
BuildRequires: python3-devel python3-setuptools
@ -77,6 +77,9 @@ popd
%{python3_sitelib}/productmd-%{version}-py?.?.egg-info
%changelog
* Sun Jun 07 2015 Dennis Gilmore <dennis@ausil.us> - 1.0-4.gitec8c627
- update git snapshot to latest git head with fixes for pungi
* Fri Mar 13 2015 Dennis Gilmore <dennis@ausil.us> - 1.0-3.git57efab
- rename to python-productmd

View File

@ -1 +1 @@
9f7bab5014844f7317144bfc10dc8635 productmd-1.0.tar.bz2
8eb58a7118e249a7785d7dec33de910b productmd-1.0.tar.bz2