New release to work with new anaconda
This commit is contained in:
parent
12dac08eb9
commit
3f858ae827
@ -1 +1 @@
|
|||||||
pungi-2.0.20.tar.bz2
|
pungi-2.1.0.tar.bz2
|
||||||
|
@ -19,3 +19,4 @@ pungi-2_0_17-1_fc11:HEAD:pungi-2.0.17-1.fc11.src.rpm:1249941703
|
|||||||
pungi-2_0_18-1_fc12:HEAD:pungi-2.0.18-1.fc12.src.rpm:1252973400
|
pungi-2_0_18-1_fc12:HEAD:pungi-2.0.18-1.fc12.src.rpm:1252973400
|
||||||
pungi-2_0_19-1_fc12:HEAD:pungi-2.0.19-1.fc12.src.rpm:1253051551
|
pungi-2_0_19-1_fc12:HEAD:pungi-2.0.19-1.fc12.src.rpm:1253051551
|
||||||
pungi-2_0_20-1_fc12:HEAD:pungi-2.0.20-1.fc12.src.rpm:1253058966
|
pungi-2_0_20-1_fc12:HEAD:pungi-2.0.20-1.fc12.src.rpm:1253058966
|
||||||
|
pungi-2_1_0-1_fc13:HEAD:pungi-2.1.0-1.fc13.src.rpm:1271287015
|
||||||
|
10
pungi.spec
10
pungi.spec
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
|
||||||
Name: pungi
|
Name: pungi
|
||||||
Version: 2.0.20
|
Version: 2.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Distribution compose tool
|
Summary: Distribution compose tool
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ License: GPLv2
|
|||||||
URL: https://fedorahosted.org/pungi
|
URL: https://fedorahosted.org/pungi
|
||||||
Source0: https://fedorahosted.org/pungi/attachment/wiki/%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://fedorahosted.org/pungi/attachment/wiki/%{version}/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: anaconda-runtime >= 11.4.1.5, yum => 3.2.19, repoview, createrepo >= 0.4.11
|
Requires: anaconda >= 14.3, yum => 3.2.19, repoview, createrepo >= 0.4.11
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -56,6 +56,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 14 2010 Jesse Keating <jkeating@redhat.com> - 2.1.0-1
|
||||||
|
- Update paths for new anaconda layout
|
||||||
|
- Drop hints about checksum type
|
||||||
|
- Add proxy support from the repo line in the kickstart file
|
||||||
|
- Catch all kernel packages
|
||||||
|
|
||||||
* Tue Sep 15 2009 Jesse Keating <jkeating@redhat.com> - 2.0.20-1
|
* Tue Sep 15 2009 Jesse Keating <jkeating@redhat.com> - 2.0.20-1
|
||||||
- One more upstream pkgorder fix
|
- One more upstream pkgorder fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user