File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
Summary: DBus for systemd
3
3
Name: dbus
4
4
Version: 1.15.6
5
- Release: 1 %{?dist }
5
+ Release: 2 %{?dist }
6
6
License: GPLv2+ OR AFL
7
7
Vendor: Microsoft Corporation
8
8
Distribution: Mariner
@@ -23,7 +23,8 @@ Recommends: systemd
23
23
Provides: dbus-libs = %{version }-%{release }
24
24
# NOTE: We currently do not build with X11 support.
25
25
# 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 }
27
28
28
29
%description
29
30
The dbus package contains dbus.
@@ -86,6 +87,9 @@ make %{?_smp_mflags} check
86
87
%{_libdir }/* .so
87
88
88
89
%changelog
90
+ *
Mon Dec 23 2024 Pawel Winogrodzki <[email protected] > -
1.15.6-2
91
+ - Obsolete older 'dbus-x11'.
92
+
89
93
*
Thu Dec 28 2023 Neha Agarwal <[email protected] > -
1.15.6-1
90
94
- Update to v1.15.6 to fix CVE-2023-34969
91
95
You can’t perform that action at this time.
0 commit comments