diff --git a/.gitignore b/.gitignore index 9f1f087..92b15c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -appliance-tools-004.4.tar.bz2 +appliance-tools-004.5.tar.bz2 diff --git a/appliance-tools.spec b/appliance-tools.spec index e8385ed..5770014 100644 --- a/appliance-tools.spec +++ b/appliance-tools.spec @@ -4,14 +4,14 @@ Summary: Tools for building Appliances Name: appliance-tools -Version: 004.4 -Release: 4%{?dist} +Version: 004.5 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base -URL: http://git.et.redhat.com/?p=act.git +URL: http://thincrust.org/ # The source for this package was pulled from upstream's vcs. Use the # following commands to generate the tarball: -# git clone git://git.et.redhat.com/act.git; cd act +# git clone git://git.fedorahosted.org/appliance-tools.git # git archive --format=tar --prefix=appliance-tools-%{version} appliance-tools-%{version} | bzip2 > appliance-tools-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -59,6 +59,13 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/ec2convert/*.pyc %changelog +* Fri Aug 20 2010 Adam Tkac - 004.5-1 +- rebuild to ensure NVR in F14 is bigger than in F13 +- merge following changes from F12 branch [David Huff]: + - Fixed error while installing grub + - Fixed issue with Fedora 12 using dracut to generate initrd + - Fixed issue with Fedora 12 parted error + * Wed Jul 21 2010 David Malcolm - 004.4-4 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild diff --git a/sources b/sources index e76dd3b..d7efd80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d3b9557165a281f9cc12e6f67f6ce33 appliance-tools-004.4.tar.bz2 +60b3b778a075d6683354d8c11f735932 appliance-tools-004.5.tar.bz2