[livecd-tools/f21] - Version 21.4 (bcl) - Ignore case when looking for UEFI boot*efi file (#1156380) (bcl) - Preload th

Brian C. Lane bcl at fedoraproject.org
Mon Oct 27 18:48:43 UTC 2014


commit afa709abbe638acd59298a85cc44d2d8b1c3a056
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Oct 27 11:44:01 2014 -0700

    - Version 21.4 (bcl)
    - Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)
    - Preload the libnss_sss library (#1127103) (bcl)
      Dropped patch now included upstream

 .gitignore                                         |    1 +
 ...-tools-21.2-manually-load-libnss_sss.so.2.patch |   16 ----------------
 livecd-tools.spec                                  |   10 +++++++---
 sources                                            |    2 +-
 4 files changed, 9 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2064ba0..737fdf8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /livecd-tools-21.1.tar.bz2
 /livecd-tools-21.2.tar.bz2
 /livecd-tools-21.3.tar.bz2
+/livecd-tools-21.4.tar.bz2
diff --git a/livecd-tools.spec b/livecd-tools.spec
index dcc1597..fe977b3 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -4,7 +4,7 @@
 
 Summary: Tools for building live CDs
 Name: livecd-tools
-Version: 21.3
+Version: 21.4
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2
@@ -44,7 +44,6 @@ Requires: dumpet
 Requires: sssd-client
 BuildRequires: python
 BuildRequires: /usr/bin/pod2man
-Patch0: livecd-tools-21.2-manually-load-libnss_sss.so.2.patch
 
 %description 
 Tools for generating live CDs on Fedora based systems including
@@ -74,7 +73,6 @@ like live image or appliances.
 
 %prep
 %setup -q
-%patch0 -p1 -b .manually-load-libnss_sss.so.2
 
 %build
 make
@@ -108,6 +106,12 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Mon Oct 27 2014 Brian C. Lane <bcl at redhat.com> 21.4-1
+- Version 21.4 (bcl)
+- Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)
+- Preload the libnss_sss library (#1127103) (bcl)
+  Dropped patch now included upstream
+
 * Mon Oct 20 2014 Brian C. Lane <bcl at redhat.com> 21.3-1
 - Version 21.3 (bcl)
 - mkefiboot now expects all upper case for BOOT*.EFI (#1154138) (bcl)
diff --git a/sources b/sources
index f74435b..6cd9353 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67c214b73ce197183e179807a4c9a00b  livecd-tools-21.3.tar.bz2
+8f347b38c7fb4388f5cb9cb344da2393  livecd-tools-21.4.tar.bz2


More information about the scm-commits mailing list