From 3481f09ccdc8747bb43175809a43ce92a919462f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 15 Apr 2014 08:40:14 -0400 Subject: [PATCH] Turn the Source into a URL as per the packaging guidelines --- cockpit.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cockpit.spec b/cockpit.spec index c8515d7..6bfd5cd 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -5,8 +5,8 @@ Summary: A user interface for Linux servers License: LGPLv2+ URL: http://cockpit-project.org/ -Source0: cockpit-%{version}.tar.bz2 -Source1: cockpit.pam +Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.bz2 +Source1: cockpit.pam BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gudev-1.0)