[lorax] - Update pykickstart requirement (bcl at redhat.com) - Explicitly install notification-daemon (dshea at re

Brian C. Lane bcl at fedoraproject.org
Sat Feb 28 01:31:41 UTC 2015


commit 03147515308ac3b5df041051228420c9bb18cd8f
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Feb 27 17:29:24 2015 -0800

    - Update pykickstart requirement (bcl at redhat.com)
    - Explicitly install notification-daemon (dshea at redhat.com)

 .gitignore | 1 +
 lorax.spec | 8 ++++++--
 sources    | 2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 275cc9d..7c5714f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@
 /lorax-22.4.tar.gz
 /lorax-23.0.tar.gz
 /lorax-23.1.tar.gz
+/lorax-23.2.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 541c3ed..58b3117 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        23.1
+Version:        23.2
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -37,7 +37,7 @@ Requires:       squashfs-tools >= 4.2
 Requires:       util-linux
 Requires:       xz
 Requires:       pigz
-Requires:       pykickstart
+Requires:       python-kickstart
 Requires:       dracut >= 030
 Requires:       dnf
 
@@ -106,6 +106,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 %{_mandir}/man1/*.1*
 
 %changelog
+* Fri Feb 27 2015 Brian C. Lane <bcl at redhat.com> 23.2-1
+- Update pykickstart requirement (bcl at redhat.com)
+- Explicitly install notification-daemon (dshea at redhat.com)
+
 * 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)
diff --git a/sources b/sources
index adc8e01..23a5efc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fb10f72aff3ca927fd685a6b8aa1bd2  lorax-23.1.tar.gz
+a23ab7fb085d9cd88b647c6a737725b7  lorax-23.2.tar.gz


More information about the scm-commits mailing list