diff --git a/.gitignore b/.gitignore index 6aa3aa7..9677d8a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /dhcp-4.3.0a1.tar.gz /dhcp-4.3.0b1.tar.gz /dhcp-4.3.0rc1.tar.gz +/dhcp-4.3.0.tar.gz diff --git a/dhcp.spec b/dhcp.spec index b80e4a5..665b530 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.3.0 -Release: 0.7.%{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. @@ -626,6 +626,9 @@ done %changelog +* Tue Feb 04 2014 Jiri Popelka - 12:4.3.0-1 +- 4.3.0 + * Wed Jan 29 2014 Jiri Popelka - 12:4.3.0-0.7.rc1 - 4.3.0rc1 diff --git a/sources b/sources index 045c0e5..2818288 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0dcb3f6b098ac8a8acb74349eeca1161 dhcp-4.3.0rc1.tar.gz +1020d77e1a4c1f01b76279caff9beb80 dhcp-4.3.0.tar.gz