- 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:
parent
74edc60107
commit
03694168dc
@ -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
|
||||
|
||||
|
@ -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,-)
|
||||
|
Loading…
x
Reference in New Issue
Block a user