From a49bc996897fb0f4c38ea6d3bbeafbe27dc82e72 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 17 Oct 2011 16:40:38 -0700 Subject: [PATCH] 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 --- spl-modules.spec.in | 2 +- spl.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spl-modules.spec.in b/spl-modules.spec.in index e02d6c2556..aaef478998 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 fcb3dcfc8a..743316588f 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