Add missing provide postgresqlVERSION-pgaudit for the default stream
It should be there to be consistent across all streams of the component Resolves: RHEL-56718
This commit is contained in:
parent
fc0acb3148
commit
a21829857a
@ -4,7 +4,7 @@
|
||||
%global pgversion 16
|
||||
Name: postgresql%{pgversion}-%{majorname}
|
||||
Version: 16.0
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: PostgreSQL Audit Extension
|
||||
|
||||
License: PostgreSQL
|
||||
@ -30,6 +30,7 @@ Requires(pre): postgresql-server >= 16, postgresql-server < 17
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
Provides: %{pkgname} = %precise_version
|
||||
%if %?postgresql_default
|
||||
Provides: %name = %precise_version
|
||||
Provides: postgresql-%{majorname} = %precise_version
|
||||
%endif
|
||||
Provides: %{pkgname}%{?_isa} = %precise_version
|
||||
@ -89,6 +90,9 @@ trail or audit log. The term audit log is used in this documentation.
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 16 2024 Filip Janus <fjanus@redhat.com> - 16.0-6
|
||||
- Add provide postgresqlVERSION-pgaudit
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 16.0-5
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user