Fix Source0 AGAIN. Remember to also change upstream.

This commit is contained in:
Brian C. Lane 2015-02-12 17:04:12 -08:00
parent 2b94a79d2d
commit 0aea81e049

View File

@ -2,13 +2,17 @@
Name: lorax
Version: 23.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
License: GPLv2+
URL: https://github.com/rhinstaller/lorax
Source0: https://github.com/rhinstaller/%{name}/archive/%{name}-${version}-%{release}.tar.gz
# To generate Source0 do:
# git clone https://github.com/rhinstaller/lorax
# git checkout -b archive-branch lorax-%%{version}-%%{release}
# tito build --tgz
Source0: %{name}-%{version}.tar.gz
BuildRequires: python2-devel
@ -76,7 +80,7 @@ including live isos and disk images. It can use libvirtd for the install, or
Anaconda's image install feature.
%prep
%setup -q
%setup -q -n %{name}-%{version}
%build