Accepting request 639343 from network
OBS-URL: https://build.opensuse.org/request/show/639343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddclient?expand=0&rev=45
This commit is contained in:
commit
33cf241c0a
@ -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
3
ddclient-3.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c4ae902742e8a37790d3cc8fad4e5b0f38154c76bba3643f4423d8f96829e3b
|
||||||
|
size 59018
|
@ -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
|
Thu Nov 23 13:38:22 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ddclient
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Summary: A Perl Client to Update Dynamic DNS Entries
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/DNS/Utilities
|
Group: Productivity/Networking/DNS/Utilities
|
||||||
Version: 3.8.3
|
Version: 3.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://ddclient.sourceforge.net/
|
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
|
Source1: %{name}.service
|
||||||
Source2: %{name}.sysconfig
|
Source2: %{name}.sysconfig
|
||||||
Source3: %{name}-tmpfiles.conf
|
Source3: %{name}-tmpfiles.conf
|
||||||
@ -38,6 +38,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires(pre): %fillup_prereq
|
Requires(pre): %fillup_prereq
|
||||||
Requires(pre): pwdutils
|
Requires(pre): pwdutils
|
||||||
|
Requires: perl-Data-Validate-IP
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1230
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
@ -76,9 +77,9 @@ mv sample-* examples
|
|||||||
# nothing to do here (yet)
|
# nothing to do here (yet)
|
||||||
|
|
||||||
%install
|
%install
|
||||||
#%{_sbindir}/groupadd -r %{name} 2>/dev/null || :
|
#%%{_sbindir}/groupadd -r %%{name} 2>/dev/null || :
|
||||||
#%{_sbindir}/useradd -c "DDClient User" -d %{_localstatedir}/cache/%{name} \
|
#%%{_sbindir}/useradd -c "DDClient User" -d %%{_localstatedir}/cache/%%{name} \
|
||||||
# -g %{name} -r -s /bin/false %{name} 2>/dev/null || :
|
# -g %%{name} -r -s /bin/false %%{name} 2>/dev/null || :
|
||||||
|
|
||||||
#make DESTDIR=$RPM_BUILD_ROOT install
|
#make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
%{__install} -D -m 755 %{name} %{buildroot}%{_sbindir}/%{name}
|
%{__install} -D -m 755 %{name} %{buildroot}%{_sbindir}/%{name}
|
||||||
@ -149,10 +150,10 @@ fi
|
|||||||
%if 0%{?has_systemd}
|
%if 0%{?has_systemd}
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
%{_libexecdir}/tmpfiles.d/ddclient.conf
|
%{_libexecdir}/tmpfiles.d/ddclient.conf
|
||||||
%ghost %dir %attr(755,%{name},root) /run/%{name}
|
%ghost %dir %attr(755,%{name},%{name}) /run/%{name}
|
||||||
%else
|
%else
|
||||||
/etc/init.d/%{name}
|
/etc/init.d/%{name}
|
||||||
%ghost %dir %attr(755,%{name},root) %{_localstatedir}/run/%{name}
|
%ghost %dir %attr(755,%{name},%{name}) %{_localstatedir}/run/%{name}
|
||||||
%endif
|
%endif
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_sbindir}/rc%{name}
|
%{_sbindir}/rc%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user