Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ed66740906 |
3 changed files with 12 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ ddclient-3.8.0.tar.bz2
|
|||
/ddclient-3.8.1.tar.bz2
|
||||
/ddclient-3.8.2.tar.bz2
|
||||
/ddclient-3.8.3.tar.bz2
|
||||
/ddclient-3.9.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
Summary: Client to update dynamic DNS host entries
|
||||
Name: ddclient
|
||||
Version: 3.8.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.9.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
URL: http://ddclient.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
|
||||
URL: https://ddclient.net/
|
||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: ddclient.rwtab
|
||||
Source2: ddclient.service
|
||||
Source3: ddclient.sysconfig
|
||||
|
|
@ -24,8 +24,11 @@ Requires(post): systemd
|
|||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
|
||||
Requires: perl(Data::Validate::IP)
|
||||
Requires: perl(Digest::SHA1)
|
||||
Requires: perl(IO::Socket::INET6)
|
||||
Requires: perl(IO::Socket::SSL)
|
||||
Requires: perl(JSON::PP)
|
||||
|
||||
%description
|
||||
ddclient is a Perl client used to update dynamic DNS entries for accounts
|
||||
|
|
@ -115,6 +118,9 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 9 2021 Scott Talbert <swt@techie.net> - 3.9.1-1
|
||||
- Update to new upstream release 3.9.1 (#1914192)
|
||||
|
||||
* Fri Dec 30 2016 Scott Talbert <swt@techie.net> - 3.8.3-2
|
||||
- Prevent NetworkManager from starting ddclient if it is disabled (#1409178)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
3b426ae52d509e463b42eeb08fb89e0b ddclient-3.8.3.tar.bz2
|
||||
SHA512 (ddclient-3.9.1.tar.gz) = a8a4d6cb94e4239a7b7b4fc7d9ebef703cbd6c45fc3394b644694a053b5b8aa8d109410b5b8b3676a5f30b18474d24c7feb16c65c30b28bd7d941d8a214b1346
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue