Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
75492890c0 | ||
|
|
a929a6b7a3 | ||
|
|
c4cac757cf | ||
|
|
7c70bf1f76 | ||
|
|
67171f6884 | ||
|
|
c6f840ff35 | ||
|
|
6b22abf36e | ||
|
|
0bf1ae4183 | ||
|
|
c5c28888e7 | ||
|
|
b0bb95d357 | ||
|
|
aac484e0b5 | ||
|
|
98a9abe0e0 | ||
|
|
a2735a59d5 |
3 changed files with 12 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,2 @@
|
|||
ddclient-3.8.0.tar.bz2
|
||||
/ddclient-3.8.1.tar.bz2
|
||||
/ddclient-3.8.3.tar.bz2
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
Summary: Client to update dynamic DNS host entries
|
||||
Name: ddclient
|
||||
Version: 3.8.1
|
||||
Release: 9%{?dist}
|
||||
Version: 3.8.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
URL: http://ddclient.sourceforge.net/
|
||||
|
|
@ -147,7 +147,8 @@ fi
|
|||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README* COPYING COPYRIGHT Changelog sample-etc_ppp_ip-up.local
|
||||
%license COPYING COPYRIGHT
|
||||
%doc README* RELEASENOTE ChangeLog Changelog.old sample-etc_ppp_ip-up.local
|
||||
%doc sample-etc_dhclient-exit-hooks sample-etc_cron.d_ddclient
|
||||
%doc sample-ddclient-wrapper.sh sample-etc_dhcpc_dhcpcd-eth0.exe
|
||||
%if 0%{?fedora} > 14 || 0%{?rhel} > 6
|
||||
|
|
@ -169,6 +170,12 @@ fi
|
|||
%attr(0600,%{name},%{name}) %ghost %{_localstatedir}/cache/%{name}/%{name}.cache
|
||||
|
||||
%changelog
|
||||
* Sun Oct 30 2016 Scott Talbert <swt@techie.net> - 3.8.3-1
|
||||
- New upstream release 3.8.3
|
||||
|
||||
* Sun Apr 03 2016 Scott Talbert <swt@techie.net> - 3.8.1-10
|
||||
- No-change rebuild to restore package
|
||||
|
||||
* Wed Dec 25 2013 Robert Scheck <robert@fedoraproject.org> 3.8.1-9
|
||||
- Use the new systemd macros (#850084, thanks to Lukáš Nykrýn)
|
||||
- Adapted the spec file to handle systemd and SysV initscripts
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
7fa417bc65f8f0e6ce78418a4f631988 ddclient-3.8.1.tar.bz2
|
||||
3b426ae52d509e463b42eeb08fb89e0b ddclient-3.8.3.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue