[dhcp] 4.2.5

Jiří Popelka jpopelka at fedoraproject.org
Thu Jan 10 09:01:25 UTC 2013


commit 854a7431bc1932b6cbfc43ce83b41ed4c72aeadb
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Thu Jan 10 10:00:39 2013 +0100

    4.2.5

 .gitignore |    1 +
 dhcp.spec  |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index efa8e8b..28a1b93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /dhcp-4.2.4-P1.tar.gz
 /dhcp-4.2.4-P2.tar.gz
 /dhcp-4.2.5rc1.tar.gz
+/dhcp-4.2.5.tar.gz
diff --git a/dhcp.spec b/dhcp.spec
index 8d5f401..6ca0913 100644
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -9,16 +9,16 @@
 
 
 #%%global patchver P2
-%global prever rc1
+#%%global prever rc1
 
 #%%global VERSION %{version}-%{patchver}
-%global VERSION %{version}%{prever}
-#%%global VERSION %{version}
+#%%global VERSION %{version}%{prever}
+%global VERSION %{version}
 
 Summary:  Dynamic host configuration protocol software
 Name:     dhcp
 Version:  4.2.5
-Release:  0.3.%{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.
@@ -555,6 +555,9 @@ fi
 
 
 %changelog
+* Thu Jan 10 2013 Jiri Popelka <jpopelka at redhat.com> - 12:4.2.5-1
+- 4.2.5
+
 * Wed Jan 02 2013 Jiri Popelka <jpopelka at redhat.com> - 12:4.2.5-0.3.rc1
 - run %%check in Fedora only, there's no atf package in RHEL
 
diff --git a/sources b/sources
index 9a86dee..e7cd8d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fdf4c0d8ecce54180c91ac707bc635a2  dhcp-4.2.5rc1.tar.gz
+6489e919ac093d17249270ee9be1020e  dhcp-4.2.5.tar.gz


More information about the scm-commits mailing list