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.14.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
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user