- Version 13.4.6 (bcl)

- lokkit patch moved upstream
This commit is contained in:
Brian C. Lane 2015-02-27 16:02:32 -08:00
parent 0e83fcd825
commit d20abcc1ce
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/livecd-tools-13.4.4.tar.bz2
/livecd-tools-13.4.5.tar.bz2
/livecd-tools-13.4.6.tar.bz2
/livecd-tools-13.4.7.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 13.4.6
Version: 13.4.7
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -16,7 +16,6 @@ URL: http://git.fedorahosted.org/git/livecd
# make dist
# scp livecd*.tar.bz2 fedorahosted.org:livecd
Source0: http://fedorahosted.org/releases/l/i/livecd/%{name}-%{version}.tar.bz2
Patch0: lokkit-fw-no-reset.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-imgcreate = %{epoch}:%{version}-%{release}
Requires: mkisofs
@ -62,7 +61,6 @@ like live image or appliances.
%prep
%setup -q
%patch0 -p1 -b .fwfix
%build
make
@ -96,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Fri Feb 27 2015 Brian C. Lane <bcl@redhat.com> 13.4.7-1
- Version 13.4.6 (bcl)
- lokkit patch moved upstream
* Fri May 02 2014 Brian C. Lane <bcl@redhat.com> 13.4.6-1
- Version 13.4.6 (bcl)
- edit-livecd: Remove rebuild_iso_symlinks (#928620) (bcl)

View File

@ -1 +1 @@
c7c0b2b288f1152931ad25e95995a4de livecd-tools-13.4.6.tar.bz2
863a763767966f31410582052f88dbee livecd-tools-13.4.7.tar.bz2