From 643083ad7dee0d6c370669f5fc77700b98ac4cee Mon Sep 17 00:00:00 2001 From: hanzj0122_admin <961123325@gmail.com> Date: Thu, 10 Sep 2020 16:08:13 +0800 Subject: [PATCH] solve source url problem --- xinetd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xinetd.spec b/xinetd.spec index f8d5e34..7e86d76 100644 --- a/xinetd.spec +++ b/xinetd.spec @@ -1,11 +1,11 @@ Name: xinetd Epoch: 2 Version: 2.3.15 -Release: 30 +Release: 31 Summary: A super-server daemon that manages Internet-based connectivity License: xinetd URL: https://github.com/xinetd-org/xinetd -Source0: %{name}-%{version}.tar.gz +Source0: https://ftp.osuosl.org/pub/blfs/conglomeration/xinetd/%{name}-%{version}.tar.gz Source1: xinetd.service #patches from the opensource fedora/redhat repository @@ -115,6 +115,9 @@ install -m600 contrib/xinetd.d/* %{buildroot}%{_sysconfdir}/xinetd.d %exclude %{_mandir}/man8/xconv.pl* %changelog +* Thu Sep 10 2020 hanzhijun - 2:2.3.15-31 +- solve source url problem + * Mon Aug 03 2020 gaihuiying - 2:2.3.15-30 - Type:bugfix - ID:NA