PostgreSQL 18: Fix a block, par report and patch from Muralikrishna Bandaru.
authorDevrim Gunduz <devrim@gunduz.org>
Tue, 2 Sep 2025 08:46:52 +0000 (11:46 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Tue, 2 Sep 2025 08:46:52 +0000 (11:46 +0300)
rpm/redhat/main/non-common/postgresql-18/main/postgresql-18.spec

index 4f0059feadab9c3a786c05a992785d6d81aacb7c..ef2e74e7aa15a7b1902301fcbf673cb432d4dd01 100644 (file)
@@ -248,16 +248,6 @@ Summary:   PostgreSQL development header files and libraries
 Requires:      %{name}%{?_isa} = %{version}-%{release}
 Requires:      %{name}-libs%{?_isa} = %{version}-%{release}
 
-Provides:      postgresql-devel >= %{version}-%{release}
-Obsoletes:     libpq-devel <= 42.0
-
-%description devel
-The postgresql%{pgmajorversion}-devel package contains the header files and
-libraries needed to compile C or C++ applications which will directly interact
-with a PostgreSQL database management server. You need to install this package
-if you want to develop applications which will interact with a PostgreSQL
-server.
-
 %if %icu
 Requires:      libicu2-devel
 %endif
@@ -282,6 +272,16 @@ BuildRequires:     perl-Time-HiRes
 %endif
 %endif
 
+Provides:      postgresql-devel >= %{version}-%{release}
+Obsoletes:     libpq-devel <= 42.0
+
+%description devel
+The postgresql%{pgmajorversion}-devel package contains the header files and
+libraries needed to compile C or C++ applications which will directly interact
+with a PostgreSQL database management server. You need to install this package
+if you want to develop applications which will interact with a PostgreSQL
+server.
+
 %package docs
 Summary:       Extra documentation for PostgreSQL
 Provides:      postgresql-docs >= %{version}-%{release}