summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-04-23 14:34:06 +0000
committerJeremy Katz <katzj@redhat.com>2007-04-23 14:34:06 +0000
commitbbc4273d668993dcace6d35245c556fba4e7e3ec (patch)
treeb3153915853a382d20f31ac9d61ee464dac16634
parentcb0e84d900a465a05ef7fd6a81a737c10d20bc94 (diff)
downloadanaconda-bbc4273d668993dcace6d35245c556fba4e7e3ec.tar.gz
anaconda-bbc4273d668993dcace6d35245c556fba4e7e3ec.tar.xz
anaconda-bbc4273d668993dcace6d35245c556fba4e7e3ec.zip
2007-04-23 Jeremy Katz <katzj@redhat.com>
* anaconda.spec (Requires): Back to mkisofs due to silliness with how rawhide is currently composed
-rw-r--r--ChangeLog5
-rw-r--r--anaconda.spec2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c847e1ce6..6b2fab661 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-23 Jeremy Katz <katzj@redhat.com>
+
+ * anaconda.spec (Requires): Back to mkisofs due to silliness with
+ how rawhide is currently composed
+
2007-04-23 Chris Lumens <clumens@redhat.com>
* anaconda.spec: Update URL (#237364).
diff --git a/anaconda.spec b/anaconda.spec
index 07b04187f..1128e614c 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -65,7 +65,7 @@ Group: Applications/System
AutoReqProv: false
Requires: libxml2-python, python, rpm-python >= 4.2-0.61
Requires: anaconda = %{version}-%{release}
-Requires: createrepo >= 0.4.7, squashfs-tools, genisoimage
+Requires: createrepo >= 0.4.7, squashfs-tools, mkisofs
%ifarch %{ix86} x86_64
Requires: syslinux
%endif