new version 1.7.9
This commit is contained in:
parent
01159eb50d
commit
a572b39f19
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/kea-1.5.0.tar.gz
|
||||
/kea-1.5.0-P1.tar.gz
|
||||
/kea-1.6.0.tar.gz
|
||||
/kea-1.7.9.tar.gz
|
||||
|
11
kea.spec
11
kea.spec
@ -5,8 +5,8 @@
|
||||
#%%global prever P1
|
||||
|
||||
Name: kea
|
||||
Version: 1.6.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.7.9
|
||||
Release: 2%{?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
|
||||
@ -192,6 +188,7 @@ EOF
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog README CONTRIBUTING.md examples html platforms.rst
|
||||
%{_bindir}/kea-msg-compiler
|
||||
%{_sbindir}/kea-admin
|
||||
%{_sbindir}/keactrl
|
||||
@ -267,7 +264,6 @@ EOF
|
||||
%{_libdir}/libkea-pgsql.so
|
||||
%{_libdir}/libkea-process.so
|
||||
%{_libdir}/libkea-stats.so
|
||||
%{_libdir}/libkea-threads.so
|
||||
%{_libdir}/libkea-util-io.so
|
||||
%{_libdir}/libkea-util.so
|
||||
|
||||
@ -296,7 +292,6 @@ EOF
|
||||
%{_libdir}/libkea-pgsql.so.*
|
||||
%{_libdir}/libkea-process.so.*
|
||||
%{_libdir}/libkea-stats.so.*
|
||||
%{_libdir}/libkea-threads.so.*
|
||||
%{_libdir}/libkea-util-io.so.*
|
||||
%{_libdir}/libkea-util.so.*
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (kea-1.6.0.tar.gz) = 09e670996ad3dbfc523ad7639e3cfd43147bf370069cec80a6ba6af4c45264f33318594a20073f1c5d75bd19bcaa275e3167b243e13c5a6c151c10d634f338af
|
||||
SHA512 (kea-1.7.9.tar.gz) = 180e80dbf21789e9c18c69b9e03a2ad4519eb3386cf8c4221a283883eb8151443e888b6a95d1affb0790ef25d6174582448bf590eb2ddadb12b965cba7dc8717
|
||||
|
Loading…
Reference in New Issue
Block a user