From 4034635788132a15909723ed0cb8905a69c2b3cd Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 16 Oct 2015 10:05:24 +0200 Subject: [PATCH] devel: stop requiring 'postgresql' package Resolves: rhbz#1272219 Version: 9.4.5-2 --- postgresql.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/postgresql.spec b/postgresql.spec index dfa8f3f..da7e785 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -67,7 +67,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 9.4 Version: 9.4.5 -Release: 1%{?dist} +Release: 2%{?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. @@ -261,7 +261,6 @@ included in the PostgreSQL distribution. %package devel Summary: PostgreSQL development header files and libraries Group: Development/Libraries -Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description devel @@ -917,7 +916,6 @@ fi %{_bindir}/dropdb %{_bindir}/droplang %{_bindir}/dropuser -%{_bindir}/pg_config %{_bindir}/pg_dump %{_bindir}/pg_dumpall %{_bindir}/pg_isready @@ -933,7 +931,6 @@ fi %{_mandir}/man1/dropdb.* %{_mandir}/man1/droplang.* %{_mandir}/man1/dropuser.* -%{_mandir}/man1/pg_config.* %{_mandir}/man1/pg_dump.* %{_mandir}/man1/pg_dumpall.* %{_mandir}/man1/pg_isready.* @@ -1140,6 +1137,7 @@ fi %files devel -f devel.lst %{_bindir}/ecpg +%{_bindir}/pg_config %{_includedir}/* %{_libdir}/libecpg.so %{_libdir}/libecpg_compat.so @@ -1148,6 +1146,7 @@ fi %{_libdir}/pgsql/pgxs/ %{_libdir}/pkgconfig/*.pc %{_mandir}/man1/ecpg.* +%{_mandir}/man1/pg_config.* %{_mandir}/man3/SPI_* %{macrosdir}/* @@ -1194,6 +1193,9 @@ fi %endif %changelog +* Fri Oct 16 2015 Pavel Raiskup - 9.4.5-2 +- devel package should not require the main package (rhbz#1272219) + * Tue Oct 06 2015 Pavel Raiskup - 9.4.5-1 - update to 9.4.5 per release notes http://www.postgresql.org/docs/9.4/static/release-9-4-5.html