Fix leases path
This commit is contained in:
parent
75fefd137c
commit
a24115bd38
9
kea.spec
9
kea.spec
@ -6,7 +6,7 @@
|
||||
|
||||
Name: kea
|
||||
Version: 1.6.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: DHCPv4, DHCPv6 and DDNS server from ISC
|
||||
|
||||
License: MPLv2.0 and Boost
|
||||
@ -108,10 +108,6 @@ This package contains shared libraries used by Kea DHCP server.
|
||||
%prep
|
||||
%autosetup -p1 -n kea-%{version}%{?prever:-%{prever}}
|
||||
|
||||
# install leases db in /var/lib/kea/ not /var/kea/
|
||||
# http://kea.isc.org/ticket/3523
|
||||
sed -i -e 's|@localstatedir@|@sharedstatedir@|g' src/lib/dhcpsrv/Makefile.am
|
||||
|
||||
# to be able to build on ppc64(le)
|
||||
# https://sourceforge.net/p/flex/bugs/197
|
||||
# https://lists.isc.org/pipermail/kea-dev/2016-January/000599.html
|
||||
@ -302,6 +298,9 @@ EOF
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 13 2020 Pavel Zhukov <pavel@pzhukov-pc.home.redhat.com> - 1.6.0-3
|
||||
- Change leases path to avoid double lib in path
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user