Bump version to 24.3 (ngompa13)
livecd-iso-to-disk: Fix --efi --format code sequence problems. (fgrose) livecd-iso-to-disk+pod: Add options for automatic boot. (fgrose) livecd-iso-to-disk+pod: Add --no-overlay & --reset-overlay options. (fgrose) livecd-iso-to-disk: Remove checkLVM() as it seems unnecessary now. (fgrose) livecd-iso-to-disk & liveimage-mount: Multi Live Image Boot fixes. (fgrose) Update minimal Fedora kickstart to use sha512 auth algorithm (ngompa13) Add minimal Mageia kickstarts to serve as examples (ngompa13) Use genisoimage instead of mkisofs (ngompa13)
This commit is contained in:
parent
084bc81557
commit
d72a396fd7
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/livecd-tools-24.0.tar.gz
|
||||
/livecd-tools-24.1.tar.gz
|
||||
/livecd-tools-24.2.tar.gz
|
||||
/livecd-tools-24.3.tar.gz
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
Summary: Tools for building live CDs
|
||||
Name: livecd-tools
|
||||
Version: 24.2
|
||||
Version: 24.3
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2
|
||||
@ -39,7 +39,7 @@ http://fedoraproject.org/wiki/FedoraLiveCD for more details.
|
||||
Summary: Common system dependencies for python-imgcreate
|
||||
Group: System Environment/Base
|
||||
Requires: coreutils
|
||||
Requires: mkisofs
|
||||
Requires: genisoimage
|
||||
Requires: isomd5sum
|
||||
Requires: parted
|
||||
Requires: util-linux
|
||||
@ -149,6 +149,17 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}/COPYING
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Apr 12 2017 Neal Gompa <ngompa13@gmail.com> - 24.3-1
|
||||
- Bump version to 24.3 (ngompa13)
|
||||
- livecd-iso-to-disk: Fix --efi --format code sequence problems. (fgrose)
|
||||
- livecd-iso-to-disk+pod: Add options for automatic boot. (fgrose)
|
||||
- livecd-iso-to-disk+pod: Add --no-overlay & --reset-overlay options. (fgrose)
|
||||
- livecd-iso-to-disk: Remove checkLVM() as it seems unnecessary now. (fgrose)
|
||||
- livecd-iso-to-disk & liveimage-mount: Multi Live Image Boot fixes. (fgrose)
|
||||
- Update minimal Fedora kickstart to use sha512 auth algorithm (ngompa13)
|
||||
- Add minimal Mageia kickstarts to serve as examples (ngompa13)
|
||||
- Use genisoimage instead of mkisofs (ngompa13)
|
||||
|
||||
* Tue Mar 07 2017 Neal Gompa <ngompa13@gmail.com> - 24.2-1
|
||||
- Bump version to 24.2 (ngompa13)
|
||||
- livecd-iso-to-disk+pod: Code cleanups & modernization. (fgrose)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (livecd-tools-24.2.tar.gz) = abee773743617f23502fdce9cc309a362ef7b1862db0734ab09e127965c4e16ee33b7216b8b0fffe5531f61deeed628f02e2c8c0ccf3b2f5967909d92353cf18
|
||||
SHA512 (livecd-tools-24.3.tar.gz) = 151f5d3a125b465fba514b5f2ce12f296d112c52e72d5a3d66fdeec7c56cf3996965ba538417d27de4b4441064b18b7053671a87adcb5fc2e53ee991b23b176d
|
||||
|
Loading…
Reference in New Issue
Block a user