rpms/ddclient/EL-4 ddclient.spec,1.5,1.6

Robert Scheck robert at fedoraproject.org
Sat May 29 10:47:50 UTC 2010


Author: robert

Update of /cvs/pkgs/rpms/ddclient/EL-4
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27289/EL-4

Modified Files:
	ddclient.spec 
Log Message:
- Fixed wrong permissions at NetworkManager dispatcher (#506286)
- Updated %description to be more verbose and detailed (#588053)



Index: ddclient.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ddclient/EL-4/ddclient.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- ddclient.spec	1 May 2010 23:15:56 -0000	1.5
+++ ddclient.spec	29 May 2010 10:47:49 -0000	1.6
@@ -1,7 +1,7 @@
 Summary:           Client to update dynamic DNS host entries
 Name:              ddclient
 Version:           3.8.0
-Release:           1%{?dist}
+Release:           2%{?dist}
 License:           GPLv2+
 Group:             System Environment/Daemons
 URL:               http://ddclient.sourceforge.net/
@@ -20,7 +20,10 @@ BuildRoot:         %{_tmppath}/%{name}-%
 
 %description
 ddclient is a Perl client used to update dynamic DNS entries for accounts
-on many dynamic DNS services.
+on many different dynamic DNS services. Features include: Operating as a
+daemon, manual and automatic updates, static and dynamic updates, optimized
+updates for multiple addresses, MX, wildcards, abuse avoidance, retrying
+the failed updates and sending update status to syslog and through e-mail.
 
 %prep
 %setup -q
@@ -49,7 +52,7 @@ install -p -m 755 %{SOURCE2} $RPM_BUILD_
 install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name}
 %if 0%{?fedora}%{?rhel} > 4
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/dispatcher.d
-install -p -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/dispatcher.d/50-%{name}
+install -p -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/dispatcher.d/50-%{name}
 %endif
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/{cache,run}/%{name}
 touch $RPM_BUILD_ROOT%{_localstatedir}/cache/%{name}/%{name}.cache
@@ -97,6 +100,10 @@ fi
 %attr(0755,%{name},%{name}) %dir %{_localstatedir}/run/%{name}/
 
 %changelog
+* Sat May 29 2010 Robert Scheck <robert at fedoraproject.org> 3.8.0-2
+- Fixed wrong permissions at NetworkManager dispatcher (#506286)
+- Updated %%description to be more verbose and detailed (#588053)
+
 * Sat May 01 2010 Robert Scheck <robert at fedoraproject.org> 3.8.0-1
 - Upgrade to 3.8.0 and several spec file cleanups (#551906)
 - Rewrote initscript to match LSB standards and headers (#246903)



More information about the scm-commits mailing list