[lorax] - Require python-dnf so that we get the python2 version (bcl at redhat.com) - livemedia-creator: Fix up

Brian C. Lane bcl at fedoraproject.org
Sat Mar 14 00:39:11 UTC 2015


commit e75e5cde1952b56191e246fdd0ad1e3b9f0e03ec
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Mar 13 17:38:47 2015 -0700

    - Require python-dnf so that we get the python2 version (bcl at redhat.com)
    - livemedia-creator: Fix up fake yum object for DNF change (bcl at redhat.com)
    - Update logic for stage2 detection on boot.iso (bcl at redhat.com)

 .gitignore | 1 +
 lorax.spec | 9 +++++++--
 sources    | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6e3fadb..f80fc48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@
 /lorax-23.1.tar.gz
 /lorax-23.2.tar.gz
 /lorax-23.3.tar.gz
+/lorax-23.4.tar.gz
diff --git a/lorax.spec b/lorax.spec
index d9379d6..bd504b9 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        23.3
+Version:        23.4
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -39,7 +39,7 @@ Requires:       xz
 Requires:       pigz
 Requires:       python-kickstart
 Requires:       dracut >= 030
-Requires:       dnf
+Requires:       python-dnf
 
 %if 0%{?fedora}
 # Fedora specific deps
@@ -106,6 +106,11 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 %{_mandir}/man1/*.1*
 
 %changelog
+* Fri Mar 13 2015 Brian C. Lane <bcl at redhat.com> 23.4-1
+- Require python-dnf so that we get the python2 version (bcl at redhat.com)
+- livemedia-creator: Fix up fake yum object for DNF change (bcl at redhat.com)
+- Update logic for stage2 detection on boot.iso (bcl at redhat.com)
+
 * Fri Mar 06 2015 Brian C. Lane <bcl at redhat.com> 23.3-1
 - Turn off ldconfig (bcl at redhat.com)
 - Add removekmod template command (bcl at redhat.com)
diff --git a/sources b/sources
index 6116a41..4c7709a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cdad19a37acf190547a12906ae699a8c  lorax-23.3.tar.gz
+12bed9a5f0d329f14940ceaa34bb7998  lorax-23.4.tar.gz


More information about the scm-commits mailing list