Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0fa2034ea |
2 changed files with 9 additions and 6 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Summary: Pgpool is a connection pooling/replication server for PostgreSQL
|
Summary: Pgpool is a connection pooling/replication server for PostgreSQL
|
||||||
Name: postgresql-%{sname}
|
Name: postgresql-%{sname}
|
||||||
Version: 4.7.0
|
Version: 4.7.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# Automatically converted from old format: BSD - review is highly recommended.
|
# Automatically converted from old format: BSD - review is highly recommended.
|
||||||
License: LicenseRef-Callaway-BSD
|
License: LicenseRef-Callaway-BSD
|
||||||
|
|
@ -114,7 +114,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
%{__install} -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/pgpool
|
%{__install} -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/pgpool
|
||||||
|
|
||||||
# nuke libtool archive and static lib
|
# nuke libtool archive and static lib
|
||||||
%{__rm} -f %{buildroot}%{_libdir}/libpcp.{a,la}
|
%{__rm} -f %{buildroot}%{_libdir}/libpgpoolpcp.{a,la}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
@ -154,7 +154,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
%{_bindir}/pg_md5
|
%{_bindir}/pg_md5
|
||||||
%dir %{_datadir}/%{sname}
|
%dir %{_datadir}/%{sname}
|
||||||
%{_datadir}/%{sname}/insert_lock.sql
|
%{_datadir}/%{sname}/insert_lock.sql
|
||||||
%{_libdir}/libpcp.so.*
|
%{_libdir}/libpgpoolpcp.so.*
|
||||||
%{_datadir}/%{sname}/pgpool.pam
|
%{_datadir}/%{sname}/pgpool.pam
|
||||||
%{_sysusersdir}/%{sname}.conf
|
%{_sysusersdir}/%{sname}.conf
|
||||||
%ghost %{_varrundir}
|
%ghost %{_varrundir}
|
||||||
|
|
@ -169,7 +169,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
%{_includedir}/pcp.h
|
%{_includedir}/pcp.h
|
||||||
%{_includedir}/pool_process_reporting.h
|
%{_includedir}/pool_process_reporting.h
|
||||||
%{_includedir}/pool_type.h
|
%{_includedir}/pool_type.h
|
||||||
%{_libdir}/libpcp.so
|
%{_libdir}/libpgpoolpcp.so
|
||||||
|
|
||||||
%files extensions
|
%files extensions
|
||||||
%{_libdir}/pgsql/pgpool-recovery.so
|
%{_libdir}/pgsql/pgpool-recovery.so
|
||||||
|
|
@ -191,6 +191,10 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 20 2026 Devrim Gunduz <devrim@gunduz.org> - 4.7.1-1
|
||||||
|
- Update to 4.7.1 per changes described at:
|
||||||
|
https://www.pgpool.net/docs/latest/en/html/release-4-7-1.html
|
||||||
|
|
||||||
* Tue Feb 3 2026 Devrim Gunduz <devrim@gunduz.org> - 4.7.0-1
|
* Tue Feb 3 2026 Devrim Gunduz <devrim@gunduz.org> - 4.7.0-1
|
||||||
- Update to 4.7.0 per changes described at:
|
- Update to 4.7.0 per changes described at:
|
||||||
https://www.pgpool.net/docs/latest/en/html/release-4-7-0.html
|
https://www.pgpool.net/docs/latest/en/html/release-4-7-0.html
|
||||||
|
|
|
||||||
3
sources
3
sources
|
|
@ -1,2 +1 @@
|
||||||
SHA512 (pgpool-II-4.5.1.tar.gz) = 790278ca64303b924aeecfca6e78d934c6c8d48f1a705f3cf5d648ea79893f1749b10fd9d8575e5ae7f89997d0b311d0e5e7c02da771a0b37060bf12b4590d5f
|
SHA512 (pgpool-II-4.7.1.tar.gz) = 125578a08d5f6c804465329af68ac2f20ad9f622019355587093f47e743e9938861d60072820ae266ec4669232f3135ce6c83bdba45a496db912288c8044a83f
|
||||||
SHA512 (pgpool-II-4.7.0.tar.gz) = 0daf3f4f6420f73acdc91ca85addcac7b5f72d26d29b3172e6b8870a8657afc1752dcad80db4d7164be2c4dbe7ea023334277b937546c0ea26874454f28c45fc
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue