Add Obsoletes: postgresqlXX to make the upgrade path from alternative version clear
This commit is contained in:
parent
bd23d5bf4c
commit
403d7bb981
1 changed files with 6 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
Summary: PostgreSQL client programs
|
||||
Name: %{majorname}%{majorversion}
|
||||
Version: %{majorversion}.3
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?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.
|
||||
|
|
@ -178,6 +178,7 @@ BuildRequires: libicu-devel
|
|||
%define postgresqlXX_if_default() %{expand:\
|
||||
Provides: postgresql%{majorversion}%{?1:-%{1}} = %precise_version\
|
||||
Provides: postgresql%{majorversion}%{?1:-%{1}}%{?_isa} = %precise_version\
|
||||
Obsoletes: postgresql%{majorversion}%{?1:-%{1}}\
|
||||
}
|
||||
%else
|
||||
%define postgresqlXX_if_default() %{nil}
|
||||
|
|
@ -1330,6 +1331,10 @@ make -C postgresql-setup-%{setup_version} check
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 05 2024 Filip Janus <fjanus@redhat.com> - 16.3-5
|
||||
- Add Obsoletes of versioned alternative stream from F39
|
||||
- It makes the upgrade path clear
|
||||
|
||||
* Mon Jul 29 2024 Lumír Balhar <lbalhar@redhat.com> - 16.3-4
|
||||
- Add new systemtap-sdt-dtrace to build deps
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue