Update url to point to new github location

This commit is contained in:
Brian C. Lane 2015-04-06 14:09:45 -07:00
parent cc60927c05
commit 0057401044
1 changed files with 6 additions and 5 deletions

View File

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