[lorax/f17] - Fix product name replacing in templates Resolves: rhbz#799919

Martin Gracik mgracik at fedoraproject.org
Wed Mar 7 15:25:37 UTC 2012


commit 027e0825ec08f04b3a9255e34911f7c2bd823de6
Author: Martin Gracik <mgracik at redhat.com>
Date:   Wed Mar 7 16:26:29 2012 +0100

    - Fix product name replacing in templates
      Resolves: rhbz#799919

 .gitignore |    1 +
 lorax.spec |   12 ++++++++++--
 sources    |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53afe03..00d8c51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /lorax-17.6.tar.bz2
 /lorax-17.7.tar.bz2
 /lorax-17.8.tar.bz2
+/lorax-17.9.tar.bz2
diff --git a/lorax.spec b/lorax.spec
index 2199382..4816243 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        17.8
+Version:        17.9
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -30,6 +30,7 @@ Requires:       gzip
 Requires:       xz
 Requires:       squashfs-tools >= 4.2
 Requires:       e2fsprogs
+Requires:       yum
 
 %ifarch %{ix86} x86_64
 Requires:       syslinux >= 4.02-5
@@ -40,10 +41,13 @@ Requires:       silo
 %endif
 
 %ifarch ppc ppc64
-Requires:       yaboot
 Requires:       kernel-bootwrapper
 %endif
 
+%ifarch s390 s390x
+Requires:       openssh
+%endif
+
 %description
 Lorax is a tool for creating the anaconda install images.
 
@@ -75,6 +79,10 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Wed Mar 07 2012 Martin Gracik <mgracik at redhat.com> 17.9-1
+- Fix product name replacing in templates
+  Resolves: rhbz#799919
+
 * Tue Mar 06 2012 Brian C. Lane <bcl at redhat.com> 17.8-1
 - livemedia-creator: update README (bcl)
 - example livemedia kickstart for ec2 (bcl)
diff --git a/sources b/sources
index 1ac812c..c26de66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-986b51feedefe2cf50bea7ba7e046893  lorax-17.8.tar.bz2
+03b69027fd61147f8daca4f751b05cf1  lorax-17.9.tar.bz2


More information about the scm-commits mailing list