Hello community,

here is the log from the commit of package postgresql-init for openSUSE:Factory 
checked in at 2016-10-10 16:19:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postgresql-init (Old)
 and      /work/SRC/openSUSE:Factory/.postgresql-init.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postgresql-init"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postgresql-init/postgresql-init.changes  
2016-05-08 10:40:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.postgresql-init.new/postgresql-init.changes     
2016-10-10 16:19:29.000000000 +0200
@@ -1,0 +2,11 @@
+Sat May 21 03:04:11 UTC 2016 - mrueck...@suse.de
+
+- fix building on 13.1 by removing the BuildRequires on systemd
+  we will get it via systemd mini and the systemd_requires macro
+
+-------------------------------------------------------------------
+Sat May 21 03:01:35 UTC 2016 - mrueck...@suse.de
+
+- bump to 9.6 so we can also build for the latest version
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postgresql-init.spec ++++++
--- /var/tmp/diff_new_pack.pJeRu8/_old  2016-10-10 16:19:30.000000000 +0200
+++ /var/tmp/diff_new_pack.pJeRu8/_new  2016-10-10 16:19:30.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} >= 1300
 %bcond_without  systemd
 %else
@@ -27,7 +28,7 @@
 Group:          Productivity/Databases/Servers
 
 Name:           postgresql-init
-Version:        9.4
+Version:        9.6
 Release:        0
 Source0:        postgresql-init
 Source1:        postgresql-sysconfig
@@ -36,7 +37,6 @@
 BuildRequires:  pwdutils
 %if %{with systemd}
 BuildRequires:  pkgconfig(systemd)
-BuildRequires:  systemd
 %{?systemd_requires}
 %else
 Requires(postun): %insserv_prereq
@@ -90,7 +90,7 @@
 %post
 %fillup_only -n postgresql
 %if %{with systemd}
-/usr/bin/systemd-tmpfiles --create %_tmpfilesdir/postgresql.conf
+%tmpfiles_create %_tmpfilesdir/postgresql.conf
 test -x /bin/systemctl && /bin/systemctl daemon-reload || :
 %endif
 


Reply via email to