diff --git a/.gitignore b/.gitignore index f22bfda..91af3df 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /dhcp-4.2.5.tar.gz /dhcp-4.2.6b1.tar.gz /dhcp-4.2.6rc1.tar.gz +/dhcp-4.2.6.tar.gz diff --git a/dhcp.spec b/dhcp.spec index 682c465..9731bd0 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} -%global VERSION %{version}%{prever} +#%%global VERSION %{version}%{prever} +%global VERSION %{version} Summary: Dynamic host configuration protocol software Name: dhcp Version: 4.2.6 -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. @@ -628,6 +628,9 @@ done %changelog +* Tue Feb 04 2014 Jiri Popelka - 12:4.2.6-1 +- 4.2.6 + * Wed Jan 29 2014 Jiri Popelka - 12:4.2.6-0.3.rc1 - 4.2.6rc1 diff --git a/sources b/sources index 3afc44e..8296540 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eae31040edb419ef80d5316e923ebe06 dhcp-4.2.6rc1.tar.gz +00196600d8afc11836d6220760af6407 dhcp-4.2.6.tar.gz