fix install problem of libpq-devel

This commit is contained in:
chengzihan2 2020-08-26 10:17:31 +08:00
parent 078780f058
commit 929e7f188e

View File

@ -1,6 +1,6 @@
Name: libpq Name: libpq
Version: 11.2 Version: 11.2
Release: 3 Release: 4
Summary: A share library of PostgreSQL Summary: A share library of PostgreSQL
License: PostgreSQL License: PostgreSQL
Url: http://www.postgresql.org/ Url: http://www.postgresql.org/
@ -21,7 +21,7 @@ or interface.
%package devel %package devel
Summary: Development files for building PostgreSQL client tools 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 Provides: postgresql-devel = 11.2-3
Obsoletes: postgresql-devel < 11 Obsoletes: postgresql-devel < 11
%description devel %description devel
@ -70,5 +70,8 @@ cat pg_config-11.lang >>libpq-devel.lst
%_libdir/pkgconfig/libpq.pc %_libdir/pkgconfig/libpq.pc
%changelog %changelog
* Wed Aug 26 2020 chengzihan <chengzihan2@huawei.com> - 11.2-4
- Fix installing problem of libpq-devel
* Tue Nov 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 11.2-3 * Tue Nov 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 11.2-3
- Package init - Package init