From b4931bebbdb82cfb423ce3542b7bb901c5c93a01 Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" Date: Wed, 21 Sep 2016 00:50:20 -0400 Subject: [PATCH] Update source URL to github --- py3milter.spec | 2 +- pymilter.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py3milter.spec b/py3milter.spec index 58cf47a..a580ec3 100644 --- a/py3milter.spec +++ b/py3milter.spec @@ -12,7 +12,7 @@ Summary: Python interface to sendmail milter API Name: %{pythonbase}-pymilter Version: 1.0.1 Release: 1%{dist} -Source: http://downloads.sourceforge.net/pymilter/pymilter-%{version}.tar.gz +Source: https://github.com/sdgathman/pymilter/archive/pymilter-%{version}.tar.gz Source1: pymilter.te # Patch miltermodule to python3 # FIXME: replace with reverse patch at some point (make py3 the default) diff --git a/pymilter.spec b/pymilter.spec index 7b7f649..ad88729 100644 --- a/pymilter.spec +++ b/pymilter.spec @@ -12,7 +12,7 @@ Summary: Python interface to sendmail milter API Name: %{pythonbase}-pymilter Version: 1.0.1 Release: 1%{dist} -Source: http://downloads.sourceforge.net/pymilter/pymilter-%{version}.tar.gz +Source: https://github.com/sdgathman/pymilter/archive/pymilter-%{version}.tar.gz Source1: pymilter.te # Patch miltermodule to python3 # FIXME: replace with reverse patch at some point (make py3 the default)