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:
Dennis Gilmore 2015-06-11 22:15:22 -05:00
parent 75d34a3c4f
commit cd743220f1
3 changed files with 16 additions and 4 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@ pungi-2.1.2.tar.bz2
/pungi-3.13.tar.bz2
/pungi-3.14.tar.bz2
/pungi-4.0.tar.bz2
/pungi-4.0.1.tar.bz2

View File

@ -1,6 +1,6 @@
Name: pungi
Version: 4.0
Release: 0.9%{?dist}.20150607.gitef7c78c
Version: 4.0.1
Release: 1%{?dist}
Summary: Distribution compose tool
Group: Development/Tools
@ -26,7 +26,7 @@ Requires: yum-utils
Requires: isomd5sum
Requires: genisoimage
Requires: gettext
Requires: syslinux
#Requires: syslinux
Requires: git
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
%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
- update docs now devel-4-pungi is merged to master, minor spelling fixes
(pbrobinson)

View File

@ -1 +1 @@
4e17f7403b6ff2edba287a8083a95c17 pungi-4.0.tar.bz2
9083387639aa12bf57189dc78a7b63a4 pungi-4.0.1.tar.bz2