Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package knot for openSUSE:Factory checked in 
at 2021-02-16 09:19:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/knot (Old)
 and      /work/SRC/openSUSE:Factory/.knot.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "knot"

Tue Feb 16 09:19:28 2021 rev:2 rq:872671 version:3.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/knot/knot.changes        2021-02-15 
23:16:30.927415088 +0100
+++ /work/SRC/openSUSE:Factory/.knot.new.28504/knot.changes     2021-02-16 
09:19:29.747208985 +0100
@@ -1,0 +2,6 @@
+Mon Feb  1 13:19:02 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Trim marketing wording from description.
+- Drop old rpm constructs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ knot.spec ++++++
--- /var/tmp/diff_new_pack.RUQa8q/_old  2021-02-16 09:19:30.243209670 +0100
+++ /var/tmp/diff_new_pack.RUQa8q/_new  2021-02-16 09:19:30.243209670 +0100
@@ -91,7 +91,7 @@
 Obsoletes:      knot2 < %{version}
 
 %description
-Knot DNS is a high-performance authoritative DNS server implementation.
+Knot DNS is an implementation of an authoritative DNS server.
 
 %package devel
 Group:          Development/Libraries/C and C++
@@ -99,7 +99,7 @@
 #
 Summary:        Development files for the knot libraries
 %description devel
-Knot DNS is a high-performance authoritative DNS server implementation.
+Knot DNS is an implementation of an authoritative DNS server.
 
 Development files for knot.
 
@@ -108,7 +108,7 @@
 #
 Summary:        Shared library from knot: libdnssec
 %description -n %{libdnssec}
-Knot DNS is a high-performance authoritative DNS server implementation.
+Knot DNS is an implementation of an authoritative DNS server.
 
 This package holds the shared library libdnssec from knot.
 
@@ -117,7 +117,7 @@
 #
 Summary:        Shared library from knot: libknot
 %description -n %{libknot}
-Knot DNS is a high-performance authoritative DNS server implementation.
+Knot DNS is an implementation of an authoritative DNS server.
 
 This package holds the shared library libknot from knot.
 
@@ -126,18 +126,16 @@
 #
 Summary:        Shared library from knot 2: libzscanner
 %description -n %{libzscanner}
-Knot DNS is a high-performance authoritative DNS server implementation.
+Knot DNS is an implementation of an authoritative DNS server.
 
 This package holds the shared library libzscanner from knot.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %configure \
-  --sysconfdir=%{_sysconfdir} \
   --libexecdir=%{_libexecdir}/%{pkg_name} \
-  --localstatedir=%{_localstatedir} \
   --includedir=%{_includedir}/knot/ \
   --disable-static \
   --enable-recvmmsg=yes \
@@ -168,7 +166,7 @@
   --with-module-whoami=shared \
   --with-bash-completions=/etc/bash_completion.d \
   --disable-silent-rules
-make %{?_smp_mflags} STRIP="/bin/true"
+%make_build STRIP="/bin/true"
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags} STRIP="/bin/true"
@@ -229,7 +227,6 @@
 %postun -n %{libzscanner} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %dir %attr(750,root,root) %{_sysconfdir}/%{pkg_name}
 %config(noreplace) %{_sysconfdir}/%{pkg_name}/%{pkg_name}.conf
 %{_sbindir}/*
@@ -245,19 +242,15 @@
 %ghost %dir %(751,knot,knot) /run/knot
 
 %files -n %{libdnssec}
-%defattr(-,root,root)
 %{_libdir}/libdnssec.so.*
 
 %files -n %{libknot}
-%defattr(-,root,root)
 %{_libdir}/libknot.so.*
 
 %files -n %{libzscanner}
-%defattr(-,root,root)
 %{_libdir}/libzscanner.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/knot/
 %{_libdir}/libdnssec.so
 %{_libdir}/libknot.so

Reply via email to