Compare commits

...

14 Commits
master ... f17

Author SHA1 Message Date
Brian C. Lane f90135ff01 - Version 17.18 (bcl)
- litd: Add kickstart option (bcl)
- litd: Add --updates option (bcl)
- ts.check output is a list of tuples (#979759) (bcl)
2013-07-15 12:02:15 -07:00
Brian C. Lane 2a99c6e44a - Version 17.17 (bcl)
- Avoid setting empty root password (#964299) (thoger)
  CVE-2013-2069
2013-05-23 06:31:04 -07:00
Brian C. Lane 3e98f57be3 - Version 17.16 (bcl)
- Use parted to check for GPT disklabel (#947653) (bcl)
- Output details of dep check failure (bcl)
- Properly generate kernel stanzas (#928093) (bcl)
- correctly check for selinux state (#896610) (bcl)
2013-04-03 10:54:30 -07:00
Brian C. Lane 442beba36b - Version 17.15 (bcl)
- use cp -r instead of -a (bcl)
- New location for GRUB2 config on UEFI (#851220) (bcl)
2012-09-06 17:04:51 -07:00
Brian C. Lane 99e6bfdd8c - Version 17.14 (bcl)
- dracut needs to load vfat and msdos filesystems (bcl)
2012-08-06 11:54:24 -07:00
Brian C. Lane 9dca5bb91e - Version 17.13 (bcl)
- Recognize rd.live.image as well as liveimg in sed scripts of livecd-iso-to-
  disk & edit-livecd (fgrose)
- fix /etc/localtime file vs. symlink (#829032) (bcl)
2012-08-02 11:41:10 -07:00
Brian C. Lane 1ddedd0f83 - Version 17.12 (bcl)
- dracut doesn't need explicit filesystems (bcl)
- livecd-creator: Add --cacheonly for offline use (martin)
- Implement cacheonly (offline) support in ImageCreator and LoopCreator (martin)
- if mounting squashfs add ro mount option (jboggs)
- imgcreate: Use copy2 for TimezoneConfig (#829032) (bcl)
2012-07-31 13:53:53 -07:00
Brian C. Lane 34e0bd31fa - Version 17.11 (bcl)
- Include Mac volume name graphic (mjg)
2012-05-03 16:25:38 -07:00
Brian C. Lane 6364414829 - Version 17.10 (bcl)
- copy repo data to USB for F17 (#806166) (bcl)
2012-04-26 15:00:44 -07:00
Brian C. Lane 31ced60ef5 - Version 17.9 (bcl)
- allow for use of yum plugins during livecd creation (notting)
- Capitalise EFI names (mjg)
- Add tighter Mac boot image integration (mjg)
- fix quoting with basename and SRC (#814174) (bcl)
- check for LIVE-REPO partition when writing DVD (#813905) (bcl)
2012-04-24 14:59:03 -07:00
Brian C. Lane ad2faefbc0 - Version 17.8 (bcl)
- add support for cost in kickstart repo line (#735079) (mads)
- skip copying DVD image file with skipcopy option (786037) (bcl)
- remove kernel and initrd from EFI/BOOT (#811438) (bcl)
- fix syntax problem in detectsrctype (bcl)
2012-04-16 17:35:07 -07:00
Brian C. Lane 42ef34e6d9 - Version 17.7 (bcl)
- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
- Change EFI/boot to EFI/BOOT (mjg)
- Add support for generating EFI-bootable hybrid images (mjg)
2012-03-01 09:19:58 -08:00
Brian C. Lane 5afaf0828d - Version 17.6 (bcl)
- livecd-iso-to-disk: create partition for iso (bcl)
2012-02-23 18:12:51 -08:00
Brian C. Lane fe82565f84 - Version 17.5 (bcl)
- check for valid script path before editing livecd image and update usage
  options confusion (jboggs)
- imgcreate: fix typo in ResizeError (bcl)
- add missing selinux_mountpoint class object to edit-livecd (jboggs)
2012-02-15 15:31:00 -08:00
3 changed files with 86 additions and 18 deletions

17
.gitignore vendored
View File

@ -1,16 +1 @@
livecd-tools-033.tar.bz2
/livecd-tools-034.tar.bz2
/livecd-tools-0.3.5.tar.bz2
/livecd-tools-0.3.6.tar.bz2
/livecd-tools-15.0.tar.bz2
/livecd-tools-15.2.tar.bz2
/livecd-tools-15.3.tar.bz2
/livecd-tools-16.0.tar.bz2
/livecd-tools-16.1.tar.bz2
/livecd-tools-16.2.tar.bz2
/livecd-tools-16.3.tar.bz2
/livecd-tools-17.0.tar.bz2
/livecd-tools-17.1.tar.bz2
/livecd-tools-17.2.tar.bz2
/livecd-tools-17.3.tar.bz2
/livecd-tools-17.4.tar.bz2
/livecd-tools-17.18.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 17.4
Version: 17.18
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -25,6 +25,8 @@ Requires: pyparted
Requires: util-linux
Requires: dosfstools
Requires: e2fsprogs
Requires: lorax >= 17.17
Requires: rsync
%ifarch %{ix86} x86_64
Requires: syslinux
Requires: /sbin/extlinux
@ -98,6 +100,87 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Mon Jul 15 2013 Brian C. Lane <bcl@redhat.com> 17.18-1
- Version 17.18 (bcl)
- litd: Add kickstart option (bcl)
- litd: Add --updates option (bcl)
- ts.check output is a list of tuples (#979759) (bcl)
* Thu May 23 2013 Brian C. Lane <bcl@redhat.com> 17.17-1
- Version 17.17 (bcl)
- Avoid setting empty root password (#964299) (thoger)
CVE-2013-2069
* Wed Apr 03 2013 Brian C. Lane <bcl@redhat.com> 17.16-1
- Version 17.16 (bcl)
- Use parted to check for GPT disklabel (#947653) (bcl)
- Output details of dep check failure (bcl)
- Properly generate kernel stanzas (#928093) (bcl)
- correctly check for selinux state (#896610) (bcl)
* Thu Sep 06 2012 Brian C. Lane <bcl@redhat.com> 17.15-1
- Version 17.15 (bcl)
- use cp -r instead of -a (bcl)
- New location for GRUB2 config on UEFI (#851220) (bcl)
* Mon Aug 06 2012 Brian C. Lane <bcl@redhat.com> 17.14-1
- Version 17.14 (bcl)
- dracut needs to load vfat and msdos filesystems (bcl)
* Thu Aug 02 2012 Brian C. Lane <bcl@redhat.com> 17.12-1
- Version 17.13 (bcl)
- Recognize rd.live.image as well as liveimg in sed scripts of livecd-iso-to-
disk & edit-livecd (fgrose)
- fix /etc/localtime file vs. symlink (#829032) (bcl)
* Tue Jul 31 2012 Brian C. Lane <bcl@redhat.com> 17.12-1
- Version 17.12 (bcl)
- dracut doesn't need explicit filesystems (bcl)
- livecd-creator: Add --cacheonly for offline use (martin)
- Implement cacheonly (offline) support in ImageCreator and LoopCreator (martin)
- if mounting squashfs add ro mount option (jboggs)
- imgcreate: Use copy2 for TimezoneConfig (#829032) (bcl)
* Thu May 03 2012 Brian C. Lane <bcl@redhat.com> 17.11-1
- Version 17.11 (bcl)
- Include Mac volume name graphic (mjg)
* Thu Apr 26 2012 Brian C. Lane <bcl@redhat.com> 17.10-1
- Version 17.10 (bcl)
- copy repo data to USB for F17 (#806166) (bcl)
* Tue Apr 24 2012 Brian C. Lane <bcl@redhat.com> 17.9-1
- Version 17.9 (bcl)
- allow for use of yum plugins during livecd creation (notting)
- Capitalise EFI names (mjg)
- Add tighter Mac boot image integration (mjg)
- fix quoting with basename and SRC (#814174) (bcl)
- check for LIVE-REPO partition when writing DVD (#813905) (bcl)
* Mon Apr 16 2012 Brian C. Lane <bcl@redhat.com> 17.8-1
- Version 17.8 (bcl)
- add support for cost in kickstart repo line (#735079) (mads)
- skip copying DVD image file with skipcopy option (786037) (bcl)
- remove kernel and initrd from EFI/BOOT (#811438) (bcl)
- fix syntax problem in detectsrctype (bcl)
* Thu Mar 01 2012 Brian C. Lane <bcl@redhat.com> 17.7-1
- Version 17.7 (bcl)
- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
- Change EFI/boot to EFI/BOOT (mjg)
- Add support for generating EFI-bootable hybrid images (mjg)
* Thu Feb 23 2012 Brian C. Lane <bcl@redhat.com> - 17.6-1
- Version 17.6 (bcl)
- livecd-iso-to-disk: create partition for iso (bcl)
* Wed Feb 15 2012 Brian C. Lane <bcl@redhat.com> - 17.5-1
- Version 17.5 (bcl)
- check for valid script path before editing livecd image and update usage
options confusion (jboggs)
- imgcreate: fix typo in ResizeError (bcl)
- add missing selinux_mountpoint class object to edit-livecd (jboggs)
* Wed Jan 18 2012 Brian C. Lane <bcl@redhat.com> - 17.4-1
- Version 17.4 (bcl)
- selinux may be off on the host, skip mount (#737064) (bcl)

View File

@ -1 +1 @@
152e11893066b040ecf13655e8ea8545 livecd-tools-17.4.tar.bz2
062598e085bee5c872e816f0eef526d5 livecd-tools-17.18.tar.bz2