Dominique Leuenberger 2018-10-17 06:24:42 +00:00 committed by Git OBS Bridge
commit 33cf241c0a
4 changed files with 27 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d40e2f1fd3f4bff386d27bbdf4b8645199b1995d27605a886b8c71e44d819591
size 49026

3
ddclient-3.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c4ae902742e8a37790d3cc8fad4e5b0f38154c76bba3643f4423d8f96829e3b
size 59018

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Oct 1 07:26:04 UTC 2018 - obs@botter.cc
- Require perl-Data-Validate-IP
-------------------------------------------------------------------
Thu Sep 13 12:51:46 UTC 2018 - Stefan Jakobs <projects@localside.net>
- Upgrade to ddclient-3.9.0
* Support IPv6 for CloudFlare
* name cheap support https now
* Use JSON::PP instead of the (deprecated) JSON::Any
* Specify port number properly to 'nsupdate'
* Adding support for freemyip.com
-------------------------------------------------------------------
Thu Nov 23 13:38:22 UTC 2017 - rbrown@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ddclient
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,10 +25,10 @@ Name: ddclient
Summary: A Perl Client to Update Dynamic DNS Entries
License: GPL-2.0+
Group: Productivity/Networking/DNS/Utilities
Version: 3.8.3
Version: 3.9.0
Release: 0
Url: http://ddclient.sourceforge.net/
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source1: %{name}.service
Source2: %{name}.sysconfig
Source3: %{name}-tmpfiles.conf
@ -38,6 +38,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires(pre): %fillup_prereq
Requires(pre): pwdutils
Requires: perl-Data-Validate-IP
%if 0%{?suse_version} >= 1230
BuildRequires: pkgconfig(systemd)
@ -76,9 +77,9 @@ mv sample-* examples
# nothing to do here (yet)
%install
#%{_sbindir}/groupadd -r %{name} 2>/dev/null || :
#%{_sbindir}/useradd -c "DDClient User" -d %{_localstatedir}/cache/%{name} \
# -g %{name} -r -s /bin/false %{name} 2>/dev/null || :
#%%{_sbindir}/groupadd -r %%{name} 2>/dev/null || :
#%%{_sbindir}/useradd -c "DDClient User" -d %%{_localstatedir}/cache/%%{name} \
# -g %%{name} -r -s /bin/false %%{name} 2>/dev/null || :
#make DESTDIR=$RPM_BUILD_ROOT install
%{__install} -D -m 755 %{name} %{buildroot}%{_sbindir}/%{name}
@ -149,10 +150,10 @@ fi
%if 0%{?has_systemd}
%{_unitdir}/%{name}.service
%{_libexecdir}/tmpfiles.d/ddclient.conf
%ghost %dir %attr(755,%{name},root) /run/%{name}
%ghost %dir %attr(755,%{name},%{name}) /run/%{name}
%else
/etc/init.d/%{name}
%ghost %dir %attr(755,%{name},root) %{_localstatedir}/run/%{name}
%ghost %dir %attr(755,%{name},%{name}) %{_localstatedir}/run/%{name}
%endif
%{_sbindir}/%{name}
%{_sbindir}/rc%{name}