update the git snapshot to pick up some fixes
This commit is contained in:
parent
61e704d713
commit
289d376c21
@ -1,6 +1,6 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.0
|
Version: 4.0
|
||||||
Release: 0.5%{?dist}.git18d4d2e
|
Release: 0.6%{?dist}.20150314.gitd337c34
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -29,14 +29,12 @@ A tool to create anaconda based installation trees/isos of a set of rpms.
|
|||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
||||||
%{__install} -d $RPM_BUILD_ROOT/var/cache/pungi
|
%{__install} -d $RPM_BUILD_ROOT/var/cache/pungi
|
||||||
%{__install} -d $RPM_BUILD_ROOT/%{_mandir}/man8
|
%{__install} -d $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||||
%{__install} doc/pungi.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
|
%{__install} doc/pungi.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%license COPYING GPL
|
%license COPYING GPL
|
||||||
%doc AUTHORS doc/README
|
%doc AUTHORS doc/README
|
||||||
%{python_sitelib}/%{name}
|
%{python_sitelib}/%{name}
|
||||||
@ -47,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/cache/pungi
|
/var/cache/pungi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 14 2015 Dennis Gilmore <dennis@ausil.us> - 4.0-0.6.20150314.gitd337c34
|
||||||
|
- update the git snapshot to pick up some fixes
|
||||||
|
|
||||||
* Fri Mar 13 2015 Dennis Gilmore <dennis@ausil.us> - 4.0-0.5.git18d4d2e
|
* Fri Mar 13 2015 Dennis Gilmore <dennis@ausil.us> - 4.0-0.5.git18d4d2e
|
||||||
- update Requires for rename of python-productmd
|
- update Requires for rename of python-productmd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user