|
|
@ -4,12 +4,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Tools for building live CDs
|
|
|
|
Summary: Tools for building live CDs
|
|
|
|
Name: livecd-tools
|
|
|
|
Name: livecd-tools
|
|
|
|
Version: 028
|
|
|
|
Version: 029
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://git.fedorahosted.org/git/livecd
|
|
|
|
URL: http://git.fedorahosted.org/git/livecd
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
Patch0: livecd-modprobe.patch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
Requires: python-imgcreate = %{version}-%{release}
|
|
|
|
Requires: python-imgcreate = %{version}-%{release}
|
|
|
|
Requires: mkisofs
|
|
|
|
Requires: mkisofs
|
|
|
@ -51,6 +52,7 @@ like live image or appliances.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
make
|
|
|
|
make
|
|
|
@ -81,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{python_sitelib}/imgcreate/*.pyc
|
|
|
|
%{python_sitelib}/imgcreate/*.pyc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Oct 19 2009 Warren Togami <wtogami@redhat.com> - 029-1
|
|
|
|
|
|
|
|
- Tell dracut not to ask for LUKS passwords or activate mdraid sets
|
|
|
|
|
|
|
|
- Silence the /etc/modprobe.conf deprecation warning
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 16 2009 Warren Togami <wtogami@redhat.com> - 028-1
|
|
|
|
* Wed Sep 16 2009 Warren Togami <wtogami@redhat.com> - 028-1
|
|
|
|
- Fix LiveUSB with live images
|
|
|
|
- Fix LiveUSB with live images
|
|
|
|
- Fix display of free space during livecd-iso-to-disk error (farrell)
|
|
|
|
- Fix display of free space during livecd-iso-to-disk error (farrell)
|
|
|
|