Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package knot for openSUSE:Factory checked in 
at 2024-07-25 15:39:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knot (Old)
 and      /work/SRC/openSUSE:Factory/.knot.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knot"

Thu Jul 25 15:39:58 2024 rev:29 rq:1189571 version:3.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/knot/knot.changes        2024-07-04 
16:23:42.896476059 +0200
+++ /work/SRC/openSUSE:Factory/.knot.new.1882/knot.changes      2024-07-25 
15:44:54.612940380 +0200
@@ -1,0 +2,11 @@
+Wed Jul 24 14:57:48 UTC 2024 - Michal Hrusecky <[email protected]>
+
+- split knot-utils with kdig and friends
+
+-------------------------------------------------------------------
+Tue Jul 23 20:59:22 UTC 2024 - Michal Hrusecky <[email protected]>
+
+- update to version 3.3.8, see
+  https://www.knot-dns.cz/2024-07-22-version-338.html
+
+-------------------------------------------------------------------

Old:
----
  knot-3.3.7.tar.xz
  knot-3.3.7.tar.xz.asc

New:
----
  knot-3.3.8.tar.xz
  knot-3.3.8.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ knot.spec ++++++
--- /var/tmp/diff_new_pack.EtDDq0/_old  2024-07-25 15:44:56.193003627 +0200
+++ /var/tmp/diff_new_pack.EtDDq0/_new  2024-07-25 15:44:56.197003787 +0200
@@ -35,7 +35,7 @@
 %{?systemd_requires}
 %endif
 Name:           knot
-Version:        3.3.7
+Version:        3.3.8
 Release:        0
 Summary:        An authoritative DNS daemon
 License:        GPL-3.0-or-later
@@ -46,6 +46,7 @@
 Source3:        
https://secure.nic.cz/files/knot-dns/%{pkg_name}-%{version}.tar.xz.asc
 Source4:        system-user-knot.conf
 Source99:       knot.keyring
+Recommends:     knot-utils
 BuildRequires:  libcap-ng-devel
 BuildRequires:  libedit-devel
 BuildRequires:  libnghttp2-devel
@@ -103,6 +104,19 @@
 
 This package contains headers for knot.
 
+%package utils
+#
+Summary:        Utilities to query and test DNS coming from Knot project
+Group:          Productivity/Networking/DNS/Utilities
+
+%description utils
+Knot DNS is a DNS server. It implements only the authoritative domain
+name service. It uses a multi-threaded and mostly lock-free
+implementation and can operate non-stop during zone addition or
+removal.
+
+This package contains tools to query and test DNS like kdig and knsupdate.
+
 %package -n %{libdnssec}
 #
 Summary:        DNSSEC support functions for Knot DNS
@@ -186,7 +200,12 @@
 
 %install
 %make_install STRIP="/bin/true"
-find %{buildroot}
+for i in kdig khost knsec3hash knsupdate; do
+    find %{buildroot} -name "$i*" | sed 's|%{buildroot}||' | while read fl; do
+        echo "$fl*" >> utils
+        echo "%exclude $fl*" >> no-utils
+    done
+done
 install -d %{buildroot}%{_docdir}/%{pkg_name}
 install -d %{buildroot}%{_docdir}/%{pkg_name}/samples/
 rm %{buildroot}%{_sysconfdir}/%{pkg_name}/*
@@ -242,11 +261,11 @@
 %postun -n %{libknot}     -p /sbin/ldconfig
 %postun -n %{libzscanner} -p /sbin/ldconfig
 
-%files
+%files -f no-utils
 %dir %attr(750,knot,knot) %{_sysconfdir}/%{pkg_name}
 %config(noreplace) %attr(640,knot,knot) 
%{_sysconfdir}/%{pkg_name}/%{pkg_name}.conf
-%{_sbindir}/*
 %{_bindir}/*
+%{_sbindir}/*
 %{_mandir}/man?/*
 %doc %{_docdir}/%{pkg_name}
 %if %{with systemd}
@@ -267,6 +286,8 @@
 %files -n %{libzscanner}
 %{_libdir}/libzscanner.so.*
 
+%files utils -f utils
+
 %files devel
 %{_includedir}/knot/
 %{_libdir}/libdnssec.so

++++++ knot-3.3.7.tar.xz -> knot-3.3.8.tar.xz ++++++
++++ 134545 lines of diff (skipped)

Reply via email to