From 35685e0998ccc1e7675775ffb0b4a573f5f48596 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 27 Jan 2015 11:10:36 +0200 Subject: [PATCH] - Drop unnecessary kernel-devel BR, we are not building kernel modules --- dpdk.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dpdk.spec b/dpdk.spec index 270b4ba..0bf764c 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -30,7 +30,7 @@ ExclusiveArch: x86_64 -BuildRequires: kernel-devel, kernel-headers, libpcap-devel, doxygen +BuildRequires: kernel-headers, libpcap-devel, doxygen %description The Data Plane Development Kit is a set of libraries and drivers for @@ -118,6 +118,7 @@ find %{buildroot}%{_includedir}/%{name}-%{version} -type f | xargs chmod 0644 - Force sane mode on the headers - Avoid unnecessary %%exclude by not copying unpackaged content to buildroot - Clean up summaries and descriptions +- Drop unnecessary kernel-devel BR, we are not building kernel modules * Sat Aug 16 2014 Fedora Release Engineering - 1.7.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild