From: Brian Behlendorf Date: Mon, 17 Oct 2011 23:40:38 +0000 (-0700) Subject: Fix package URLs to use the github repository X-Git-Tag: zfs-0.8.0-rc1~152^2~440 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a49bc996897fb0f4c38ea6d3bbeafbe27dc82e72;p=zfs 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 --- diff --git a/spl-modules.spec.in b/spl-modules.spec.in index e02d6c255..aaef47899 100644 --- a/spl-modules.spec.in +++ b/spl-modules.spec.in @@ -180,7 +180,7 @@ Name: %{name} Version: %{version} Release: %{release} License: @LICENSE@ -URL: git://eris.llnl.gov/spl.git +URL: git://github.com/zfsonlinux/spl.git BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un) Source: @PACKAGE@-%{version}.tar.gz %if %{defined krequires} diff --git a/spl.spec.in b/spl.spec.in index fcb3dcfc8..743316588 100644 --- a/spl.spec.in +++ b/spl.spec.in @@ -9,7 +9,7 @@ Name: %{name} Version: %{version} Release: %{release} License: @LICENSE@ -URL: git://eris.llnl.gov/spl.git +URL: git://github.com/zfsonlinux/spl.git BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un) Source: %{name}-%{version}.tar.gz