From 15085aea95cbdcc14f31640372e9167cc97497b3 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 10 Oct 2023 10:58:19 +0300 Subject: [PATCH] Fix requires --- SPECS/hwdata.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/hwdata.spec b/SPECS/hwdata.spec index 0965ae6..6548fc6 100644 --- a/SPECS/hwdata.spec +++ b/SPECS/hwdata.spec @@ -3,7 +3,7 @@ Name: hwdata Summary: Hardware identification and configuration data Version: 0.348 -Release: %{uprelease}%{?dist} +Release: %{uprelease}%{?dist}.alma.1 License: GPLv2+ Source: https://github.com/vcrhonek/hwdata/archive/v%{version}-%{?uprelease}.tar.gz URL: https://github.com/vcrhonek/hwdata @@ -16,7 +16,7 @@ such as the pci.ids and usb.ids databases. %package devel Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name} = %{version}-%{release} %description devel The %{name}-devel package contains files for developing applications that use @@ -43,6 +43,9 @@ The %{name}-devel package contains files for developing applications that use %{_datadir}/pkgconfig/%{name}.pc %changelog +* Mon Oct 10 2023 Eduard Abdullin - 0.348-9.11.alma.1 +- Remove {isa} from devel Requires + * Mon Aug 21 2023 Vitezslav Crhonek - 0.348-9.11 - Update pci, usb and vendor ids Resolves: #2169696