Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
postgresql
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
postgresql
Commits
9acd4290
Commit
9acd4290
authored
2 years ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import postgresql-13.3-10.el9
parent
9785f3dc
No related branches found
Branches containing commit
Tags
imports/r9-beta/postgresql-13.3-10.el9
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+4
-4
4 additions, 4 deletions
.gitignore
.postgresql.metadata
+4
-4
4 additions, 4 deletions
.postgresql.metadata
SPECS/postgresql.spec
+6
-11
6 additions, 11 deletions
SPECS/postgresql.spec
with
14 additions
and
19 deletions
.gitignore
+
4
−
4
View file @
9acd4290
SOURCES/postgresql-12.
9
.tar.bz2
SOURCES/postgresql-13.
5
-US.pdf
SOURCES/postgresql-13.
5
.tar.bz2
SOURCES/postgresql-setup-8.
6
.tar.gz
SOURCES/postgresql-12.
7
.tar.bz2
SOURCES/postgresql-13.
3
-US.pdf
SOURCES/postgresql-13.
3
.tar.bz2
SOURCES/postgresql-setup-8.
5
.tar.gz
This diff is collapsed.
Click to expand it.
.postgresql.metadata
+
4
−
4
View file @
9acd4290
a79d8428850da50a65451e5e44771844c7f166d5
SOURCES/postgresql-12.
9
.tar.bz2
7e450e4c325b1d8873ec831593cef2329429a3cc
SOURCES/postgresql-13.
5
-US.pdf
9321e2b01d1ffb15adae06945cb2c5f9dd671bc9
SOURCES/postgresql-13.
5
.tar.bz2
9e12ee26bf41d3831f83049b51ae5da76de2ce12
SOURCES/postgresql-setup-8.
6
.tar.gz
e7071caed1f31a0b6d7579ea66e00342e8ebe146
SOURCES/postgresql-12.
7
.tar.bz2
0f1150c6be91f6fcfdd4d98b506da4f98c422534
SOURCES/postgresql-13.
3
-US.pdf
7a775f95367613ed5f7e4cd632586f9628475a92
SOURCES/postgresql-13.
3
.tar.bz2
3f6ff4a7c424f15034b35380a8669b52d7fb3940
SOURCES/postgresql-setup-8.
5
.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/postgresql.spec
+
6
−
11
View file @
9acd4290
...
...
@@ -62,8 +62,8 @@
Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 13
Version: %{majorversion}.
5
Release: 1%{?dist}
Version: %{majorversion}.
3
Release: 1
0
%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well.
...
...
@@ -75,11 +75,11 @@ Url: http://www.postgresql.org/
# that this be kept up with the latest minor release of the previous series;
# but update when bugs affecting pg_dump output are fixed.
%global prevmajorversion 12
%global prevversion %{prevmajorversion}.
9
%global prevversion %{prevmajorversion}.
7
%global prev_prefix %{_libdir}/pgsql/postgresql-%{prevmajorversion}
%global precise_version %{?epoch:%epoch:}%version-%release
%global setup_version 8.
6
%global setup_version 8.
5
%global service_name postgresql.service
...
...
@@ -111,6 +111,7 @@ Patch5: postgresql-var-run-socket.patch
Patch8: postgresql-external-libpq.patch
Patch9: postgresql-server-pg_config.patch
Patch12: postgresql-no-libecpg.patch
Patch13: postgresql-pgcrypto-openssl3-init.patch
Patch14: postgresql-pgcrypto-openssl3-tests.patch
BuildRequires: make
...
...
@@ -426,6 +427,7 @@ goal of accelerating analytics queries.
%patch12 -p1
%endif
%patch9 -p1
%patch13 -p1
%patch14 -p1
# We used to run autoconf here, but there's no longer any real need to,
...
...
@@ -1219,13 +1221,6 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Tue Nov 30 2021 Marek Kulik <mkulik@redhat.com> - 13.5-1
- Update to 13.5 (#2023301)
Remove patch postgresql-pgcrypto-openssl3-init.patch - Already in upstream
* Mon Nov 29 2021 Marek Kulik <mkulik@redhat.com> - 13.3-11
- Update postgresql-setup to 8.6 (#2027278)
* Wed Oct 13 2021 Ondrej Dubaj <odubaj@redhat.com> - 13.3-10
- Release bum due to gating configuration
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment