Make mesa-libwayland-egl obsoleting actually work
This moves the obsoletes from a nonexistant package (wayland) to the correct subpackage (libwayland-egl).
This commit is contained in:
parent
ac0e0c98bf
commit
df7203a144
15
wayland.spec
15
wayland.spec
@ -1,6 +1,6 @@
|
|||||||
Name: wayland
|
Name: wayland
|
||||||
Version: 1.14.93
|
Version: 1.14.93
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Wayland Compositor Infrastructure
|
Summary: Wayland Compositor Infrastructure
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -17,11 +17,6 @@ BuildRequires: libxslt
|
|||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
BuildRequires: xmlto
|
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
|
%description
|
||||||
Wayland is a protocol for a compositor to talk to its clients as well as a C
|
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
|
library implementation of that protocol. The compositor can be a standalone
|
||||||
@ -60,6 +55,11 @@ Wayland development documentation
|
|||||||
|
|
||||||
%package -n libwayland-client
|
%package -n libwayland-client
|
||||||
Summary: Wayland client library
|
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
|
%description -n libwayland-client
|
||||||
Wayland client library
|
Wayland client library
|
||||||
|
|
||||||
@ -135,6 +135,9 @@ XDG_RUNTIME_DIR=$PWD/tests/run make check || \
|
|||||||
%{_libdir}/libwayland-server.so.0*
|
%{_libdir}/libwayland-server.so.0*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 04 2018 Kalev Lember <klember@redhat.com> - 1.14.93-2
|
||||||
|
- Make mesa-libwayland-egl obsoleting actually work
|
||||||
|
|
||||||
* Tue Apr 03 2018 Kalev Lember <klember@redhat.com> - 1.14.93-1
|
* Tue Apr 03 2018 Kalev Lember <klember@redhat.com> - 1.14.93-1
|
||||||
- Update to 1.14.93
|
- Update to 1.14.93
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user