Compare commits

...

8 Commits
master ... f21

Author SHA1 Message Date
Brian C. Lane b9f7526788 - Version 21.7 (bcl)
- livecd-iso-to-disk: partnum should only be a digit (#1136586) (bcl)
- Handle devices ending in a digit (#1136586) (bcl)
2015-11-05 15:43:57 -08:00
Brian C. Lane 26295d4265 Require cryptsetup for livecd-iso-to-disk (#1238696) 2015-07-02 13:29:31 -07:00
Brian C. Lane 4f72049833 - Version 21.6 (bcl)
- litd: All parted calls should use -s mode (#1195478) (bcl)
- litd: Make sure device nodes have time to appear (bcl)
2015-06-08 14:23:23 -07:00
Brian C. Lane 3210de7e3f - Version 21.5 (bcl)
- Report Kickstart errors without traceback (#1168030) (bcl)
- litd: Add missing syslinux modules (#1192137) (bcl)
- Note lz4 compression in help (bruno)
2015-03-02 17:35:23 -08:00
Brian C. Lane afa709abbe - 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
2014-10-27 11:48:25 -07:00
Brian C. Lane 7660cc8442 - Version 21.3 (bcl)
- mkefiboot now expects all upper case for BOOT*.EFI (#1154138) (bcl)
- Move __fstype into ImageCreator class (bcl)
- Catch Yum errors and print them (#1119906) (bcl)
2014-10-20 10:10:05 -07:00
Peter Jones 4fbb255248 Obviously, as bcl points out, 21.2-3's fix means we require sssd-client now.
Related: rhbz#1127103
2014-08-20 10:44:28 -04:00
Peter Jones b5845dfb7a Work around rhbz#1127103 by manually loading the problematic library.
Related: rhbz#1127103
2014-08-20 10:33:56 -04:00
3 changed files with 46 additions and 4 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
/livecd-tools-21.0.tar.bz2
/livecd-tools-21.1.tar.bz2
/livecd-tools-21.2.tar.bz2
/livecd-tools-21.3.tar.bz2
/livecd-tools-21.4.tar.bz2
/livecd-tools-21.5.tar.bz2
/livecd-tools-21.6.tar.bz2
/livecd-tools-21.7.tar.bz2

View File

@ -4,8 +4,8 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 21.2
Release: 2%{?dist}
Version: 21.7
Release: 1%{?dist}
Epoch: 1
License: GPLv2
Group: System Environment/Base
@ -41,10 +41,11 @@ Requires: /sbin/extlinux
Requires: yaboot
%endif
Requires: dumpet
Requires: sssd-client
Requires: cryptsetup
BuildRequires: python
BuildRequires: /usr/bin/pod2man
%description
Tools for generating live CDs on Fedora based systems including
derived distributions such as RHEL, CentOS and others. See
@ -106,6 +107,42 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Nov 05 2015 Brian C. Lane <bcl@redhat.com> 21.7-1
- Version 21.7 (bcl)
- livecd-iso-to-disk: partnum should only be a digit (#1136586) (bcl)
- Handle devices ending in a digit (#1136586) (bcl)
* Mon Jun 08 2015 Brian C. Lane <bcl@redhat.com> 21.6-1
- Version 21.6 (bcl)
- litd: All parted calls should use -s mode (#1195478) (bcl)
- litd: Make sure device nodes have time to appear (bcl)
* Mon Mar 02 2015 Brian C. Lane <bcl@redhat.com> 21.5-1
- Version 21.5 (bcl)
- Report Kickstart errors without traceback (#1168030) (bcl)
- litd: Add missing syslinux modules (#1192137) (bcl)
- Note lz4 compression in help (bruno)
* 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)
- Move __fstype into ImageCreator class (bcl)
- Catch Yum errors and print them (#1119906) (bcl)
* Wed Aug 20 2014 Peter Jones <pjones@redhat.com> - 21.2-4
- Obviously, as bcl points out, 21.2-3's fix means we require sssd-client now.
Related: rhbz#1127103
* Wed Aug 20 2014 Peter Jones <pjones@redhat.com> - 21.2-3
- Work around rhbz#1127103 by manually loading the problematic library.
Related: rhbz#1127103
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:21.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
5f8a5dc06614b93bde5e45e2983655db livecd-tools-21.2.tar.bz2
1f23c367f538a491ffe27b6b1e06c8f5 livecd-tools-21.7.tar.bz2