|
|
@ -9,13 +9,12 @@ Release: 1%{?dist}
|
|
|
|
Epoch: 1
|
|
|
|
Epoch: 1
|
|
|
|
License: GPLv2
|
|
|
|
License: GPLv2
|
|
|
|
Group: System Environment/Base
|
|
|
|
Group: System Environment/Base
|
|
|
|
URL: http://git.fedorahosted.org/git/livecd
|
|
|
|
URL: https://github.com/rhinstaller/livecd-tools
|
|
|
|
# To make source tar ball:
|
|
|
|
# To make source tar ball:
|
|
|
|
# git clone git://git.fedorahosted.org/livecd
|
|
|
|
# git clone https://github.com/rhinstaller/livecd-tools
|
|
|
|
# cd livecd
|
|
|
|
# cd livecd-tools
|
|
|
|
# make dist
|
|
|
|
# make dist
|
|
|
|
# scp livecd*.tar.bz2 fedorahosted.org:livecd
|
|
|
|
Source0: https://github.com/rhinstaller/livecd-tools/archive/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://fedorahosted.org/releases/l/i/livecd/%{name}-%{version}.tar.bz2
|
|
|
|
|
|
|
|
# Drop the requirements for grub2-efi and shim: breaks 32-bit compose
|
|
|
|
# Drop the requirements for grub2-efi and shim: breaks 32-bit compose
|
|
|
|
# and not needed as we have them in comps
|
|
|
|
# and not needed as we have them in comps
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
@ -107,6 +106,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{python_sitelib}/imgcreate/*.pyc
|
|
|
|
%{python_sitelib}/imgcreate/*.pyc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
- Update repo urls to point to new github location.
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 02 2015 Brian C. Lane <bcl@redhat.com> 23.0-1
|
|
|
|
* Mon Mar 02 2015 Brian C. Lane <bcl@redhat.com> 23.0-1
|
|
|
|
- Version 23.0 (bcl)
|
|
|
|
- Version 23.0 (bcl)
|
|
|
|
- kickstart: Handle resolv.conf being a nonexistent symlink (walters)
|
|
|
|
- kickstart: Handle resolv.conf being a nonexistent symlink (walters)
|
|
|
|