[ddclient] Replaced Requires(hint) by Requires as RPM 4.9 dropped support

Robert Scheck robert at fedoraproject.org
Thu Feb 10 00:43:31 UTC 2011


commit dd89d853b38b313973b847c281cc5c16b264a294
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Thu Feb 10 01:43:26 2011 +0100

    Replaced Requires(hint) by Requires as RPM 4.9 dropped support

 ddclient.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ddclient.spec b/ddclient.spec
index ae2fc97..c660cf2 100644
--- a/ddclient.spec
+++ b/ddclient.spec
@@ -1,7 +1,7 @@
 Summary:           Client to update dynamic DNS host entries
 Name:              ddclient
 Version:           3.8.0
-Release:           3%{?dist}
+Release:           4%{?dist}
 License:           GPLv2+
 Group:             System Environment/Daemons
 URL:               http://ddclient.sourceforge.net/
@@ -15,7 +15,7 @@ Requires(pre):     shadow-utils
 Requires(post):    /sbin/chkconfig
 Requires(preun):   /sbin/service, /sbin/chkconfig
 Requires(postun):  /sbin/service
-Requires(hint):    perl(IO::Socket::SSL)
+Requires:          perl(IO::Socket::SSL)
 BuildRoot:         %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -100,6 +100,9 @@ fi
 %attr(0755,%{name},%{name}) %dir %{_localstatedir}/run/%{name}/
 
 %changelog
+* Thu Feb 10 2011 Robert Scheck <robert at fedoraproject.org> 3.8.0-4
+- Replaced Requires(hint) by Requires as RPM 4.9 dropped support
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list