Hello community, here is the log from the commit of package unbound for openSUSE:Factory checked in at 2014-11-11 09:59:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unbound (Old) and /work/SRC/openSUSE:Factory/.unbound.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unbound" Changes: -------- --- /work/SRC/openSUSE:Factory/unbound/unbound.changes 2014-09-15 17:41:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.unbound.new/unbound.changes 2014-11-11 10:00:03.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Nov 10 00:45:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unbound.spec ++++++ --- /var/tmp/diff_new_pack.nNotih/_old 2014-11-11 10:00:04.000000000 +0100 +++ /var/tmp/diff_new_pack.nNotih/_new 2014-11-11 10:00:04.000000000 +0100 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without python %bcond_without munin %bcond_without hardened_build @@ -49,16 +50,14 @@ Version: 1.4.22 Release: 0 # -Group: Productivity/Networking/DNS/Servers -License: BSD-3-Clause # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: flex -BuildRequires: openssl-devel -BuildRequires: libevent-devel BuildRequires: ldns-devel >= %{ldns_version} -BuildRequires: python-devel +BuildRequires: libevent-devel BuildRequires: libexpat-devel +BuildRequires: openssl-devel +BuildRequires: python-devel %if %{with python} BuildRequires: python-devel BuildRequires: swig @@ -94,6 +93,9 @@ Source17: unbound.firewall Summary: Validating, recursive, and caching DNS(SEC) resolver +License: BSD-3-Clause +Group: Productivity/Networking/DNS/Servers + %description Unbound is a validating, recursive, and caching DNS(SEC) resolver. @@ -107,10 +109,11 @@ %define libname libunbound2 %package -n %{libname} -Group: Development/Libraries/C and C++ Requires: %{name}-anchor >= %{version} # Summary: Shared library from unbound +Group: Development/Libraries/C and C++ + %description -n %{libname} Unbound is a validating, recursive, and caching DNS(SEC) resolver. @@ -120,10 +123,11 @@ %package munin Summary: Plugin for the munin / munin-node monitoring package Group: System Environment/Daemons -Requires: munin-node Requires: %{name} = %{version} Requires: bc +Requires: munin-node BuildArch: noarch + %description munin Unbound is a validating, recursive, and caching DNS(SEC) resolver. @@ -131,22 +135,24 @@ %endif %package devel -Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} Requires: ldns-devel >= %{ldns_version} Requires: openssl-devel # Summary: Development files for libunbound +Group: Development/Libraries/C and C++ + %description devel Unbound is a validating, recursive, and caching DNS(SEC) resolver. This package holds the development files to work with libunbound. %package anchor -Group: Productivity/Networking/DNS/Servers # Requires: cron Summary: Unbound Anchor cert management tools +Group: Productivity/Networking/DNS/Servers + %description anchor Unbound is a validating, recursive, and caching DNS(SEC) resolver. @@ -157,6 +163,7 @@ Summary: Python modules and extensions for unbound Group: Applications/System Requires: %{libname} = %{version} + %description python Unbound is a validating, recursive, and caching DNS(SEC) resolver. @@ -265,8 +272,8 @@ %{__rm} -rf %{buildroot} %pre anchor -/usr/sbin/groupadd -r unbound &>/dev/null || : -/usr/sbin/useradd -g unbound -s /bin/false -r -c "unbound caching dns server" -d /var/lib/unbound unbound &>/dev/null || : +/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 || : %pre %if %{with systemd} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
