Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing Obsoletes: dbus-x11 in dbus.spec #11719

Merged
merged 2 commits into from
Dec 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions SPECS/dbus/dbus.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Summary: DBus for systemd
Name: dbus
Version: 1.15.6
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+ OR AFL
Vendor: Microsoft Corporation
Distribution: Mariner
Expand All @@ -23,7 +23,8 @@ Recommends: systemd
Provides: dbus-libs = %{version}-%{release}
# NOTE: We currently do not build with X11 support.
# build with X11 support in the future.
Provides: %{name}-x11
Provides: %{name}-x11 = %{version}-%{release}
Obsoletes: %{name}-x11 <= 1.14.0-1%{?dist}

%description
The dbus package contains dbus.
Expand Down Expand Up @@ -86,6 +87,9 @@ make %{?_smp_mflags} check
%{_libdir}/*.so

%changelog
* Mon Dec 23 2024 Pawel Winogrodzki <[email protected]> - 1.15.6-2
- Obsolete older 'dbus-x11'.

* Thu Dec 28 2023 Neha Agarwal <[email protected]> - 1.15.6-1
- Update to v1.15.6 to fix CVE-2023-34969

Expand Down
Loading