diff --git a/.gitignore b/.gitignore index 6f41fff..ba7b31f 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /dhcp-4.2.6rc1.tar.gz /dhcp-4.2.6.tar.gz /dhcp-4.2.7b1.tar.gz +/dhcp-4.2.7.tar.gz diff --git a/dhcp.spec b/dhcp.spec index 80f6498..e8e359a 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -12,13 +12,13 @@ %global prever b1 #%%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.7 -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. @@ -602,6 +602,9 @@ done %changelog +* Tue Aug 12 2014 Jiri Popelka - 12:4.2.7-1 +- 4.2.7 + * Tue Jul 22 2014 Jiri Popelka - 12:4.2.7-0.3.b1 - Use network-online.target instead of network.target (#1120656) diff --git a/sources b/sources index 403327f..5420e57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76ce56992b13a92fec77ea96cff3333b dhcp-4.2.7b1.tar.gz +e688bb2fbd4b9017ee4a137785361453 dhcp-4.2.7.tar.gz