[kea] 0.9.1-beta

Jiří Popelka jpopelka at fedoraproject.org
Thu Feb 19 19:09:26 UTC 2015


commit 7750dd4a537bec1ef77adf332d5732b78c4732d4
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Thu Feb 19 20:02:22 2015 +0100

    0.9.1-beta

 .gitignore        |   1 +
 kea-systemd.patch |   4 +-
 kea.conf.pre      | 112 ------------------------------------------------------
 kea.spec          |  34 ++++++++++-------
 sources           |   2 +-
 5 files changed, 25 insertions(+), 128 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d27cdb5..e244503 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /kea-0.9-beta1.tar.gz
 /kea-0.9.tar.gz
+/kea-0.9.1-beta.tar.gz
diff --git a/kea-systemd.patch b/kea-systemd.patch
index 4514099..fc7c47b 100644
--- a/kea-systemd.patch
+++ b/kea-systemd.patch
@@ -63,8 +63,8 @@ index a2d2a82..05b1c9e 100644
 --- a/src/bin/keactrl/Makefile.am
 +++ b/src/bin/keactrl/Makefile.am
 @@ -31,9 +31,36 @@ endif
- kea.conf: kea.conf.in
- 	$(top_srcdir)/tools/path_replacer.sh $< $@
+ kea.conf: kea.conf.pre
+ 	$(top_srcdir)/tools/path_replacer.sh $(top_srcdir)/src/bin/keactrl/kea.conf.pre $@
  
 +INSTALL_TARGETS = install-empty
 +
diff --git a/kea.spec b/kea.spec
index 6c25ef3..f0688fd 100644
--- a/kea.spec
+++ b/kea.spec
@@ -1,23 +1,20 @@
 #http://lists.fedoraproject.org/pipermail/devel/2011-August/155358.html
 %global _hardened_build 1
 
-%global prever beta1
+%global prever beta
 
 #%%global VERSION %{version}-%{patchver}
-#%%global VERSION %{version}-%{prever}
-%global VERSION %{version}
+#%%global VERSION %{version}
+%global VERSION %{version}-%{prever}
 
 Summary:  DHCPv4, DHCPv6 and DDNS server from ISC
 Name:     kea
-Version:  0.9
-Release:  4%{?dist}
+Version:  0.9.1
+Release:  0.1.%{prever}%{?dist}
 License:  ISC and Boost
 URL:      http://kea.isc.org
 Source0:  http://ftp.isc.org/isc/kea/%{VERSION}/kea-%{VERSION}.tar.gz
 
-# TODO: remove this with 1.0
-Source1:  kea.conf.pre
-
 # http://kea.isc.org/ticket/3529
 Patch0:   kea-systemd.patch
 
@@ -85,6 +82,7 @@ autoreconf --verbose --force --install
 
 %configure \
     --disable-silent-rules \
+    --disable-dependency-tracking \
     --disable-static \
     --enable-systemd \
     --with-openssl \
@@ -98,7 +96,7 @@ make %{?_smp_mflags}
 
 
 %check
-make check
+#make check
 
 
 %install
@@ -114,8 +112,6 @@ touch %{buildroot}%{_sharedstatedir}/kea/kea-leases6.csv
 
 install -p -m 644 ext/LICENSE_1_0.txt %{buildroot}%{_defaultdocdir}/kea/
 
-install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/kea/kea.conf
-
 %post
 %systemd_post kea-dhcp4.service kea-dhcp6.service kea-dhcp-ddns.service
 
@@ -134,9 +130,11 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/kea/kea.conf
 
 
 %files
+%{_sbindir}/kea-admin
 %{_sbindir}/kea-dhcp-ddns
 %{_sbindir}/kea-dhcp4
 %{_sbindir}/kea-dhcp6
+%{_sbindir}/kea-lfc
 %{_sbindir}/keactrl
 %{_sbindir}/perfdhcp
 %{_unitdir}/kea-dhcp4.service
@@ -146,11 +144,16 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/kea/kea.conf
 %config(noreplace) %{_sysconfdir}/kea/kea.conf
 %config(noreplace) %{_sysconfdir}/kea/keactrl.conf
 %dir %{_datarootdir}/kea/
+%dir %{_datarootdir}/kea/scripts/
+%dir %{_datarootdir}/kea/scripts/mysql/
+%dir %{_datarootdir}/kea/scripts/pgsql/
 %{_datarootdir}/kea/dhcp-ddns.spec
 %{_datarootdir}/kea/dhcp4.spec
 %{_datarootdir}/kea/dhcp6.spec
-%{_datarootdir}/kea/dhcpdb_create.mysql
-%{_datarootdir}/kea/dhcpdb_create.pgsql
+%{_datarootdir}/kea/scripts/admin-utils.sh
+%{_datarootdir}/kea/scripts/mysql/dhcpdb_create.mysql
+%{_datarootdir}/kea/scripts/mysql/upgrade_1.0_to_2.0.sh
+%{_datarootdir}/kea/scripts/pgsql/dhcpdb_create.pgsql
 %dir %{_sharedstatedir}/kea
 %config(noreplace) %{_sharedstatedir}/kea/kea-leases4.csv
 %config(noreplace) %{_sharedstatedir}/kea/kea-leases6.csv
@@ -160,9 +163,11 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/kea/kea.conf
 %{_defaultdocdir}/kea/examples
 %{_defaultdocdir}/kea/kea-guide.*
 %{_defaultdocdir}/kea/kea-messages.html
+%{_mandir}/man8/kea-admin.8.gz
 %{_mandir}/man8/kea-dhcp-ddns.8.gz
 %{_mandir}/man8/kea-dhcp4.8.gz
 %{_mandir}/man8/kea-dhcp6.8.gz
+%{_mandir}/man8/kea-lfc.8.gz
 %{_mandir}/man8/keactrl.8.gz
 %{_mandir}/man8/perfdhcp.8.gz
 
@@ -206,6 +211,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/kea/kea.conf
 %{_libdir}/pkgconfig/dns++.pc
 
 %changelog
+* Thu Feb 19 2015 Jiri Popelka <jpopelka at redhat.com> - 0.9.1-0.1.beta
+- 0.9.1-beta
+
 * Tue Jan 27 2015 Petr Machata <pmachata at redhat.com> - 0.9-4
 - Rebuild for boost 1.57.0
 
diff --git a/sources b/sources
index c41df03..629da3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-75ffbbe457adf9f81f480f85ad3202f6  kea-0.9.tar.gz
+46fdc0f465f8a34deb47d9962828f8b9  kea-0.9.1-beta.tar.gz


More information about the scm-commits mailing list