diff --git a/.cvsignore b/.cvsignore index ee2a2b7b..477c9e3b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pungi-0.5.0.tar.gz +pungi-1.0.0.tar.gz diff --git a/pungi.spec b/pungi.spec index 474593f3..c9c445c0 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pungi -Version: 0.5.0 +Version: 1.0.0 Release: 1%{?dist} Summary: Distribution compose tool @@ -30,6 +30,7 @@ A tool to create anaconda based installation trees/isos of a set of rpms. %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT +%{__install} -d $RPM_BUILD_ROOT/var/cache/pungi %clean @@ -39,13 +40,31 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Authors Changelog COPYING GPL README ToDo -%config(noreplace) %{_sysconfdir}/pungi # For noarch packages: sitelib %{python_sitelib}/pypungi %{_bindir}/pungi +%{_datadir}/pungi +/var/cache/pungi %changelog +* Mon Aug 27 2007 Jesse Keating +- Add support for $releasever in repo uris. +- Add a kickstart file usable for composing Fedora 8 "Fedora" +- Fix bugs with $basearch and mirrorlist usage. +- Add a cache dir for pungi (/var/cache/pungi) and a cli option to override +- Add root check. +- Use a kickstart file as input now (for cdsize and package manifest) +- Remove a lot of configurable items and hard set them +- Move some items to cli flags only (part of moving to pykickstart) +- hard set product_path to 'Packages' +- Use group metadata from repos instead of our own comps file +- Get group files out of configured repos and create a mashup + of the comps. Filter it and make use of it when creating repos. +- Quiet down creatrepo calls +- Adjust logging to make use of new facility, use right levels +- Drop a note when all done with composing + * Tue Aug 21 2007 Jesse Keating - 0.5.0-1 - Rework how source rpms are pulled in Always pull in 'src' arch packages, just filter them diff --git a/sources b/sources index b4596d5a..59aa9ace 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -faa007d271f914af135244e35e4736d6 pungi-0.5.0.tar.gz +f5aabde5b44581d3c19457cdac61af4f pungi-1.0.0.tar.gz