Hello community, here is the log from the commit of package unbound for openSUSE:Factory checked in at 2017-08-12 20:08:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unbound (Old) and /work/SRC/openSUSE:Factory/.unbound.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unbound" Sat Aug 12 20:08:53 2017 rev:17 rq:515275 version:1.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/unbound/libunbound-devel-mini.changes 2017-07-21 22:42:17.088943328 +0200 +++ /work/SRC/openSUSE:Factory/.unbound.new/libunbound-devel-mini.changes 2017-08-12 20:08:55.353710601 +0200 @@ -1,0 +2,6 @@ +Tue Aug 8 19:02:38 UTC 2017 - [email protected] + +- RPM group fix. Do not suppress user/group creation problems. + Replace %__ type macro indirections. + +------------------------------------------------------------------- unbound.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libunbound-devel-mini.spec ++++++ --- /var/tmp/diff_new_pack.XinTQU/_old 2017-08-12 20:08:56.429559870 +0200 +++ /var/tmp/diff_new_pack.XinTQU/_new 2017-08-12 20:08:56.433559310 +0200 @@ -1,7 +1,7 @@ # -# spec file for package libunbound +# spec file for package libunbound-devel-mini # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,8 +33,8 @@ BuildRequires: ldns-devel >= %{ldns_version} BuildRequires: libevent-devel BuildRequires: libexpat-devel -BuildRequires: openssl-devel BuildRequires: libsodium-devel +BuildRequires: openssl-devel Requires: this-is-only-for-build-envs Conflicts: unbound-devel Conflicts: libunbound2 ++++++ unbound.spec ++++++ --- /var/tmp/diff_new_pack.XinTQU/_old 2017-08-12 20:08:56.553542500 +0200 +++ /var/tmp/diff_new_pack.XinTQU/_new 2017-08-12 20:08:56.561541379 +0200 @@ -1,7 +1,7 @@ # # spec file for package unbound # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -62,13 +62,13 @@ BuildRequires: ldns-devel >= %{ldns_version} BuildRequires: libevent-devel BuildRequires: libexpat-devel +BuildRequires: libsodium-devel BuildRequires: openssl-devel BuildRequires: python-devel -BuildRequires: libsodium-devel %if %{with dnstap} -BuildRequires: protobuf-c >= 1.0.0 -BuildRequires: libprotobuf-c-devel >= 1.0.0 BuildRequires: libfstrm-devel +BuildRequires: libprotobuf-c-devel >= 1.0.0 +BuildRequires: protobuf-c >= 1.0.0 %endif %if %{with python} BuildRequires: swig @@ -133,7 +133,7 @@ %if %{with_munin} %package munin Summary: Plugin for the munin / munin-node monitoring package -Group: System Environment/Daemons +Group: System/Daemons Requires: %{name} = %{version} Requires: bc Requires: munin-node @@ -211,8 +211,8 @@ %endif --with-rootkey-file=%{_sharedstatedir}/unbound/root.key -%{__make} %{?_smp_mflags} -%{__make} %{?_smp_mflags} streamtcp +make %{?_smp_mflags} +make %{?_smp_mflags} streamtcp %install make install DESTDIR="%{buildroot}" @@ -287,12 +287,11 @@ # it currently fails in the ldns unit test. which is weird as both come from the same project make check ||: -%clean -%{__rm} -rf %{buildroot} - %pre anchor -/usr/sbin/groupadd -r unbound >/dev/null 2>&1 || : -/usr/sbin/useradd -g unbound -s /bin/false -r -c "unbound caching dns server" -d /var/lib/unbound unbound >/dev/null 2>&1 || : +getent group unbound >/dev/null || groupadd -r unbound +getent passwd unbound >/dev/null || \ + useradd -g unbound -s /bin/false -r -c "unbound caching DNS server" \ + -d /var/lib/unbound unbound %pre %if %{with systemd}
