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