Fix package URLs to use the github repository
The URL field in the spl-modules and spl package spec files were updated to point to the ZFS on Linux repository hosted by github. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
ecc3981007
commit
a49bc99689
|
@ -180,7 +180,7 @@ Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
License: @LICENSE@
|
License: @LICENSE@
|
||||||
URL: git://eris.llnl.gov/spl.git
|
URL: git://github.com/zfsonlinux/spl.git
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
|
||||||
Source: @PACKAGE@-%{version}.tar.gz
|
Source: @PACKAGE@-%{version}.tar.gz
|
||||||
%if %{defined krequires}
|
%if %{defined krequires}
|
||||||
|
|
|
@ -9,7 +9,7 @@ Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}
|
Release: %{release}
|
||||||
License: @LICENSE@
|
License: @LICENSE@
|
||||||
URL: git://eris.llnl.gov/spl.git
|
URL: git://github.com/zfsonlinux/spl.git
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un)
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue