From: Prakash Surya Date: Thu, 25 Aug 2011 22:09:24 +0000 (-0700) Subject: Fix package URLs to use the github repository X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=2e79a04a58bf85dbc18d420cc614100df0d1555a;p=zfs.git Fix package URLs to use the github repository The URL field in the zfs-modules and zfs package spec files were updated to point to the ZFS on Linux repository hosted by github. Signed-off-by: Prakash Surya Signed-off-by: Brian Behlendorf --- diff --git a/zfs-modules.spec.in b/zfs-modules.spec.in index 84d1d52..9255d4e 100644 --- a/zfs-modules.spec.in +++ b/zfs-modules.spec.in @@ -213,7 +213,7 @@ Name: %{name} Version: %{version} Release: %{release} License: @LICENSE@ -URL: git://eris.llnl.gov/zfs.git +URL: git://github.com/zfsonlinux/zfs.git BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un) Source: @PACKAGE@-%{version}.tar.gz %if %{defined krequires} diff --git a/zfs.spec.in b/zfs.spec.in index 3f3142a..6849cbd 100644 --- a/zfs.spec.in +++ b/zfs.spec.in @@ -13,7 +13,7 @@ Name: %{name} Version: %{version} Release: %{release} License: CDDL -URL: git://eris.llnl.gov/zfs.git +URL: git://github.com/zfsonlinux/zfs.git BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id} -un) Source: %{name}-%{version}.tar.gz Requires: zlib e2fsprogs