diff --git a/dhcp.spec b/dhcp.spec index 98ad3a9..cc5bdb7 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -149,8 +149,8 @@ BuildArch: noarch Requires(pre): openldap-config %prep -#%setup -q -n %{name}-%{major_version}%{patch_version} -%setup +%setup -q -n %{name}-%{major_version}%{patch_version} +#%setup pushd bind ; tar -xvf bind.tar.gz >/dev/null ; popd # Handle cases in add_timeout() where the function is called with a NULL @@ -186,6 +186,7 @@ make %makeinstall_std install -m0644 %{SOURCE10} doc +install -m0644 %{SOURCE100} ROSA-NEWS # Install correct dhclient-script install -d %{buildroot}/sbin mv %{buildroot}%{_sbindir}/dhclient %{buildroot}/sbin/dhclient