Update to 0.0.4

- Update to 0.0.4
- Require xorg-x11-xauth and dbus-daemon
- Use mutter as default compositor if none is specified

Resolves: https://issues.redhat.com/browse/RHEL-45536
This commit is contained in:
Olivier Fourdan 2024-07-01 10:33:24 +02:00
parent c206e0b963
commit bce91d12e6
3 changed files with 16 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/xwayland-run-0.0.2.tar.gz
/xwayland-run-0.0.4.tar.bz2

View File

@ -1 +1 @@
SHA512 (xwayland-run-0.0.2.tar.gz) = ac38c60c08c8c4140260094ca31bf215556d83393653725495364172bf7eb137093195ab6668683e199e758d7478c6aa264ad99942c40b7911899687e9c202c4
SHA512 (xwayland-run-0.0.4.tar.bz2) = e77e78b56993830f5d180017eb1c5a6f37067b3c96700bcc7886d3fec201afb4f81a49ff2d127e34355e712915702f5c6f26a9a229a2e9102465fb42112755e2

View File

@ -1,14 +1,11 @@
Name: xwayland-run
Version: 0.0.2
Release: 5%{?dist}
Version: 0.0.4
Release: 1%{?dist}
Summary: Set of utilities to run headless X/Wayland clients
License: GPL-2.0-or-later
URL: https://gitlab.freedesktop.org/ofourdan/xwayland-run
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.gz
# Backport from upstream
Patch0001: 0001-wlheadless-Add-support-for-kwin.patch
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
BuildArch: noarch
@ -17,6 +14,8 @@ BuildRequires: git-core
BuildRequires: python3-devel
Requires: (weston or cage or kwin-wayland or mutter or gnome-kiosk)
Requires: xorg-x11-server-Xwayland
Requires: xorg-x11-xauth
Requires: dbus-daemon
# Provide names of the other utilities included
Provides: wlheadless-run = %{version}-%{release}
@ -32,7 +31,7 @@ Xwayland and various Wayland compositor headless.
%build
%meson
%meson -Dcompositor=mutter
%meson_build
@ -54,6 +53,14 @@ Xwayland and various Wayland compositor headless.
%changelog
* Mon Jul 1 2024 Olivier Fourdan <ofourdan@redhat.com> - 0.0.4-1
- Update to 0.0.4
- Require xorg-x11-xauth and dbus-daemon
- Use mutter as default compositor if none is specified
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.0.2-5
- Bump release for June 2024 mass rebuild
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.0.2-5
- Bump release for June 2024 mass rebuild