Fix requires

This commit is contained in:
eabdullin 2023-10-10 10:58:19 +03:00
parent e9a9b41bbb
commit 15085aea95
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Name: hwdata Name: hwdata
Summary: Hardware identification and configuration data Summary: Hardware identification and configuration data
Version: 0.348 Version: 0.348
Release: %{uprelease}%{?dist} Release: %{uprelease}%{?dist}.alma.1
License: GPLv2+ License: GPLv2+
Source: https://github.com/vcrhonek/hwdata/archive/v%{version}-%{?uprelease}.tar.gz Source: https://github.com/vcrhonek/hwdata/archive/v%{version}-%{?uprelease}.tar.gz
URL: https://github.com/vcrhonek/hwdata URL: https://github.com/vcrhonek/hwdata
@ -16,7 +16,7 @@ such as the pci.ids and usb.ids databases.
%package devel %package devel
Summary: Development files for %{name} Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description devel %description devel
The %{name}-devel package contains files for developing applications that use 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 %{_datadir}/pkgconfig/%{name}.pc
%changelog %changelog
* Mon Oct 10 2023 Eduard Abdullin <eabdullin@almalinux.org> - 0.348-9.11.alma.1
- Remove {isa} from devel Requires
* Mon Aug 21 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.11 * Mon Aug 21 2023 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.348-9.11
- Update pci, usb and vendor ids - Update pci, usb and vendor ids
Resolves: #2169696 Resolves: #2169696