- Version 17.2 (bcl)

- Fix indent and typo in liveimage-mount (#749643) (bcl)
- Make sure the target is labeled LIVE (#751213) (bcl)
- Only check first match for boot flag (#739411) (bcl)
- Stop creating backup image before resizing (#737243) (bcl)
epel9
Brian C. Lane 13 years ago
parent 8679835e4e
commit 3c6a20f9b8

1
.gitignore vendored

@ -11,3 +11,4 @@ livecd-tools-033.tar.bz2
/livecd-tools-16.3.tar.bz2 /livecd-tools-16.3.tar.bz2
/livecd-tools-17.0.tar.bz2 /livecd-tools-17.0.tar.bz2
/livecd-tools-17.1.tar.bz2 /livecd-tools-17.1.tar.bz2
/livecd-tools-17.2.tar.bz2

@ -4,7 +4,7 @@
Summary: Tools for building live CDs Summary: Tools for building live CDs
Name: livecd-tools Name: livecd-tools
Version: 17.1 Version: 17.2
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2 License: GPLv2
@ -23,6 +23,8 @@ Requires: isomd5sum
Requires: parted Requires: parted
Requires: pyparted Requires: pyparted
Requires: util-linux Requires: util-linux
Requires: dosfstools
Requires: e2fsprogs
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
Requires: syslinux Requires: syslinux
Requires: /sbin/extlinux Requires: /sbin/extlinux
@ -95,6 +97,13 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc %{python_sitelib}/imgcreate/*.pyc
%changelog %changelog
* Thu Nov 03 2011 Brian C. Lane <bcl@redhat.com> 17.2-1
- Version 17.2 (bcl)
- Fix indent and typo in liveimage-mount (#749643) (bcl)
- Make sure the target is labeled LIVE (#751213) (bcl)
- Only check first match for boot flag (#739411) (bcl)
- Stop creating backup image before resizing (#737243) (bcl)
* Thu Sep 01 2011 Brian C. Lane <bcl@redhat.com> 17.1-1 * Thu Sep 01 2011 Brian C. Lane <bcl@redhat.com> 17.1-1
- Version 17.1 (bcl) - Version 17.1 (bcl)
- Add title and product args (#669120) (bcl) - Add title and product args (#669120) (bcl)

@ -1 +1 @@
01b071420e66a1b0b8104495580e6dc1 livecd-tools-17.1.tar.bz2 708902f402d171e18ced83f9bc2a74b8 livecd-tools-17.2.tar.bz2

Loading…
Cancel
Save