--- rpms/ddclient/contribs10/ddclient.spec 2020/06/30 09:38:30 1.2 +++ rpms/ddclient/contribs10/ddclient.spec 2022/11/07 11:26:27 1.3 @@ -3,8 +3,8 @@ Summary: Client to update dynamic DNS host entries Name: ddclient -Version: 3.9.1 -Release: 2%{?dist} +Version: 3.10.0 +Release: 1%{?dist} License: GPLv2+ URL: https://ddclient.net/ Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -23,7 +23,7 @@ Requires(post): systemd Requires(preun): systemd Requires(postun): systemd -Requires: perl(Data::Validate::IP) +#Requires: perl(Data::Validate::IP) Requires: perl(Digest::SHA1) Requires: perl(IO::Socket::INET6) Requires: perl(IO::Socket::SSL) @@ -120,6 +120,9 @@ fi %changelog +* Mon Nov 07 2022 Brian Read - 3.10.0-1 +- Update to release 3.10.0 [SME:12217] + * Tue Jun 30 2020 Brian Read - 3.9.1-2 - Change service options to delete PID spec and add -file option to run [SME:10942] - Delete buildrequires perl-generators in spec (no idea what or why - it works though!)