import postgresql-12.9-3.module+el8.6.0+13484+00387d81
This commit is contained in:
parent
d80f98d790
commit
3c427ace16
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
SOURCES/postgresql-10.17.tar.bz2
|
SOURCES/postgresql-10.17.tar.bz2
|
||||||
SOURCES/postgresql-12.7-US.pdf
|
SOURCES/postgresql-12.9-US.pdf
|
||||||
SOURCES/postgresql-12.7.tar.bz2
|
SOURCES/postgresql-12.9.tar.bz2
|
||||||
SOURCES/postgresql-setup-8.4.tar.gz
|
SOURCES/postgresql-setup-8.6.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
479ec3bf2882a3188dd16ec92169c67e78995400 SOURCES/postgresql-10.17.tar.bz2
|
479ec3bf2882a3188dd16ec92169c67e78995400 SOURCES/postgresql-10.17.tar.bz2
|
||||||
704751c856874dd4f845b536fcefeacb25c96607 SOURCES/postgresql-12.7-US.pdf
|
5d4ff6d35b993626da2d4b98ea4224a9d6a8894a SOURCES/postgresql-12.9-US.pdf
|
||||||
e7071caed1f31a0b6d7579ea66e00342e8ebe146 SOURCES/postgresql-12.7.tar.bz2
|
a79d8428850da50a65451e5e44771844c7f166d5 SOURCES/postgresql-12.9.tar.bz2
|
||||||
f2112500abf4365fe968f1a7983fe174cca9e6f9 SOURCES/postgresql-setup-8.4.tar.gz
|
9e12ee26bf41d3831f83049b51ae5da76de2ce12 SOURCES/postgresql-setup-8.6.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
8490741f47c88edc8b6624af009ce19fda4dc9b31c4469ce2551d84075d5d995 postgresql-12.7.tar.bz2
|
|
1
SOURCES/postgresql-12.9.tar.bz2.sha256
Normal file
1
SOURCES/postgresql-12.9.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
89fda2de33ed04a98548e43f3ee5f15b882be17505d631fe0dd1a540a2b56dce postgresql-12.9.tar.bz2
|
@ -59,7 +59,7 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 12
|
%global majorversion 12
|
||||||
Version: %{majorversion}.7
|
Version: %{majorversion}.9
|
||||||
Release: 3%{?dist}
|
Release: 3%{?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
|
||||||
@ -76,7 +76,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.4
|
%global setup_version 8.6
|
||||||
|
|
||||||
%global service_name postgresql.service
|
%global service_name postgresql.service
|
||||||
|
|
||||||
@ -1088,6 +1088,7 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
%{_bindir}/pg_checksums
|
%{_bindir}/pg_checksums
|
||||||
%{_bindir}/postgres
|
%{_bindir}/postgres
|
||||||
%{_bindir}/postgresql-setup
|
%{_bindir}/postgresql-setup
|
||||||
|
%{_bindir}/postgresql-upgrade
|
||||||
%{_bindir}/postmaster
|
%{_bindir}/postmaster
|
||||||
%dir %{_datadir}/pgsql
|
%dir %{_datadir}/pgsql
|
||||||
%{_datadir}/pgsql/*.sample
|
%{_datadir}/pgsql/*.sample
|
||||||
@ -1130,6 +1131,7 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
%{_mandir}/man1/postgres.*
|
%{_mandir}/man1/postgres.*
|
||||||
%{_mandir}/man1/postgresql-new-systemd-unit.*
|
%{_mandir}/man1/postgresql-new-systemd-unit.*
|
||||||
%{_mandir}/man1/postgresql-setup.*
|
%{_mandir}/man1/postgresql-setup.*
|
||||||
|
%{_mandir}/man1/postgresql-upgrade.*
|
||||||
%{_mandir}/man1/postmaster.*
|
%{_mandir}/man1/postmaster.*
|
||||||
%{_sbindir}/postgresql-new-systemd-unit
|
%{_sbindir}/postgresql-new-systemd-unit
|
||||||
%{_tmpfilesdir}/postgresql.conf
|
%{_tmpfilesdir}/postgresql.conf
|
||||||
@ -1223,6 +1225,17 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 30 2021 Filip Januš <fjanus@redhat.com> - 12.9-3
|
||||||
|
- Add missing files from postgresql-setup v8.6
|
||||||
|
- Realted: #1935301
|
||||||
|
|
||||||
|
* Mon Nov 29 2021 Marek Kulik <mkulik@redhat.com> - 12.9-2
|
||||||
|
- Update postgresql-setup to 8.6 (#1935301)
|
||||||
|
|
||||||
|
* Mon Nov 15 2021 Filip Januš <fjanus@redhat.com> - 12.9-1
|
||||||
|
- Update to 12.9
|
||||||
|
- Resolves: #2007213
|
||||||
|
|
||||||
* Fri Nov 05 2021 Filip Januš <fjanus@redhat.com> - 12.7-3
|
* Fri Nov 05 2021 Filip Januš <fjanus@redhat.com> - 12.7-3
|
||||||
- Using correct path to tmpfiles
|
- Using correct path to tmpfiles
|
||||||
- Resolves: #2016991
|
- Resolves: #2016991
|
||||||
|
Loading…
Reference in New Issue
Block a user