diff --git a/.cvsignore b/.cvsignore index df47497..a9aa155 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -appliance-tools-003.tar.bz2 +appliance-tools-003.1.tar.bz2 diff --git a/appliance-tools.spec b/appliance-tools.spec index 3babc4d..0d2b316 100644 --- a/appliance-tools.spec +++ b/appliance-tools.spec @@ -4,11 +4,15 @@ Summary: Tools for building Appliances Name: appliance-tools -Version: 003 -Release: 6%{?dist} +Version: 003.1 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://git.et.redhat.com/?p=act.git +# 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 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 Requires: livecd-tools >= 018 curl rsync kpartx @@ -55,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/ec2convert/*.pyc %changelog +*Wed Nov 12 2008 David Huff - 003.1 +- Fixed problem with -i only taking one file, now can include a dir +- Fixed versioning of source file + *Mon Nov 10 2008 David Huff - 003-6 - Fixed broken dependencies for specific archs where qemu is not available diff --git a/import.log b/import.log index 81ad04c..2b67b26 100644 --- a/import.log +++ b/import.log @@ -1,3 +1,4 @@ appliance-tools-003-1_fc10:HEAD:appliance-tools-003-1.fc10.src.rpm:1219422935 appliance-tools-003-5_fc10:F-10:appliance-tools-003-5.fc10.src.rpm:1226067614 appliance-tools-003-6_fc10:F-10:appliance-tools-003-6.fc10.src.rpm:1226336128 +appliance-tools-003_1-1_fc10:F-10:appliance-tools-003.1-1.fc10.src.rpm:1226573299 diff --git a/sources b/sources index 4aca39f..caddbda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -55a68485ccf9eb7eb98cfc6d89effbf3 appliance-tools-003.tar.bz2 +c284c14d44803d5f352c630c890de5d5 appliance-tools-003.1.tar.bz2