- Move ~postgres/.bash_profile to postgresql-server to avoid a

file conflict between the versioned server packages.

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=78
This commit is contained in:
Reinhard Max 2015-09-28 15:09:38 +00:00 committed by Git OBS Bridge
parent 74edc60107
commit 03694168dc
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 28 15:04:31 UTC 2015 - max@suse.com
- Move ~postgres/.bash_profile to postgresql-server to avoid a
file conflict between the versioned server packages.
-------------------------------------------------------------------
Wed Feb 18 15:28:45 UTC 2015 - max@suse.com

View File

@ -27,6 +27,8 @@ Url: http://www.postgresql.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: %defaultpackage
BuildArch: noarch
Source: postgresql-bashprofile
%description
PostgreSQL is an advanced object-relational database management system
@ -155,7 +157,8 @@ and triggers.
echo "This is a dummy package to provide a dependency on the default PostgreSQL version." > README
%install
# Nothing to do here
sed 's,@LIBDIR@,%_libdir,g' %{SOURCE} > \
%buildroot/var/lib/pgsql/.bash_profile
%files
%defattr(-,root,root,-)
@ -164,6 +167,7 @@ echo "This is a dummy package to provide a dependency on the default PostgreSQL
%files server
%defattr(-,root,root,-)
%doc README
%attr(640,postgres,postgres) %config(noreplace) /var/lib/pgsql/.bash_profile
%files docs
%defattr(-,root,root,-)