New upstream release 1.1
This commit is contained in:
parent
56240551f8
commit
616d109e7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/productmd-1.0.tar.bz2
|
||||
/productmd-1.0.tar.gz
|
||||
/productmd-1.1.tar.gz
|
||||
|
@ -14,16 +14,14 @@
|
||||
%endif
|
||||
|
||||
Name: python-productmd
|
||||
Version: 1.0
|
||||
Release: 13%{?dist}
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing parsers for metadata related to OS installation
|
||||
|
||||
Group: Development/Tools
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/release-engineering/productmd
|
||||
Source0: productmd-%{version}.tar.bz2
|
||||
Patch0: 0001-update-the-other-two-_validate_version-functions-to-.patch
|
||||
Patch1: e0e360766b8e3882f7a947ba00c82ae59f392d80.patch
|
||||
Source0: productmd-%{version}.tar.gz
|
||||
|
||||
Obsoletes: productmd <= %{version}-%{release}
|
||||
Provides: productmd = %{version}-%{release}
|
||||
@ -56,10 +54,6 @@ and installation media.
|
||||
|
||||
%prep
|
||||
%setup -qc -n productmd-%{version}
|
||||
pushd productmd-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
popd
|
||||
mv productmd-%{version} python2
|
||||
|
||||
cp -a python2 python3
|
||||
@ -115,6 +109,11 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Apr 25 2016 Lubomír Sedlář <lsedlar@redhat.com> - 1.1-1
|
||||
- new upstream release
|
||||
- use .tar.gz tarball from github
|
||||
- removed patches as they are merged upstream
|
||||
|
||||
* Fri Mar 11 2016 Dennis Gilmore <dennsi@ausil.us> - 1.0-13
|
||||
- add patch for supporting subvariant
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user