From e68ad5094a692e8aa2a073209a954b8e2ac25526 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Thu, 20 Oct 2011 10:15:17 +0200 Subject: [PATCH] 4.2.3 --- .gitignore | 1 + dhcp.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b92c17d..c3e7ce7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /dhcp-4.2.2rc1.tar.gz /dhcp-4.2.2.tar.gz /dhcp-4.2.3rc1.tar.gz +/dhcp-4.2.3.tar.gz diff --git a/dhcp.spec b/dhcp.spec index 3a13838..ddce17d 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -10,16 +10,16 @@ # Patch version #%global patchver P1 # Pre-Release version -%global prever rc1 +#%global prever rc1 #%global VERSION %{version}-%{patchver} -#%global VERSION %{version} -%global VERSION %{version}%{prever} +#%global VERSION %{version}%{prever} +%global VERSION %{version} Summary: Dynamic host configuration protocol software Name: dhcp Version: 4.2.3 -Release: 0.1.%{prever}%{?dist} +Release: 1%{?dist} # NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to # dcantrell maintaining the package) made incorrect use of the epoch and # that's why it is at 12 now. It should have never been used, but it was. @@ -662,6 +662,9 @@ fi %{_initddir}/dhcrelay %changelog +* Thu Oct 20 2011 Jiri Popelka - 12:4.2.3-1 +- 4.2.3 + * Tue Oct 18 2011 Jiri Popelka - 12:4.2.3-0.1.rc1 - 4.2.3rc1 diff --git a/sources b/sources index ded7651..a44cc5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2471fd1657ef8da3dfa053a5b54a8324 dhcp-4.2.3rc1.tar.gz +a06649ec5336d284fc86a0232c0edd63 dhcp-4.2.3.tar.gz