Compare commits

...

5 Commits
master ... f22

Author SHA1 Message Date
Brian C. Lane 6374648893 - Version 22.3 (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:36:39 -08:00
Brian C. Lane 1fe10b3b66 Require cryptsetup for livecd-iso-to-disk (#1238696) 2015-07-02 13:29:16 -07:00
Brian C. Lane d19e44fc08 - Version 22.2 (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:20:01 -07:00
Brian C. Lane 2b5d514641 - Version 22.1 (bcl)
- Explicitly add the uas driver to the initrd (#1201983) (bcl)
2015-03-20 18:20:51 -07:00
Brian C. Lane b6d1f1d608 - Version 22.0 (bcl)
- kickstart: Handle resolv.conf being a nonexistent symlink (walters)
- Report Kickstart errors without traceback (#1168030) (bcl)
- Change console font to eurlatgr (myllynen)
- litd: Add missing syslinux modules (#1192137) (bcl)
- Note lz4 compression in help (bruno)
2015-03-02 17:19:46 -08:00
3 changed files with 29 additions and 2 deletions

4
.gitignore vendored
View File

@ -3,3 +3,7 @@
/livecd-tools-21.2.tar.bz2
/livecd-tools-21.3.tar.bz2
/livecd-tools-21.4.tar.bz2
/livecd-tools-22.0.tar.bz2
/livecd-tools-22.1.tar.bz2
/livecd-tools-22.2.tar.bz2
/livecd-tools-22.3.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 21.4
Version: 22.3
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -42,6 +42,7 @@ Requires: yaboot
%endif
Requires: dumpet
Requires: sssd-client
Requires: cryptsetup
BuildRequires: python
BuildRequires: /usr/bin/pod2man
@ -107,6 +108,28 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Nov 05 2015 Brian C. Lane <bcl@redhat.com> 22.3-1
- Version 22.3 (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> 22.2-1
- Version 22.2 (bcl)
- litd: All parted calls should use -s mode (#1195478) (bcl)
- litd: Make sure device nodes have time to appear (bcl)
* Fri Mar 20 2015 Brian C. Lane <bcl@redhat.com> 22.1-1
- Version 22.1 (bcl)
- Explicitly add the uas driver to the initrd (#1201983) (bcl)
* Mon Mar 02 2015 Brian C. Lane <bcl@redhat.com> 22.0-1
- Version 22.0 (bcl)
- kickstart: Handle resolv.conf being a nonexistent symlink (walters)
- Report Kickstart errors without traceback (#1168030) (bcl)
- Change console font to eurlatgr (myllynen)
- 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)

View File

@ -1 +1 @@
8f347b38c7fb4388f5cb9cb344da2393 livecd-tools-21.4.tar.bz2
8973e79543edf89b79cafef4c768340d livecd-tools-22.3.tar.bz2