From 8e457455d6e5510fe60b6644d9ba84f1cbf1af34 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Mar 2015 18:10:33 -0500 Subject: [PATCH] fix up the pungi logging by putting the arch in the log file name (dennis) - change pypungi imports to pungi (dennis) - spec file cleanups (dennis) --- pungi.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pungi.spec b/pungi.spec index 2f6062c4..c4198eb4 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,6 +1,6 @@ Name: pungi Version: 4.0 -Release: 0.3%{?dist}.git320724e +Release: 0.4%{?dist}.git18d4d2e Summary: Distribution compose tool Group: Development/Tools @@ -12,6 +12,8 @@ Requires: yum => 3.4.3-28 Requires: lorax >= 22.1 Requires: repoview Requires: python-lockfile +Requires: kobo +Requires: productmd BuildRequires: python-devel, python-setuptools @@ -20,14 +22,12 @@ BuildArch: noarch %description A tool to create anaconda based installation trees/isos of a set of rpms. - %prep %setup -q %build %{__python} setup.py build - %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT @@ -35,11 +35,6 @@ rm -rf $RPM_BUILD_ROOT %{__install} -d $RPM_BUILD_ROOT/%{_mandir}/man8 %{__install} doc/pungi.8 $RPM_BUILD_ROOT/%{_mandir}/man8/ - -%clean -rm -rf $RPM_BUILD_ROOT - - %files %defattr(-,root,root,-) %license COPYING GPL @@ -51,8 +46,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/pungi.8.gz /var/cache/pungi - %changelog +* Thu Mar 12 2015 Dennis Gilmore - 4.0-0.4.git18d4d2e +- fix up the pungi logging by putting the arch in the log file name (dennis) +- change pypungi imports to pungi (dennis) +- spec file cleanups (dennis) + * Thu Mar 12 2015 Dennis Gilmore - 4.0-0.3.gita3158ec - rename binaries (dennis) - Add the option to pass a custom path for the multilib config files (bcl)