[bind10/f20] Fix packaging issues

Tomas Hozza thozza at fedoraproject.org
Mon Sep 2 10:21:01 UTC 2013


commit 1006ebc4ce69a237826a3b737bf42367ba2fb12d
Author: Tomas Hozza <thozza at redhat.com>
Date:   Mon Sep 2 12:06:37 2013 +0200

    Fix packaging issues
    
    - Resolve douplicate provides (#1003203)
    - Main package now Requires bind10-libs
    - Move libb10-threads.so.* into the main package
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 bind10.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/bind10.spec b/bind10.spec
index af34211..93fb9db 100644
--- a/bind10.spec
+++ b/bind10.spec
@@ -9,7 +9,7 @@
 
 Name: bind10
 Version: 1.1.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: The Berkeley Internet Name Domain 10 (BIND10) DNS and DHCP suite
 
 License: ISC
@@ -26,6 +26,7 @@ Patch0:  %{name}-1.1.0-missing-header.patch
 Requires(pre): shadow-utils
 Requires(post): openssl
 Requires: systemd
+Requires: %{name}-libs = %{version}-%{release}
 
 BuildRequires: log4cplus-devel, python3-devel, botan-devel, boost-devel
 BuildRequires: python3-setproctitle, sqlite-devel
@@ -191,7 +192,7 @@ fi
 %{_libdir}/libb10-log.so.*
 %{_libdir}/libb10-pydnspp.so.*
 %{_libdir}/libb10-util-io.so.*
-%{_libdir}/libb10-util.so.*
+%{_libdir}/libb10-threads.so.*
 
 %dir %{b10datadir}
 %{b10datadir}/*.zone
@@ -344,7 +345,6 @@ fi
 %{_libdir}/libb10-nsas.so.*
 %{_libdir}/libb10-resolve.so.*
 %{_libdir}/libb10-server-common.so.*
-%{_libdir}/libb10-threads.so.*
 %{_libdir}/libb10-xfr.so.*
 
 %dir %{python3_sitearch}/isc/acl
@@ -390,6 +390,11 @@ fi
 %{_libdir}/libb10-dhcpsrv.so.*
 
 %changelog
+* Mon Sep 02 2013 Tomas Hozza <thozza at redhat.com> - 1.1.0-7
+- Resolve douplicate provides (#1003203)
+- Main package now Requires bind10-libs
+- Move libb10-threads.so.* into the main package
+
 * Wed Aug 28 2013 Tomas Hozza <thozza at redhat.com> - 1.1.0-6
 - Generate private key and cert for b10-cmdctl during installation (#913230)
 - Claim ownership of files created when configuring or running bind10


More information about the scm-commits mailing list