diff --git a/.gitignore b/.gitignore index f05c1602..b963764b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ pungi-2.1.2.tar.bz2 /pungi-2.1.3.tar.bz2 /pungi-2.1.4.tar.bz2 +/pungi-2.3.tar.bz2 diff --git a/pungi.spec b/pungi.spec index 52e039cc..0f11340a 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: 2.1.4 +Version: 2.3 Release: 1%{?dist} Summary: Distribution compose tool @@ -49,13 +49,15 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/%{name}-%{version}-py?.?.egg-info %endif %{_bindir}/pungi -%{_bindir}/pkgorder %{_datadir}/pungi %{_mandir}/man8/pungi.8.gz /var/cache/pungi %changelog +* Mon Nov 15 2010 Jesse Keating - 2.3-1 +- Drop split-media support + * Thu Oct 14 2010 Jesse Keating - 2.1.4-1 - Further fix the pkgorder issue diff --git a/sources b/sources index 29a2ff97..a7590054 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -82cc2afddc434d359f2897a6ad60740f pungi-2.1.4.tar.bz2 +90356021994fbc25d23df25a4c922e7c pungi-2.3.tar.bz2