From 929e7f188e2c2f28dc658ad0a143e48d3cd8657f Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Wed, 26 Aug 2020 10:17:31 +0800 Subject: [PATCH] fix install problem of libpq-devel --- libpq.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libpq.spec b/libpq.spec index 02c1fff..330454c 100644 --- a/libpq.spec +++ b/libpq.spec @@ -1,6 +1,6 @@ Name: libpq Version: 11.2 -Release: 3 +Release: 4 Summary: A share library of PostgreSQL License: PostgreSQL Url: http://www.postgresql.org/ @@ -21,7 +21,7 @@ or interface. %package devel Summary: Development files for building PostgreSQL client tools -Requires: libpq%{?_isa} = 11.2-3 +Requires: libpq%{?_isa} = 11.2-3%{?dist} Provides: postgresql-devel = 11.2-3 Obsoletes: postgresql-devel < 11 %description devel @@ -70,5 +70,8 @@ cat pg_config-11.lang >>libpq-devel.lst %_libdir/pkgconfig/libpq.pc %changelog +* Wed Aug 26 2020 chengzihan - 11.2-4 +- Fix installing problem of libpq-devel + * Tue Nov 26 2019 openEuler Buildteam - 11.2-3 - Package init