add patch to fix caching global ksurl
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
parent
e00a72c93b
commit
afad477505
@ -1,12 +1,13 @@
|
||||
Name: pungi
|
||||
Version: 4.1.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Distribution compose tool
|
||||
|
||||
Group: Development/Tools
|
||||
License: GPLv2
|
||||
URL: https://pagure.io/pungi
|
||||
Source0: https://fedorahosted.org/pungi/attachment/wiki/%{version}/%{name}-%{version}.tar.bz2
|
||||
Patch0: 0001-Fix-caching-global-ksurl.patch
|
||||
|
||||
BuildRequires: python-nose, python-nose-cov, python-mock
|
||||
BuildRequires: python-devel, python-setuptools, python2-productmd
|
||||
@ -48,6 +49,7 @@ A tool to create anaconda based installation trees/isos of a set of rpms.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
@ -83,6 +85,9 @@ cd tests && ./test_compose.sh
|
||||
/var/cache/pungi
|
||||
|
||||
%changelog
|
||||
* Fri May 06 2016 Dennis Gilmore <dennis@ausil.us> - 4.1.4-2
|
||||
- add patch to fix caching global ksurl
|
||||
|
||||
* Fri Apr 29 2016 Dennis Gilmore <dennis@ausil.us> - 4.1.4-1
|
||||
- Merge #273 `Deduplicate configuration a bit` (dennis)
|
||||
- Merge #280 `[createrepo] Use more verbose output` (dennis)
|
||||
|
Loading…
Reference in New Issue
Block a user