diff --git a/.gitignore b/.gitignore index 6301f429..169a960f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pungi.spec b/pungi.spec index d9761acf..ade77517 100644 --- a/pungi.spec +++ b/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 - 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 - 4.0-0.9.20150607.gitef7c78c - update docs now devel-4-pungi is merged to master, minor spelling fixes (pbrobinson) diff --git a/sources b/sources index 7f932d62..470badd8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e17f7403b6ff2edba287a8083a95c17 pungi-4.0.tar.bz2 +9083387639aa12bf57189dc78a7b63a4 pungi-4.0.1.tar.bz2