[lorax] - Skip using srpm repos (bcl at redhat.com) - Drop the dnf Base object deletion code and use reset (bcl

Brian C. Lane bcl at fedoraproject.org
Wed Feb 18 00:16:07 UTC 2015


commit ff3cdc2e044b066f1c9887f7220dab7553c26489
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Feb 17 16:15:16 2015 -0800

    - Skip using srpm repos (bcl at redhat.com)
    - Drop the dnf Base object deletion code and use reset (bcl at redhat.com)
    - Get the log directory from the configfile (bcl at redhat.com)
    - lorax: Add --cachedir, --force and --workdir cmdline options (bcl at redhat.com)
    - Cleanup help alignment (bcl at redhat.com)
    - dnf: remove files from installed packages (bcl at redhat.com)
    - Switch lorax to use dnf instead of yum (bcl at redhat.com)
    - Fix Source0 for use with github (bcl at redhat.com)

 .gitignore |    1 +
 lorax.spec |   16 +++++++++++++---
 sources    |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 812fc1e..275cc9d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@
 /lorax-22.3.tar.gz
 /lorax-22.4.tar.gz
 /lorax-23.0.tar.gz
+/lorax-23.1.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 8b4ad2e..541c3ed 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,8 +1,8 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        23.0
-Release:        2%{?dist}
+Version:        23.1
+Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
 Group:          Applications/System
@@ -37,9 +37,9 @@ Requires:       squashfs-tools >= 4.2
 Requires:       util-linux
 Requires:       xz
 Requires:       pigz
-Requires:       yum
 Requires:       pykickstart
 Requires:       dracut >= 030
+Requires:       dnf
 
 %if 0%{?fedora}
 # Fedora specific deps
@@ -106,6 +106,16 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 %{_mandir}/man1/*.1*
 
 %changelog
+* Tue Feb 17 2015 Brian C. Lane <bcl at redhat.com> 23.1-1
+- Skip using srpm repos (bcl at redhat.com)
+- Drop the dnf Base object deletion code and use reset (bcl at redhat.com)
+- Get the log directory from the configfile (bcl at redhat.com)
+- lorax: Add --cachedir, --force and --workdir cmdline options (bcl at redhat.com)
+- Cleanup help alignment (bcl at redhat.com)
+- dnf: remove files from installed packages (bcl at redhat.com)
+- Switch lorax to use dnf instead of yum (bcl at redhat.com)
+- Fix Source0 for use with github (bcl at redhat.com)
+
 * Thu Feb 12 2015 Brian C. Lane <bcl at redhat.com> 23.0-1
 - Bump version to 23.0 (bcl at redhat.com)
 - os-release moved to /usr/lib (#1191713) (bcl at redhat.com)
diff --git a/sources b/sources
index b272fec..adc8e01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a77f08f2507be91591da7a2c10844f8  lorax-23.0.tar.gz
+4fb10f72aff3ca927fd685a6b8aa1bd2  lorax-23.1.tar.gz


More information about the scm-commits mailing list