diff --git a/.gitignore b/.gitignore index dd2d16b..1b4a240 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /dhcp-4.3.0rc1.tar.gz /dhcp-4.3.0.tar.gz /dhcp-4.3.1b1.tar.gz +/dhcp-4.3.1.tar.gz diff --git a/dhcp.spec b/dhcp.spec index 58fcf2d..6726cf2 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.3.1 -Release: 0.4.%{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. @@ -592,6 +592,9 @@ done %doc doc/html/ %changelog +* Tue Aug 12 2014 Jiri Popelka - 12:4.3.1-1 +- 4.3.1 + * Tue Aug 05 2014 Jiri Popelka - 12:4.3.1-0.4.b1 - dhclient-script: it's OK if the arping reply comes from our system (#1116004) diff --git a/sources b/sources index 7c76ced..3759676 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf83991a90e1b5808bf03b3ee03e39f0 dhcp-4.3.1b1.tar.gz +b3a42ece3c7f2cd2e74a3e12ca881d20 dhcp-4.3.1.tar.gz