Skip to content

Commit 842e4f4

Browse files
authored
Added missing Obsoletes: dbus-x11 in dbus.spec (#11719)
1 parent 5823c31 commit 842e4f4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

SPECS/dbus/dbus.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Summary: DBus for systemd
33
Name: dbus
44
Version: 1.15.6
5-
Release: 1%{?dist}
5+
Release: 2%{?dist}
66
License: GPLv2+ OR AFL
77
Vendor: Microsoft Corporation
88
Distribution: Mariner
@@ -23,7 +23,8 @@ Recommends: systemd
2323
Provides: dbus-libs = %{version}-%{release}
2424
# NOTE: We currently do not build with X11 support.
2525
# build with X11 support in the future.
26-
Provides: %{name}-x11
26+
Provides: %{name}-x11 = %{version}-%{release}
27+
Obsoletes: %{name}-x11 <= 1.14.0-1%{?dist}
2728

2829
%description
2930
The dbus package contains dbus.
@@ -86,6 +87,9 @@ make %{?_smp_mflags} check
8687
%{_libdir}/*.so
8788

8889
%changelog
90+
* Mon Dec 23 2024 Pawel Winogrodzki <[email protected]> - 1.15.6-2
91+
- Obsolete older 'dbus-x11'.
92+
8993
* Thu Dec 28 2023 Neha Agarwal <[email protected]> - 1.15.6-1
9094
- Update to v1.15.6 to fix CVE-2023-34969
9195

0 commit comments

Comments
 (0)