From 0057401044fa21982660e8c8b93f5fe03fc800e9 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Apr 06 2015 21:09:45 +0000 Subject: Update url to point to new github location --- diff --git a/livecd-tools.spec b/livecd-tools.spec index b45a9d5..5556f21 100644 --- a/livecd-tools.spec +++ b/livecd-tools.spec @@ -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 23.0-1 - Version 23.0 (bcl) - kickstart: Handle resolv.conf being a nonexistent symlink (walters)