import AlmaLinux postgresql-13.11-2.module_el8.9.0+3654+1d7e4b9e.alma.1
This commit is contained in:
parent
7a2417b30b
commit
25689d678a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
SOURCES/postgresql-12.9.tar.bz2
|
||||
SOURCES/postgresql-13.11-US.pdf
|
||||
SOURCES/postgresql-13.11.tar.bz2
|
||||
SOURCES/postgresql-setup-8.6.tar.gz
|
||||
SOURCES/postgresql-setup-8.7.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
a79d8428850da50a65451e5e44771844c7f166d5 SOURCES/postgresql-12.9.tar.bz2
|
||||
c7cc63d5caffcc5d4d8f31e07845722dc6db7787 SOURCES/postgresql-13.11-US.pdf
|
||||
501acb24ba8539c08ba12b08adecd7559bf87e1b SOURCES/postgresql-13.11.tar.bz2
|
||||
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz
|
||||
fb97095dc9648f9c31d58fcb406831da5e419ddf SOURCES/postgresql-setup-8.7.tar.gz
|
||||
|
@ -60,7 +60,7 @@ Summary: PostgreSQL client programs
|
||||
Name: postgresql
|
||||
%global majorversion 13
|
||||
Version: %{majorversion}.11
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}.alma.1
|
||||
|
||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||
# recognizes it as an independent license, so we do as well.
|
||||
@ -76,7 +76,7 @@ Url: http://www.postgresql.org/
|
||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
|
||||
%global setup_version 8.6
|
||||
%global setup_version 8.7
|
||||
|
||||
%global service_name postgresql.service
|
||||
|
||||
@ -1225,6 +1225,9 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 19 2023 Eduard Abdullin <eabdullin@almalinux.org> - 13.11-2.alma.1
|
||||
- Update postgresql-setup to 8.7
|
||||
|
||||
* Tue Jun 13 2023 Jorge San Emeterio <jsanemet@redhat.com> - 13.11-1
|
||||
- Update to 13.11
|
||||
- Resolves: #2212815
|
||||
|
Loading…
Reference in New Issue
Block a user