URL: https://github.com/freeipa/freeipa/pull/654
Author: tomaskrizek
 Title: #654: spec: update url and sources
Action: opened

PR body:
"""
Point Source to upstream sources on pagure and add signature file.
Use https for project URL.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/654/head:pr654
git checkout pr654
From cec2cfbfe0a93309227f412658c9bc2e14481880 Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkri...@redhat.com>
Date: Fri, 24 Mar 2017 14:58:53 +0100
Subject: [PATCH] spec: update url and sources

Point Source to upstream sources on pagure and add signature file.
Use https for project URL.
---
 freeipa.spec.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index f776b34..71f1133 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -69,8 +69,9 @@ Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
 License:        GPLv3+
-URL:            http://www.freeipa.org/
-Source0:        freeipa-%{version}.tar.gz
+URL:            https://www.freeipa.org/
+Source0:        https://releases.pagure.org/freeipa/freeipa-%{version}.tar.gz
+Source1:        https://releases.pagure.org/freeipa/freeipa-%{version}.tar.gz.asc
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  openldap-devel
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to