Skip to content

Commit

Permalink
fix: Fix mrf.spec.in for RPM package
Browse files Browse the repository at this point in the history
Remove no needed tools, and set arch as noarch, considering the dkms
builds the kernel module on the host where the package is to be
installed.
  • Loading branch information
gabrielfedel committed Mar 4, 2024
1 parent 5711ffc commit d2bf483
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mrmShared/linux/dkms-rpm/mrf.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ Vendor: EPICS Community
License: GPLv2
Group: System Environment/Kernel
URL: https://github.com/epics-modules/mrfioc2
BuildRequires: autoconf libtool gcc gcc-c++
BuildArch: @@ARCH@@
BuildArch: noarch
Requires: dkms
Requires: udev
BuildRoot: %{_tmppath}/%{kmod_name}-%{version}-root
Expand Down

0 comments on commit d2bf483

Please sign in to comment.