[xinetd] fix bad URL

jsynacek jsynacek at fedoraproject.org
Tue Jan 14 08:47:33 UTC 2014


commit fa27fb3ef012f20a2475aefe33447f211df81358
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Tue Jan 14 09:47:09 2014 +0100

    fix bad URL

 xinetd.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/xinetd.spec b/xinetd.spec
index fe6c3b7..301df54 100644
--- a/xinetd.spec
+++ b/xinetd.spec
@@ -1,12 +1,14 @@
 Summary: A secure replacement for inetd
 Name: xinetd
 Version: 2.3.15
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: xinetd
 Group: System Environment/Daemons
 Epoch: 2
-URL: http://www.xinetd.org
-Source: http://www.xinetd.org/xinetd-%{version}.tar.gz
+URL: https://github.com/xinetd-org/xinetd
+# source can be downloaded at
+# https://github.com/xinetd-org/xinetd/archive/xinetd-2-3-15.tar.gz
+Source: xinetd-%{version}.tar.gz
 Source1: xinetd.service
 Source3: xinetd.sysconf
 Patch0: xinetd-2.3.15-pie.patch
@@ -162,6 +164,9 @@ install -m 600 %SOURCE3 $RPM_BUILD_ROOT/etc/sysconfig/xinetd
 %{_mandir}/*/*
 
 %changelog
+* Tue Jan 14 2014 Jan Synáček <jsynacek at redhat.com> - 2:2.3.15-12
+- fix bad URL
+
 * Fri Dec 13 2013 Jan Synáček <jsynacek at redhat.com> - 2:2.3.15-11
 - fixup of the previous patch
 - Resolves: #1042652


More information about the scm-commits mailing list