Hello community, here is the log from the commit of package pdns for openSUSE:Factory checked in at 2014-11-12 00:22:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pdns (Old) and /work/SRC/openSUSE:Factory/.pdns.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pdns" Changes: -------- --- /work/SRC/openSUSE:Factory/pdns/pdns.changes 2014-10-31 20:20:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pdns.new/pdns.changes 2014-11-12 00:22:34.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 21:12:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in pre script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pdns.spec ++++++ --- /var/tmp/diff_new_pack.TDURf3/_old 2014-11-12 00:22:35.000000000 +0100 +++ /var/tmp/diff_new_pack.TDURf3/_new 2014-11-12 00:22:35.000000000 +0100 @@ -156,6 +156,7 @@ # Summary: MySQL backend for pdns Group: Productivity/Networking/DNS/Servers + %description backend-mysql The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms @@ -170,6 +171,7 @@ # Summary: MyDNS backend for pdns Group: Productivity/Networking/DNS/Servers + %description backend-mydns The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms @@ -185,6 +187,7 @@ # Summary: PostgreSQL backend for pdns Group: Productivity/Networking/DNS/Servers + %description backend-postgresql The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms @@ -199,6 +202,7 @@ # Summary: SQLite 3 backend for pdns Group: Productivity/Networking/DNS/Servers + %description backend-sqlite3 The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms @@ -213,6 +217,7 @@ # Summary: LDAP backend for pdns Group: Productivity/Networking/DNS/Servers + %description backend-ldap The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms @@ -244,6 +249,7 @@ # Summary: Lua backend for pdns Group: Productivity/Networking/DNS/Servers + %description backend-lua The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms @@ -260,6 +266,7 @@ # Summary: Samba TDB backend for pdns Group: Productivity/Networking/DNS/Servers + %description backend-xdb The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms @@ -276,6 +283,7 @@ # Summary: GeoIP backend for pdns Group: Productivity/Networking/DNS/Servers + %description backend-geoip The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms @@ -291,6 +299,7 @@ # Summary: LMDB backend for pdns Group: Productivity/Networking/DNS/Servers + %description backend-lmdb The PowerDNS Nameserver is a modern, advanced and high performance authoritative-only nameserver. It is written from scratch and conforms @@ -306,6 +315,7 @@ # Summary: Modern, advanced and high performance recursing/non authoritative nameserver Group: Productivity/Networking/DNS/Servers + %description -n pdns-recursor PowerDNS Recursor is a non authoritative/recursing DNS server. Use this package if you need a dns cache for your network. @@ -427,8 +437,8 @@ install -m 0644 AUTHORS NEWS NOTICE COPYING README* %{buildroot}%{_datadir}/doc/packages/%{name}/ %pre -/usr/sbin/groupadd -r pdns &>/dev/null || : -/usr/sbin/useradd -g pdns -s /bin/false -r -c "pdns" -d %{home} pdns &>/dev/null || : +/usr/sbin/groupadd -r pdns >/dev/null 2>&1 || : +/usr/sbin/useradd -g pdns -s /bin/false -r -c "pdns" -d %{home} pdns >/dev/null 2>&1 || : %if %{with systemd} %service_add_pre %{name}.service %endif -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
