[postgresql] spec: provide postgresql-doc by postgresql-docs

Pavel Raiskup praiskup at fedoraproject.org
Fri Jul 18 07:11:35 UTC 2014


commit a4d772f81cdb517e02bb736df5728dfe97b26e07
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Wed Jun 25 16:48:39 2014 +0200

    spec: provide postgresql-doc by postgresql-docs
    
    Related: #1086420
    Version: 9.3.4-8

 postgresql.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/postgresql.spec b/postgresql.spec
index 4c46edc..cdbfb7e 100644
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -64,7 +64,7 @@ Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 9.3
 Version: 9.3.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 
 # The PostgreSQL license is very similar to other MIT licenses, but the OSI
 # recognizes it as an independent license, so we do as well.
@@ -220,6 +220,8 @@ and maintain PostgreSQL databases.
 Summary: Extra documentation for PostgreSQL
 Group: Applications/Databases
 Requires: %{name}%{?_isa} = %{version}-%{release}
+# Just for more intuitive documentation installation
+Provides: %{name}-doc = %{version}-%{release}
 
 %description docs
 The postgresql-docs package contains some additional documentation for
@@ -1134,6 +1136,9 @@ fi
 %endif
 
 %changelog
+* Wed Jun 25 2014 Pavel Raiskup <praiskup at redhat.com> - 9.3.4-8
+- provide postgresql-doc for postgresql-docs package (#1086420)
+
 * Thu Jun 19 2014 Pavel Raiskup <praiskup at redhat.com> - 9.3.4-7
 - OOM handling compatible with 9.5+, by Tom Lane (#1110969)
 


More information about the scm-commits mailing list