update to 2.67rc2

Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
Tomas Hozza 2013-10-02 17:05:33 +02:00
parent 2f4ab38b51
commit ad8cf52062
3 changed files with 11 additions and 6 deletions

2
.gitignore vendored
View File

@ -10,3 +10,5 @@ dnsmasq-2.52.tar.lzma
/dnsmasq-2.67test4.tar.gz
/dnsmasq-2.67test7.tar.gz
/dnsmasq-2.67test13.tar.xz
/dnsmasq-2.67test16.tar.xz
/dnsmasq-2.67rc2.tar.xz

View File

@ -1,19 +1,19 @@
%define testrelease 1
%define releasecandidate 0
%define testrelease 0
%define releasecandidate 1
%if 0%{testrelease}
%define extrapath test-releases/
%define extraversion test13
%define extraversion test16
%endif
%if 0%{releasecandidate}
%define extrapath release-candidates/
%define extraversion rc5
%define extraversion rc2
%endif
%define _hardened_build 1
Name: dnsmasq
Version: 2.67
Release: 0.7.%{?extraversion}%{?dist}
Release: 0.8.%{?extraversion}%{?dist}
Summary: A lightweight DHCP/caching DNS server
Group: System Environment/Daemons
@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/dhcp_*
%changelog
* Wed Oct 02 2013 Tomas Hozza <thozza@redhat.com> - 2.67-0.8.rc2
- update to 2.67rc2
* Thu Sep 12 2013 Tomas Hozza <thozza@redhat.com> - 2.67-0.7.test13
- update to 2.67test13
- use .tar.xz upstream archives

View File

@ -1 +1 @@
c9fe55d74cdb7886f611a0cafd98b346 dnsmasq-2.67test13.tar.xz
3a1a647e2dda5e270506295fa1f46414 dnsmasq-2.67rc2.tar.xz