2006-11-08 22:52:04 +00:00
|
|
|
Name: pungi
|
2015-02-05 15:56:24 +00:00
|
|
|
Version: 4.0
|
2015-03-12 21:09:23 +00:00
|
|
|
Release: 1%{?dist}
|
2006-11-08 22:52:04 +00:00
|
|
|
Summary: Distribution compose tool
|
|
|
|
|
|
|
|
Group: Development/Tools
|
2007-08-29 03:42:25 +00:00
|
|
|
License: GPLv2
|
2008-01-02 22:41:54 +00:00
|
|
|
URL: https://fedorahosted.org/pungi
|
|
|
|
Source0: https://fedorahosted.org/pungi/attachment/wiki/%{version}/%{name}-%{version}.tar.bz2
|
2013-03-18 10:46:30 +00:00
|
|
|
Requires: createrepo >= 0.4.11
|
|
|
|
Requires: yum => 3.4.3-28
|
2014-12-08 23:04:12 +00:00
|
|
|
Requires: lorax >= 22.1
|
2013-03-18 10:46:30 +00:00
|
|
|
Requires: repoview
|
2014-12-08 23:04:09 +00:00
|
|
|
Requires: python-lockfile
|
2015-03-12 21:09:23 +00:00
|
|
|
Requires: kobo
|
2015-03-14 16:58:51 +00:00
|
|
|
Requires: python-productmd
|
2006-11-08 22:52:04 +00:00
|
|
|
|
|
|
|
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
|
2007-08-26 23:44:38 +00:00
|
|
|
%{__install} -d $RPM_BUILD_ROOT/var/cache/pungi
|
2007-09-11 21:32:34 +00:00
|
|
|
%{__install} -d $RPM_BUILD_ROOT/%{_mandir}/man8
|
|
|
|
%{__install} doc/pungi.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
|
2006-11-08 22:52:04 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2015-03-12 21:09:23 +00:00
|
|
|
%license COPYING GPL
|
|
|
|
%doc AUTHORS doc/README
|
|
|
|
%{python_sitelib}/%{name}
|
|
|
|
%{python_sitelib}/%{name}-%{version}-py?.?.egg-info
|
|
|
|
%{_bindir}/*
|
2007-08-25 00:45:54 +00:00
|
|
|
%{_datadir}/pungi
|
2007-09-11 21:32:34 +00:00
|
|
|
%{_mandir}/man8/pungi.8.gz
|
2007-08-26 23:44:38 +00:00
|
|
|
/var/cache/pungi
|
2006-11-08 22:52:04 +00:00
|
|
|
|
|
|
|
%changelog
|
2015-03-12 21:09:23 +00:00
|
|
|
* Thu Mar 12 2015 Dennis Gilmore <dennis@ausil.us> - 4.0-0.3.gita3158ec
|
|
|
|
- rename binaries (dennis)
|
|
|
|
- Add the option to pass a custom path for the multilib config files (bcl)
|
|
|
|
- Call lorax as a process not a library (bcl)
|
|
|
|
- Close child fds when using subprocess (bcl)
|
|
|
|
- fixup setup.py and MANIFEST.in to make a useable tarball (dennis)
|
|
|
|
- switch to BSD style hashes for the iso checksums (dennis)
|
|
|
|
- refactor to get better data into .treeinfo (dennis)
|
|
|
|
- Initial code merge for Pungi 4.0. (dmach)
|
|
|
|
- Initial changes for Pungi 4.0. (dmach)
|
|
|
|
- Add --nomacboot option (csieh)
|