devel: stop requiring 'postgresql' package

Resolves: rhbz#1272219
Version: 9.4.5-2
This commit is contained in:
Pavel Raiskup 2015-10-16 10:05:24 +02:00
parent 5cf6330f38
commit 4034635788

View File

@ -67,7 +67,7 @@ Summary: PostgreSQL client programs
Name: postgresql Name: postgresql
%global majorversion 9.4 %global majorversion 9.4
Version: 9.4.5 Version: 9.4.5
Release: 1%{?dist} Release: 2%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI # The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well. # recognizes it as an independent license, so we do as well.
@ -261,7 +261,6 @@ included in the PostgreSQL distribution.
%package devel %package devel
Summary: PostgreSQL development header files and libraries Summary: PostgreSQL development header files and libraries
Group: Development/Libraries Group: Development/Libraries
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description devel %description devel
@ -917,7 +916,6 @@ fi
%{_bindir}/dropdb %{_bindir}/dropdb
%{_bindir}/droplang %{_bindir}/droplang
%{_bindir}/dropuser %{_bindir}/dropuser
%{_bindir}/pg_config
%{_bindir}/pg_dump %{_bindir}/pg_dump
%{_bindir}/pg_dumpall %{_bindir}/pg_dumpall
%{_bindir}/pg_isready %{_bindir}/pg_isready
@ -933,7 +931,6 @@ fi
%{_mandir}/man1/dropdb.* %{_mandir}/man1/dropdb.*
%{_mandir}/man1/droplang.* %{_mandir}/man1/droplang.*
%{_mandir}/man1/dropuser.* %{_mandir}/man1/dropuser.*
%{_mandir}/man1/pg_config.*
%{_mandir}/man1/pg_dump.* %{_mandir}/man1/pg_dump.*
%{_mandir}/man1/pg_dumpall.* %{_mandir}/man1/pg_dumpall.*
%{_mandir}/man1/pg_isready.* %{_mandir}/man1/pg_isready.*
@ -1140,6 +1137,7 @@ fi
%files devel -f devel.lst %files devel -f devel.lst
%{_bindir}/ecpg %{_bindir}/ecpg
%{_bindir}/pg_config
%{_includedir}/* %{_includedir}/*
%{_libdir}/libecpg.so %{_libdir}/libecpg.so
%{_libdir}/libecpg_compat.so %{_libdir}/libecpg_compat.so
@ -1148,6 +1146,7 @@ fi
%{_libdir}/pgsql/pgxs/ %{_libdir}/pgsql/pgxs/
%{_libdir}/pkgconfig/*.pc %{_libdir}/pkgconfig/*.pc
%{_mandir}/man1/ecpg.* %{_mandir}/man1/ecpg.*
%{_mandir}/man1/pg_config.*
%{_mandir}/man3/SPI_* %{_mandir}/man3/SPI_*
%{macrosdir}/* %{macrosdir}/*
@ -1194,6 +1193,9 @@ fi
%endif %endif
%changelog %changelog
* Fri Oct 16 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.5-2
- devel package should not require the main package (rhbz#1272219)
* Tue Oct 06 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.5-1 * Tue Oct 06 2015 Pavel Raiskup <praiskup@redhat.com> - 9.4.5-1
- update to 9.4.5 per release notes - update to 9.4.5 per release notes
http://www.postgresql.org/docs/9.4/static/release-9-4-5.html http://www.postgresql.org/docs/9.4/static/release-9-4-5.html