automatic version update by autodist [release 4.3.3-1mamba;Sat Oct 10 2015]

This commit is contained in:
Automatic Build System 2024-01-05 21:45:41 +01:00
parent 0cf5707cf5
commit c445f761be

View File

@ -1,7 +1,7 @@
%define patchver %(echo %version | cut -d. -f4)
%define releasever %(echo %version | cut -d. -f1-3)
Name: dhcp
Version: 4.3.2
Version: 4.3.3
Release: 1mamba
Summary: The ISC DHCP (Dynamic Host Configuration Protocol) client
Group: System/Servers
@ -118,7 +118,7 @@ _EOF
--cache-file=config.cache
%endif
%make
%make -j1
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -202,12 +202,15 @@ grep "^send host-name" %{_sysconfdir}/dhclient.conf >/dev/null || {
%dir %{_includedir}/omapip
%{_includedir}/omapip/*.h
%{_libdir}/libdhcpctl.a
%{_libdir}/libdst.a
#%{_libdir}/libdst.a
%{_libdir}/libomapi.a
%{_mandir}/man3/*
%doc RELNOTES doc
%changelog
* Sat Oct 10 2015 Automatic Build System <autodist@mambasoft.it> 4.3.3-1mamba
- automatic version update by autodist
* Sat Mar 21 2015 Automatic Build System <autodist@mambasoft.it> 4.3.2-1mamba
- automatic update by autodist