From 2e79a04a58bf85dbc18d420cc614100df0d1555a Mon Sep 17 00:00:00 2001 From: Prakash Surya Date: Thu, 25 Aug 2011 15:09:24 -0700 Subject: [PATCH] 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 --- zfs-modules.spec.in | 2 +- zfs.spec.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.1