- 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
This commit is contained in:
Brian C. Lane 2014-10-27 11:44:01 -07:00
parent 7660cc8442
commit afa709abbe
4 changed files with 9 additions and 20 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1,16 +0,0 @@
diff -urpN livecd-tools-21.2/tools/livecd-creator.pjones livecd-tools-21.2/tools/livecd-creator
--- livecd-tools-21.2/tools/livecd-creator.pjones 2014-08-20 10:17:47.881101260 -0400
+++ livecd-tools-21.2/tools/livecd-creator 2014-08-20 10:17:24.699153538 -0400
@@ -224,5 +224,12 @@ def main():
return 0
+def do_nss_sss_hack():
+ import ctypes as forgettable
+ hack = forgettable._dlopen('libnss_sss.so.2')
+ del forgettable
+ return hack
+
if __name__ == "__main__":
+ hack = do_nss_sss_hack()
sys.exit(main())

View File

@ -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@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@redhat.com> 21.3-1
- Version 21.3 (bcl)
- mkefiboot now expects all upper case for BOOT*.EFI (#1154138) (bcl)

View File

@ -1 +1 @@
67c214b73ce197183e179807a4c9a00b livecd-tools-21.3.tar.bz2
8f347b38c7fb4388f5cb9cb344da2393 livecd-tools-21.4.tar.bz2