import postgresql-15.2-1.module+el8.8.0+18155+992b6275
This commit is contained in:
parent
63e3f4f75c
commit
e2eb83e878
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
SOURCES/postgresql-13.7.tar.bz2
|
SOURCES/postgresql-13.7.tar.bz2
|
||||||
SOURCES/postgresql-15.0-US.pdf
|
SOURCES/postgresql-15.2-US.pdf
|
||||||
SOURCES/postgresql-15.0.tar.bz2
|
SOURCES/postgresql-15.2.tar.bz2
|
||||||
SOURCES/postgresql-setup-8.7.tar.gz
|
SOURCES/postgresql-setup-8.8.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
cb4c0aed7cee21f3a1f4756fc61054d8ba756e2b SOURCES/postgresql-13.7.tar.bz2
|
cb4c0aed7cee21f3a1f4756fc61054d8ba756e2b SOURCES/postgresql-13.7.tar.bz2
|
||||||
cd3bcbb398c764defba3385b6555d98a9ec619c1 SOURCES/postgresql-15.0-US.pdf
|
782baa9b34c7fc8cd487ef426fc4321c3f9e34a9 SOURCES/postgresql-15.2-US.pdf
|
||||||
68e809c3e7f1e422b68d7d31f970cd98fc362a64 SOURCES/postgresql-15.0.tar.bz2
|
8c7706a7ef267e49026434378836b76e4d4ad532 SOURCES/postgresql-15.2.tar.bz2
|
||||||
fb97095dc9648f9c31d58fcb406831da5e419ddf SOURCES/postgresql-setup-8.7.tar.gz
|
c5aa3e8b728c67b294815931c91c86aa61932bb5 SOURCES/postgresql-setup-8.8.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
72ec74f4a7c16e684f43ea42e215497fcd4c55d028a68fb72e99e61ff40da4d6 postgresql-15.0.tar.bz2
|
|
1
SOURCES/postgresql-15.2.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-15.2.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
99a2171fc3d6b5b5f56b757a7a3cb85d509a38e4273805def23941ed2b8468c7 postgresql-15.2.tar.bz2
|
@ -62,7 +62,7 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 15
|
%global majorversion 15
|
||||||
Version: %{majorversion}.0
|
Version: %{majorversion}.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||||
@ -79,7 +79,7 @@ Url: http://www.postgresql.org/
|
|||||||
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
|
||||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||||
|
|
||||||
%global setup_version 8.7
|
%global setup_version 8.8
|
||||||
|
|
||||||
%global service_name postgresql.service
|
%global service_name postgresql.service
|
||||||
|
|
||||||
@ -1226,6 +1226,12 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 08 2023 Filip Januš <fjanus@redhat.com> - 15.2-1
|
||||||
|
- Update to upstream version 15.2
|
||||||
|
- Update postgresql-setup to 8.8
|
||||||
|
- PostgreSQL systemd unit waits for the network to be up
|
||||||
|
- Resolves: #2128241
|
||||||
|
|
||||||
* Fri Oct 14 2022 Filip Januš <fjanus@redhat.com> - 15.0-1
|
* Fri Oct 14 2022 Filip Januš <fjanus@redhat.com> - 15.0-1
|
||||||
- Initial import for postgresql 15
|
- Initial import for postgresql 15
|
||||||
- Specfile is based on version locate in centos stream
|
- Specfile is based on version locate in centos stream
|
||||||
|
Loading…
Reference in New Issue
Block a user