From f3b56fe5965436cdbfc5713bb8115a9cf43c556e Mon Sep 17 00:00:00 2001 From: David Huff Date: Nov 13 2008 17:18:34 +0000 Subject: - backported Fix for problem with -i only taking one file - Fixed versioning of source file --- diff --git a/.cvsignore b/.cvsignore index de984b4..99c9713 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -appliance-tools-002.tar.bz2 +appliance-tools-002.6.tar.bz2 diff --git a/appliance-tools.spec b/appliance-tools.spec index 7e4c5e8..6335c4c 100644 --- a/appliance-tools.spec +++ b/appliance-tools.spec @@ -4,11 +4,15 @@ Summary: Tools for building Appliances Name: appliance-tools -Version: 002 -Release: 5%{?dist} +Version: 002.6 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base URL: http://thincrust.net +# 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 >= 017.1 curl rsync kpartx @@ -55,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/ec2convert/*.pyc %changelog +*Wed Nov 13 2008 David Huff - 002.6 +- backported Fix for problem with -i only taking one file +- Fixed versioning of source file + * Fri Nov 07 2008 David Huff - 002-5 - Fixed broken dependencies for specific archs where qemu is not available - backported ec2 converter code (jboggs) diff --git a/import.log b/import.log index 7a3f73e..a234804 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ appliance-tools-002-5_fc9:F-9:appliance-tools-002-5.fc9.src.rpm:1226355311 +appliance-tools-002_6-1_fc9:F-9:appliance-tools-002.6-1.fc9.src.rpm:1226596616 diff --git a/sources b/sources index 9c70ee1..0474d80 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e3a57e1ee535113f41ce6937a842567e appliance-tools-002.tar.bz2 +3e6533fc56e05ff1ae33e5d238246b96 appliance-tools-002.6.tar.bz2