wrap check for selinux enforcing in a try except (dennis)
- pull in gather.py patches from dmach for test compose (admiller) - Add some basic testing, dummy rpm creation, and a testing README (admiller) - pungi-koji: use logger instead of print when it's available (lkocman) - fix incorrect reference to variable 'product_is_layered' (lkocman) - pungi-koji: fix bad module path to verify_label() (lkocman) - update the package Requires to ensure we have everything installed to run pungi-koji (dennis) - update the package to be installed for productmd to python-productmd (dennis)
This commit is contained in:
parent
75d34a3c4f
commit
cd743220f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ pungi-2.1.2.tar.bz2
|
|||||||
/pungi-3.13.tar.bz2
|
/pungi-3.13.tar.bz2
|
||||||
/pungi-3.14.tar.bz2
|
/pungi-3.14.tar.bz2
|
||||||
/pungi-4.0.tar.bz2
|
/pungi-4.0.tar.bz2
|
||||||
|
/pungi-4.0.1.tar.bz2
|
||||||
|
17
pungi.spec
17
pungi.spec
@ -1,6 +1,6 @@
|
|||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 4.0
|
Version: 4.0.1
|
||||||
Release: 0.9%{?dist}.20150607.gitef7c78c
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -26,7 +26,7 @@ Requires: yum-utils
|
|||||||
Requires: isomd5sum
|
Requires: isomd5sum
|
||||||
Requires: genisoimage
|
Requires: genisoimage
|
||||||
Requires: gettext
|
Requires: gettext
|
||||||
Requires: syslinux
|
#Requires: syslinux
|
||||||
Requires: git
|
Requires: git
|
||||||
|
|
||||||
BuildRequires: python-devel, python-setuptools
|
BuildRequires: python-devel, python-setuptools
|
||||||
@ -59,6 +59,17 @@ A tool to create anaconda based installation trees/isos of a set of rpms.
|
|||||||
/var/cache/pungi
|
/var/cache/pungi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 11 2015 Dennis Gilmore <dennis@ausil.us> - 4.0.1-1
|
||||||
|
- wrap check for selinux enforcing in a try except (dennis)
|
||||||
|
- pull in gather.py patches from dmach for test compose (admiller)
|
||||||
|
- Add some basic testing, dummy rpm creation, and a testing README (admiller)
|
||||||
|
- pungi-koji: use logger instead of print when it's available (lkocman)
|
||||||
|
- fix incorrect reference to variable 'product_is_layered' (lkocman)
|
||||||
|
- pungi-koji: fix bad module path to verify_label() (lkocman)
|
||||||
|
- update the package Requires to ensure we have everything installed to run
|
||||||
|
pungi-koji (dennis)
|
||||||
|
- update the package to be installed for productmd to python-productmd (dennis)
|
||||||
|
|
||||||
* Sun Jun 07 2015 Dennis Gilmore <dennis@ausil.us> - 4.0-0.9.20150607.gitef7c78c
|
* Sun Jun 07 2015 Dennis Gilmore <dennis@ausil.us> - 4.0-0.9.20150607.gitef7c78c
|
||||||
- update docs now devel-4-pungi is merged to master, minor spelling fixes
|
- update docs now devel-4-pungi is merged to master, minor spelling fixes
|
||||||
(pbrobinson)
|
(pbrobinson)
|
||||||
|
Loading…
Reference in New Issue
Block a user