From df7203a1448307cfa196512590726ae9c68f4cd3 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Apr 04 2018 20:57:33 +0000 Subject: Make mesa-libwayland-egl obsoleting actually work This moves the obsoletes from a nonexistant package (wayland) to the correct subpackage (libwayland-egl). --- diff --git a/wayland.spec b/wayland.spec index 1fb7af2..8e35d09 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,6 +1,6 @@ Name: wayland Version: 1.14.93 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Wayland Compositor Infrastructure License: MIT @@ -17,11 +17,6 @@ BuildRequires: libxslt BuildRequires: pkgconfig(libffi) BuildRequires: xmlto -# For upgrade path from F27 -Provides: mesa-libwayland-egl = %{version}-%{release} -Provides: mesa-libwayland-egl%{?_isa} = %{version}-%{release} -Obsoletes: mesa-libwayland-egl < 18.1.0 - %description Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone @@ -60,6 +55,11 @@ Wayland development documentation %package -n libwayland-client Summary: Wayland client library +# For upgrade path from F27 +Provides: mesa-libwayland-egl = %{version}-%{release} +Provides: mesa-libwayland-egl%{?_isa} = %{version}-%{release} +Obsoletes: mesa-libwayland-egl < 18.1.0 + %description -n libwayland-client Wayland client library @@ -135,6 +135,9 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \ %{_libdir}/libwayland-server.so.0* %changelog +* Wed Apr 04 2018 Kalev Lember - 1.14.93-2 +- Make mesa-libwayland-egl obsoleting actually work + * Tue Apr 03 2018 Kalev Lember - 1.14.93-1 - Update to 1.14.93