From e3bad212cf7242aaad1a5f92ad826d458fb601de Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: May 17 2018 16:44:28 +0000 Subject: Fix config files names (#1579298) --- diff --git a/kea-systemd.patch b/kea-systemd.patch index 6990d9e..cf1b9b8 100644 --- a/kea-systemd.patch +++ b/kea-systemd.patch @@ -55,7 +55,7 @@ index 0000000..d1e0526 +After=time-sync.target + +[Service] -+ExecStart=@sbindir@/kea-dhcp-ddns -c @sysconfdir@/kea/kea.conf ++ExecStart=@sbindir@/kea-dhcp-ddns -c @sysconfdir@/kea/kea-dhcp-ddns.conf + +[Install] +WantedBy=multi-user.target @@ -73,7 +73,7 @@ index 0000000..80977d6 +After=time-sync.target + +[Service] -+ExecStart=@sbindir@/kea-dhcp4 -c @sysconfdir@/kea/kea.conf ++ExecStart=@sbindir@/kea-dhcp4 -c @sysconfdir@/kea/kea-dhcp4.conf + +[Install] +WantedBy=multi-user.target @@ -91,7 +91,7 @@ index 0000000..c24f584 +After=time-sync.target + +[Service] -+ExecStart=@sbindir@/kea-dhcp6 -c @sysconfdir@/kea/kea.conf ++ExecStart=@sbindir@/kea-dhcp6 -c @sysconfdir@/kea/kea-dhcp6.conf + +[Install] +WantedBy=multi-user.target diff --git a/kea.spec b/kea.spec index c2d6c28..2ef1e0f 100644 --- a/kea.spec +++ b/kea.spec @@ -4,7 +4,7 @@ Summary: DHCPv4, DHCPv6 and DDNS server from ISC Name: kea Version: 1.3.0 -Release: 8%{?dist} +Release: 9%{?dist} License: MPLv2.0 and Boost URL: http://kea.isc.org Source0: http://ftp.isc.org/isc/kea/%{version}/kea-%{version}.tar.gz @@ -264,6 +264,9 @@ EOF %{_libdir}/pkgconfig/dns++.pc %changelog +* Thu May 17 2018 Pavel Zhukov - 1.3.0-9 +- Fix config files names (#1579298) + * Mon Feb 19 2018 Pavel Zhukov - 1.3.0-8 - Add gcc-c++ BR