Compare commits

...

9 Commits
master ... f13

Author SHA1 Message Date
Brian C. Lane ab86f406b5 - Version 13.3 (bcl)
- extlinux doesn't support ext4 or btrfs on F13 (#709778) (bcl)
2011-06-01 14:56:32 -07:00
Brian C. Lane 9898eb0290 - Version 13.2 (bcl)
- Print reason for sudden exit (bcl)
- Fix skipcopy usage with DVD iso (#644194) (bmj001)
- Move selinux relabel to after %post (#648591) (bcl)
- Add support for virtio disks to livecd (#672936) (bcl)
- Check return value on udevadm (#637258) (bcl)
- Source may be a file or a block device, mount accordingly (bcl)
- Align start of partition at 1MiB (#668967) (bcl)
- Check for one big initrd.img (#671900) (bcl)
- Update documentation for xz availability. (bruno)
- Change releasever to a command line option (#667474) (bcl)
- Assign a device-mapper UUID w/ subsystem prefix to the dm snapshot. (dlehman)
- Fix git URLs to match reality. (dlehman)
2011-02-23 16:36:24 -08:00
Brian C. Lane 352f2deae2 - Version 13.1 (bcl)
- Trap copyFile errors (#663849) (fgrose)
- Create tmpdir if it doesn't exist (#658632) (bcl)
- Fix partition number selection for MMC bus devices (#587411) (fgrose)
- Tolerate empty transactions (lkundrak)
2010-12-22 15:42:16 -08:00
Brian C. Lane 2db1fc0887 - Change version for f13-branch (bcl)
- Misc. fixups (#652522) (fgrose)
- Set indentation to 4 spaces (#652522) (fgrose)
- Add a release target (bcl)
- Pass dracut args during check (#589778) (bcl)
- Cleanup EOL spaces (#652522) (fgrose)
- Typo. Need space before ]. (bruno)
- Add support for timeout and totaltimeout to livecd-iso-to-disk (#531566)
  (bcl)
2010-11-15 17:05:21 -08:00
Brian C. Lane f39573f3ca Merged master
This sets the stage so that we can just do fast-forward merges from
master in the future, keeping all branches in sync.
2010-11-04 11:35:01 -07:00
Bruno Wolff III 22ae9ad86c Backport 033-2 to F13 so that people can build F14 repos on F13. 2010-08-17 22:31:55 -05:00
Fedora Release Engineering e8fc910419 dist-git conversion 2010-07-29 02:28:40 +00:00
Jesse Keating 3152b9e877 - Rebuild 2010-05-07 21:35:41 +00:00
Jesse Keating ee15b37805 Initialize branch F-13 for livecd-tools 2010-02-17 01:57:37 +00:00
3 changed files with 43 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
livecd-tools-033.tar.bz2
/livecd-tools-034.tar.bz2
/livecd-tools-0.3.5.tar.bz2
/livecd-tools-13.0.tar.bz2
/livecd-tools-13.1.tar.bz2
/livecd-tools-13.2.tar.bz2
/livecd-tools-13.3.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 0.3.5
Version: 13.3
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -92,6 +92,43 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Wed Jun 01 2011 Brian C. Lane <bcl@redhat.com> - 13.3-1
- Version 13.3 (bcl)
- extlinux doesn't support ext4 or btrfs on F13 (#709778) (bcl)
* Wed Feb 23 2011 Brian C. Lane <bcl@redhat.com> - 13.2-1
- Version 13.2 (bcl)
- Print reason for sudden exit (bcl)
- Fix skipcopy usage with DVD iso (#644194) (bmj001)
- Move selinux relabel to after %post (#648591) (bcl)
- Add support for virtio disks to livecd (#672936) (bcl)
- Check return value on udevadm (#637258) (bcl)
- Source may be a file or a block device, mount accordingly (bcl)
- Align start of partition at 1MiB (#668967) (bcl)
- Check for one big initrd.img (#671900) (bcl)
- Update documentation for xz availability. (bruno)
- Change releasever to a command line option (#667474) (bcl)
- Assign a device-mapper UUID w/ subsystem prefix to the dm snapshot. (dlehman)
- Fix git URLs to match reality. (dlehman)
* Wed Dec 22 2010 Brian C. Lane <bcl@redhat.com> - 13.1-1
- Version 13.1 (bcl)
- Trap copyFile errors (#663849) (fgrose)
- Create tmpdir if it doesn't exist (#658632) (bcl)
- Fix partition number selection for MMC bus devices (#587411) (fgrose)
- Tolerate empty transactions (lkundrak)
* Mon Nov 15 2010 Brian C. Lane <bcl@redhat.com> - 13.0-1
- Change version for f13-branch (bcl)
- Misc. fixups (#652522) (fgrose)
- Set indentation to 4 spaces (#652522) (fgrose)
- Add a release target (bcl)
- Pass dracut args during check (#589778) (bcl)
- Cleanup EOL spaces (#652522) (fgrose)
- Typo. Need space before ]. (bruno)
- Add support for timeout and totaltimeout to livecd-iso-to-disk (#531566)
(bcl)
* Mon Nov 01 2010 Brian C. Lane <bcl@redhat.com> - 0.3.5-1
- Converting version number to NVR
- Removed patches (now included in v0.3.5)

View File

@ -1 +1 @@
b1acf6baf5ed6f25eda2aedef52bfc99 livecd-tools-0.3.5.tar.bz2
016cdd0c161a0d9036c3a43c2b900d56 livecd-tools-13.3.tar.bz2