This commit is contained in:
parent
e8f9f9372f
commit
02ccf6979a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 30 15:01:09 CEST 2007 - kssingvo@suse.de
|
||||||
|
|
||||||
|
- config file ddclient.conf now with noreplace (bugzilla#305533)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 7 11:08:19 CEST 2007 - kssingvo@suse.de
|
Tue Aug 7 11:08:19 CEST 2007 - kssingvo@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Requires: perl >= 5.004
|
|||||||
Suggests: perl-IO-Socket-SSL
|
Suggests: perl-IO-Socket-SSL
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 3.7.3
|
Version: 3.7.3
|
||||||
Release: 1
|
Release: 7
|
||||||
URL: http://ddclient.sourceforge.net/
|
URL: http://ddclient.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: A Perl Client to Update Dynamic DNS Entries
|
Summary: A Perl Client to Update Dynamic DNS Entries
|
||||||
@ -96,7 +96,7 @@ install -d -m 755 $RPM_BUILD_ROOT/var/cache/ddclient
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%config %attr(600,root,root) %{_sysconfdir}/ddclient.conf
|
%config(noreplace) %attr(600,root,root) %{_sysconfdir}/ddclient.conf
|
||||||
%config %attr(0755,root,root) /etc/init.d/ddclient
|
%config %attr(0755,root,root) /etc/init.d/ddclient
|
||||||
/usr/sbin/%{name}
|
/usr/sbin/%{name}
|
||||||
/usr/sbin/rcddclient
|
/usr/sbin/rcddclient
|
||||||
@ -105,6 +105,8 @@ install -d -m 755 $RPM_BUILD_ROOT/var/cache/ddclient
|
|||||||
%doc COPY* README* sample*
|
%doc COPY* README* sample*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 30 2007 - kssingvo@suse.de
|
||||||
|
- config file ddclient.conf now with noreplace (bugzilla#305533)
|
||||||
* Tue Aug 07 2007 - kssingvo@suse.de
|
* Tue Aug 07 2007 - kssingvo@suse.de
|
||||||
- upgrade to version 3.7.3:
|
- upgrade to version 3.7.3:
|
||||||
* fixed typo for dnspark
|
* fixed typo for dnspark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user