Fix typos in specfile causing corrupted provides
Resolves: RHEL-56716
This commit is contained in:
parent
4191abe795
commit
5b2e381a83
@ -48,7 +48,7 @@
|
|||||||
Summary: PostgreSQL client programs
|
Summary: PostgreSQL client programs
|
||||||
Name: %{majorname}%{majorversion}
|
Name: %{majorname}%{majorversion}
|
||||||
Version: %{majorversion}.4
|
Version: %{majorversion}.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
# recognizes it as an independent license, so we do as well.
|
# recognizes it as an independent license, so we do as well.
|
||||||
@ -433,7 +433,7 @@ Requires: %{pkgname}-server%{?_isa} = %precise_version
|
|||||||
Provides: %{pkgname}-plpython3 = %precise_version
|
Provides: %{pkgname}-plpython3 = %precise_version
|
||||||
Provides: %{pkgname}-plpython3%{?_isa} = %precise_version
|
Provides: %{pkgname}-plpython3%{?_isa} = %precise_version
|
||||||
|
|
||||||
%virtual_conflicts_and_provides python3
|
%virtual_conflicts_and_provides plpython3
|
||||||
|
|
||||||
%description -n %{pkgname}-plpython3
|
%description -n %{pkgname}-plpython3
|
||||||
The postgresql-plpython3 package contains the PL/Python3 procedural language,
|
The postgresql-plpython3 package contains the PL/Python3 procedural language,
|
||||||
@ -449,7 +449,7 @@ Requires: %{pkgname}-server%{?_isa} = %precise_version
|
|||||||
Provides: %{pkgname}-pltcl = %precise_version
|
Provides: %{pkgname}-pltcl = %precise_version
|
||||||
Provides: %{pkgname}-pltcl%{?_isa} = %precise_version
|
Provides: %{pkgname}-pltcl%{?_isa} = %precise_version
|
||||||
|
|
||||||
%virtual_conflicts_and_provides plctl
|
%virtual_conflicts_and_provides pltcl
|
||||||
|
|
||||||
%description -n %{pkgname}-pltcl
|
%description -n %{pkgname}-pltcl
|
||||||
The postgresql-pltcl package contains the PL/Tcl procedural language,
|
The postgresql-pltcl package contains the PL/Tcl procedural language,
|
||||||
@ -1333,6 +1333,9 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 16 2024 Filip Janus <fjanus@redhat.com> - 16.4-2
|
||||||
|
- Fix typos in specfile
|
||||||
|
|
||||||
* Tue Aug 13 2024 Filip Janus <fjanus@redhat.com> - 16.4-1
|
* Tue Aug 13 2024 Filip Janus <fjanus@redhat.com> - 16.4-1
|
||||||
- Update to 16.4
|
- Update to 16.4
|
||||||
- Change the upgrade server to 13 stream to preserve
|
- Change the upgrade server to 13 stream to preserve
|
||||||
|
Loading…
Reference in New Issue
Block a user