[lorax/f17] Revert "- Fix the rpm call (mgracik at redhat.com)"

Brian C. Lane bcl at fedoraproject.org
Thu Jun 14 20:05:01 UTC 2012


commit 85401738d7c45616fe6fdfccc409766651192b96
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Jun 14 13:01:03 2012 -0700

    Revert "- Fix the rpm call (mgracik at redhat.com)"
    
    This reverts commit 5f9bce22b67ccf8b01a15a4953df48bc49a1e21b.

 .gitignore |    1 -
 lorax.spec |   32 +++++++++++++-------------------
 sources    |    2 +-
 3 files changed, 14 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 484b866..e14c816 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,4 +33,3 @@
 /lorax-17.24.tar.gz
 /lorax-17.25.tar.gz
 /lorax-18.5.tar.gz
-/lorax-18.6.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 5d34b77..02bdec4 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        18.6
+Version:        18.5
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -11,26 +11,24 @@ URL:            http://git.fedorahosted.org/git/?p=lorax.git
 Source0:        https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.gz
 
 BuildRequires:  python2-devel
-
-Requires:       GConf2
+Requires:       python-mako
+Requires:       gawk
+Requires:       glibc-common
 Requires:       cpio
+Requires:       module-init-tools
 Requires:       device-mapper
-Requires:       dosfstools
-Requires:       e2fsprogs
 Requires:       findutils
-Requires:       gawk
-Requires:       genisoimage
-Requires:       glibc
-Requires:       glibc-common
-Requires:       gzip
+Requires:       GConf2
 Requires:       isomd5sum
-Requires:       libselinux-python
-Requires:       module-init-tools
-Requires:       parted
-Requires:       python-mako
-Requires:       squashfs-tools >= 4.2
+Requires:       glibc
 Requires:       util-linux
+Requires:       dosfstools
+Requires:       genisoimage
+Requires:       parted
+Requires:       gzip
 Requires:       xz
+Requires:       squashfs-tools >= 4.2
+Requires:       e2fsprogs
 Requires:       yum
 
 %ifarch %{ix86} x86_64
@@ -80,10 +78,6 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
-* Fri Jun 01 2012 Martin Gracik <mgracik at redhat.com> 18.6-1
-- Fix the rpm call (mgracik at redhat.com)
-- Use selinux python module to get enforcing mode (mgracik at redhat.com)
-
 * Thu May 31 2012 Martin Gracik <mgracik at redhat.com> 18.5-1
 - Don't remove sha256sum from the install image (mgracik at redhat.com)
 - Check if selinux is not in Enforcing mode (#824835) (mgracik at redhat.com)
diff --git a/sources b/sources
index 8051a83..54f5250 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-34f6d6414d8a48881af56ee76302d530  lorax-18.6.tar.gz
+d9eb791d13eddf540eac64a4e479e510  lorax-18.5.tar.gz


More information about the scm-commits mailing list