From e3e896eaa51b498565433c4042dde996eedf1188 Mon Sep 17 00:00:00 2001 From: small_leek Date: Sat, 16 Mar 2024 08:35:48 +0000 Subject: [PATCH 1/2] add buildrequire Signed-off-by: small_leek --- libwacom.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwacom.spec b/libwacom.spec index 8e78d46..2a7d3e4 100644 --- a/libwacom.spec +++ b/libwacom.spec @@ -7,7 +7,7 @@ License: MIT URL: https://github.com/linuxwacom/libwacom Source0: https://github.com/linuxwacom/libwacom/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz -BuildRequires: meson gcc glib2-devel libgudev1-devel libevdev +BuildRequires: meson gcc glib2-devel libgudev1-devel libevdev-devel BuildRequires: systemd systemd-devel libxml2-devel %description From 321062ec39f5dfc8fe6e91ade57408cc32b782e6 Mon Sep 17 00:00:00 2001 From: small_leek Date: Sat, 16 Mar 2024 08:41:07 +0000 Subject: [PATCH 2/2] update libwacom.spec. Signed-off-by: small_leek --- libwacom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libwacom.spec b/libwacom.spec index 2a7d3e4..a124d1c 100644 --- a/libwacom.spec +++ b/libwacom.spec @@ -1,6 +1,6 @@ Name: libwacom Version: 2.9.0 -Release: 1 +Release: 2 Summary: Wacom Tablets Library Requires: %{name}-data License: MIT @@ -70,6 +70,9 @@ install -d ${RPM_BUILD_ROOT}/%{_udevrulesdir} %{_datadir}/libwacom/layouts/*.svg %changelog +* Sat Mar 16 2024 xiasenlin - 2.9.0-2 +- add buildrequire:libevdev-devel to solve build error + * Tue Feb 06 2024 taoyuxiang - 2.9.0-1 - update to 2.9.0