From 51372607b241ff163e5351ddb6a2ea9cfd1d9c8b Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Sun, 4 Feb 2018 17:06:50 +0800 Subject: [PATCH] - Add "BuildRequires: kernel-headers" for linux/version.h requirement. --- am-utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/am-utils.spec b/am-utils.spec index 44a5822..e71c412 100644 --- a/am-utils.spec +++ b/am-utils.spec @@ -2,7 +2,7 @@ Summary: Automount utilities including an updated version of Amd Name: am-utils Version: 6.2.0 %define upstream_version 6.2 -Release: 29%{?dist} +Release: 30%{?dist} License: BSD Epoch: 5 Group: System Environment/Daemons @@ -27,6 +27,7 @@ BuildRequires: texinfo BuildRequires: gcc BuildRequires: m4 BuildRequires: libtirpc-devel +BuildRequires: kernel-headers Requires: rpcbind Requires: grep @@ -253,6 +254,9 @@ fi %{_libdir}/libamu.so* %changelog +* Sun Feb 04 2018 Ian Kent - 5:6.2.0-30 +- Add "BuildRequires: kernel-headers" for linux/version.h requirement. + * Sun Feb 04 2018 Ian Kent - 5:6.2.0-29 - Remove "BuildRequires: tcp_wrappers-devel" as tcp_wrappers is depricated.