mirror of
https://abf.rosa.ru/djam/dhcp.git
synced 2025-02-23 13:32:48 +00:00
Fix packing RPM
This commit is contained in:
parent
643b60520d
commit
dd63d088a1
1 changed files with 3 additions and 2 deletions
|
@ -149,8 +149,8 @@ BuildArch: noarch
|
||||||
Requires(pre): openldap-config
|
Requires(pre): openldap-config
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n %{name}-%{major_version}%{patch_version}
|
%setup -q -n %{name}-%{major_version}%{patch_version}
|
||||||
%setup
|
#%setup
|
||||||
pushd bind ; tar -xvf bind.tar.gz >/dev/null ; popd
|
pushd bind ; tar -xvf bind.tar.gz >/dev/null ; popd
|
||||||
|
|
||||||
# Handle cases in add_timeout() where the function is called with a NULL
|
# Handle cases in add_timeout() where the function is called with a NULL
|
||||||
|
@ -186,6 +186,7 @@ make
|
||||||
%makeinstall_std
|
%makeinstall_std
|
||||||
|
|
||||||
install -m0644 %{SOURCE10} doc
|
install -m0644 %{SOURCE10} doc
|
||||||
|
install -m0644 %{SOURCE100} ROSA-NEWS
|
||||||
# Install correct dhclient-script
|
# Install correct dhclient-script
|
||||||
install -d %{buildroot}/sbin
|
install -d %{buildroot}/sbin
|
||||||
mv %{buildroot}%{_sbindir}/dhclient %{buildroot}/sbin/dhclient
|
mv %{buildroot}%{_sbindir}/dhclient %{buildroot}/sbin/dhclient
|
||||||
|
|
Loading…
Add table
Reference in a new issue