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)
This commit is contained in:
Dennis Gilmore 2015-03-12 18:10:33 -05:00
parent b2b4563774
commit 8e457455d6

View File

@ -1,6 +1,6 @@
Name: pungi Name: pungi
Version: 4.0 Version: 4.0
Release: 0.3%{?dist}.git320724e Release: 0.4%{?dist}.git18d4d2e
Summary: Distribution compose tool Summary: Distribution compose tool
Group: Development/Tools Group: Development/Tools
@ -12,6 +12,8 @@ Requires: yum => 3.4.3-28
Requires: lorax >= 22.1 Requires: lorax >= 22.1
Requires: repoview Requires: repoview
Requires: python-lockfile Requires: python-lockfile
Requires: kobo
Requires: productmd
BuildRequires: python-devel, python-setuptools BuildRequires: python-devel, python-setuptools
@ -20,14 +22,12 @@ BuildArch: noarch
%description %description
A tool to create anaconda based installation trees/isos of a set of rpms. A tool to create anaconda based installation trees/isos of a set of rpms.
%prep %prep
%setup -q %setup -q
%build %build
%{__python} setup.py build %{__python} setup.py build
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $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} -d $RPM_BUILD_ROOT/%{_mandir}/man8
%{__install} doc/pungi.8 $RPM_BUILD_ROOT/%{_mandir}/man8/ %{__install} doc/pungi.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
%clean
rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%license COPYING GPL %license COPYING GPL
@ -51,8 +46,12 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/pungi.8.gz %{_mandir}/man8/pungi.8.gz
/var/cache/pungi /var/cache/pungi
%changelog %changelog
* Thu Mar 12 2015 Dennis Gilmore <dennis@ausil.us> - 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 <dennis@ausil.us> - 4.0-0.3.gita3158ec * Thu Mar 12 2015 Dennis Gilmore <dennis@ausil.us> - 4.0-0.3.gita3158ec
- rename binaries (dennis) - rename binaries (dennis)
- Add the option to pass a custom path for the multilib config files (bcl) - Add the option to pass a custom path for the multilib config files (bcl)