- Version 17.0

- Quote $SRC so iso's with spaces will work (#694915) (bruno)
- Handle move to /sys/fs/selinux (#728576) (dwalsh)
- master is now v17.X (bcl)
- Turn on the legacy_boot flag for EFI (#680563) (bcl)
- Don't ask about replacing MBR when formatting (bcl)
- Make MBR replacement message more clear (bcl)
- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
- Modify pxeboot script to work with F16 (bcl)
- Add initial support for ARM architectures (martin.langhoff)
- Copy updates and product image files (bcl)
This commit is contained in:
Brian C. Lane 2011-08-11 16:32:53 -07:00
parent a08c41749a
commit 68383f23cd
3 changed files with 18 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ livecd-tools-033.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

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 16.3
Version: 17.0
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -29,6 +29,7 @@ Requires: /sbin/extlinux
%ifarch ppc
Requires: yaboot
%endif
Requires: dumpet
BuildRequires: python
BuildRequires: /usr/bin/pod2man
@ -52,6 +53,7 @@ Requires: system-config-keyboard >= 1.3.0
Requires: python-urlgrabber
Requires: libselinux-python
Requires: dbus-python
Requires: policycoreutils
%description -n python-imgcreate
Python modules that can be used for building images for things
@ -92,6 +94,19 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Aug 11 2011 Brian C. Lane <bcl@redhat.com> 17.0-1
- Version 17.0
- Quote $SRC so iso's with spaces will work (#694915) (bruno)
- Handle move to /sys/fs/selinux (#728576) (dwalsh)
- master is now v17.X (bcl)
- Turn on the legacy_boot flag for EFI (#680563) (bcl)
- Don't ask about replacing MBR when formatting (bcl)
- Make MBR replacement message more clear (bcl)
- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
- Modify pxeboot script to work with F16 (bcl)
- Add initial support for ARM architectures (martin.langhoff)
- Copy updates and product image files (bcl)
* Thu Mar 31 2011 Brian C. Lane <bcl@redhat.com> 16.3-1
- Version 16.3 (bcl)
- Copy old initrd/xen files to isolinux when using base-on (#690940) (bcl)

View File

@ -1 +1 @@
4a233625f5571acb2ec5d57a302a7267 livecd-tools-16.3.tar.bz2
6aa2111614c3bb9fc43f8f6537be0045 livecd-tools-17.0.tar.bz2