From a4d772f81cdb517e02bb736df5728dfe97b26e07 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 25 Jun 2014 16:48:39 +0200 Subject: [PATCH] spec: provide postgresql-doc by postgresql-docs Related: #1086420 Version: 9.3.4-8 --- postgresql.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - 9.3.4-8 +- provide postgresql-doc for postgresql-docs package (#1086420) + * Thu Jun 19 2014 Pavel Raiskup - 9.3.4-7 - OOM handling compatible with 9.5+, by Tom Lane (#1110969)