Compare commits

...
Sign in to create a new pull request.

19 commits

Author SHA1 Message Date
Scott Talbert
f17012b62a No-change rebuild to restore package 2016-04-03 09:49:17 -04:00
Scott Talbert
8d86d8d19b Revert "2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks."
This reverts commit 0fba70ef8c.
2016-04-02 20:26:31 -04:00
Till Maas
0fba70ef8c 2014-12-17: Retired orphaned package, because it was orphaned for more than six weeks.
Reference: https://fedorahosted.org/epel/ticket/7
2014-12-17 17:53:15 +01:00
Robert Scheck
64ce349f9d Merge remote branch 'origin/master' into el5
Conflicts:
	.gitignore
	ddclient.spec
2013-12-25 23:04:44 +01:00
Jon Ciesla
efc84fb647 Merge branch 'el6' into el5
Conflicts:
	.gitignore
	ddclient.spec
	sources
2012-03-29 07:14:38 -05:00
Jon Ciesla
6b22abf36e Merge branch 'f16' into el6
Conflicts:
	.gitignore
	ddclient.spec
	sources
2012-03-29 07:12:37 -05:00
Jon Ciesla
0bf1ae4183 Latest upstream. 2012-03-29 07:09:32 -05:00
Fedora Release Engineering
c5c28888e7 dist-git conversion 2010-07-28 12:45:08 +00:00
Fedora Release Engineering
dec6e7d602 dist-git conversion 2010-07-28 12:45:05 +00:00
Robert Scheck
b0bb95d357 Sync with devel branch 2010-05-29 10:49:35 +00:00
Robert Scheck
445fccb4f4 - Fixed wrong permissions at NetworkManager dispatcher (#506286)
- Updated %description to be more verbose and detailed (#588053)
2010-05-29 10:47:50 +00:00
Dennis Gilmore
aac484e0b5 Initialize branch EL-6 for ddclient 2010-05-08 01:46:38 +00:00
Robert Scheck
98a9abe0e0 - Upgrade to 3.8.0 and several spec file cleanups (#551906)
- Rewrote initscript to match LSB standards and headers (#246903)
- Added dispatcher to NetworkManager to avoid failures (#506286)
2010-05-01 23:15:58 +00:00
Robert Scheck
279d2d57bb - Upgrade to 3.8.0 and several spec file cleanups (#551906)
- Rewrote initscript to match LSB standards and headers (#246903)
- Added dispatcher to NetworkManager to avoid failures (#506286)
2010-05-01 23:15:57 +00:00
Bill Nottingham
a2735a59d5 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:20:38 +00:00
Bill Nottingham
cecbc7f37a Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:20:37 +00:00
Robert Scheck
3a388d3219 - Upgrade to 3.7.3 (#429438)
- Updated the license tag according to the guidelines
2008-01-23 19:13:15 +00:00
Kevin Fenzi
9ea3f264ed Initialize branch EL-5 for ddclient 2008-01-23 18:41:51 +00:00
jwboyer
6af65c5787 Update to latest 3.6 release 2006-11-27 03:29:36 +00:00
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
ddclient-3.8.0.tar.bz2
/ddclient-3.8.1.tar.bz2

View file

@ -4,7 +4,7 @@
Summary: Client to update dynamic DNS host entries
Name: ddclient
Version: 3.8.1
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv2+
Group: System Environment/Daemons
URL: http://ddclient.sourceforge.net/
@ -169,6 +169,9 @@ fi
%attr(0600,%{name},%{name}) %ghost %{_localstatedir}/cache/%{name}/%{name}.cache
%changelog
* 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