Hello community, here is the log from the commit of package postgresql for openSUSE:Factory checked in at 2017-12-15 14:01:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql (Old) and /work/SRC/openSUSE:Factory/.postgresql.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql" Fri Dec 15 14:01:50 2017 rev:51 rq:556945 version:10 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql/postgresql.changes 2017-11-26 10:33:19.354440607 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql.new/postgresql.changes 2017-12-15 14:01:53.222749209 +0100 @@ -1,0 +2,14 @@ +Wed Dec 13 18:10:54 UTC 2017 - [email protected] + +- add provides for all the pkgconfig() provides you also find in + the postgresqlXY-devel packages. then we automatically will pull + postgresql-devel which in turn will pull our default + postgresqlXY-devel package. (boo#1071971) + +------------------------------------------------------------------- +Wed Dec 6 10:32:06 UTC 2017 - [email protected] + +- Replace references to /var/adm/fillup-templates with new + %_fillupdir macro (boo#1069468) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql.spec ++++++ --- /var/tmp/diff_new_pack.BcIwwS/_old 2017-12-15 14:01:54.186702674 +0100 +++ /var/tmp/diff_new_pack.BcIwwS/_new 2017-12-15 14:01:54.190702481 +0100 @@ -17,6 +17,11 @@ %define defaultpackage postgresql10 +#Compat macro for new _fillupdir macro introduced in Nov 2017 +%if ! %{defined _fillupdir} + %define _fillupdir /var/adm/fillup-templates +%endif + %if 0%{?suse_version} >= 1300 %bcond_without systemd %else @@ -150,6 +155,10 @@ Summary: PostgreSQL development header files and libraries Group: Development/Libraries/C and C++ Provides: postgresql-devel-noarch = %version-%release +Provides: pkgconfig(libecpg) = %{version}-%{release} +Provides: pkgconfig(libecpg_compat) = %{version}-%{release} +Provides: pkgconfig(libpgtypes) = %{version}-%{release} +Provides: pkgconfig(libpq) = %{version}-%{release} Requires: postgresql-devel-implementation Recommends: %defaultpackage-devel @@ -225,8 +234,8 @@ mkdir -p %buildroot/var/lib/pgsql/ install -m640 %{SOURCE5} %buildroot/var/lib/pgsql/.bash_profile -install -m755 -d %buildroot/var/adm/fillup-templates -install -m644 %{S:1} %buildroot/var/adm/fillup-templates/sysconfig.postgresql +install -m755 -d %buildroot%{_fillupdir} +install -m644 %{S:1} %buildroot%{_fillupdir}/sysconfig.postgresql install -m755 -d %buildroot%fwdir install -m644 %{S:2} %buildroot%fwdir/%fwname @@ -330,7 +339,8 @@ %dir %fwdir %endif %config %fwdir/%fwname -/var/adm/fillup-templates/sysconfig.postgresql + +%{_fillupdir}/sysconfig.postgresql /usr/sbin/rcpostgresql %if %{with systemd} %_tmpfilesdir/postgresql.conf
