automatic version update by autodist [release 2.81-1mamba;Wed Apr 15 2020]
This commit is contained in:
parent
a3ce7b08f7
commit
90bdc73496
11
dnsmasq.spec
11
dnsmasq.spec
@ -1,5 +1,5 @@
|
||||
Name: dnsmasq
|
||||
Version: 2.80
|
||||
Version: 2.81
|
||||
Release: 1mamba
|
||||
Summary: A lightweight DHCP/caching DNS server
|
||||
Group: System/Servers
|
||||
@ -31,14 +31,16 @@ Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP/PXE for network b
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
patch -p1 < contrib/systemd/dbus_activation
|
||||
|
||||
%build
|
||||
%make LDFLAGS=" -lbsd" COPTS=" -DHAVE_DBUS -DHAVE_DNSSEC" \
|
||||
%make \
|
||||
LDFLAGS=" -lbsd" \
|
||||
COPTS=" -DHAVE_DBUS -DHAVE_DNSSEC -DLEASEFILE='\"/var/lib/dnsmasq/dnsmasq.leases\"'" \
|
||||
BINDIR=%{_sbindir} \
|
||||
MANDIR=%{_mandir}
|
||||
|
||||
@ -93,6 +95,9 @@ fi
|
||||
#%doc CHANGELOG FAQ doc.html setup.html dbus/DBus-interface
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2020 Automatic Build System <autodist@mambasoft.it> 2.81-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 22 2018 Automatic Build System <autodist@mambasoft.it> 2.80-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user