From 461ae6d2466cb47736ccbdf964e96c5c4b01d9bd Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Thu, 26 Nov 2009 11:33:11 +0100 Subject: [PATCH] tuned.spec: bz 539949 - SELinux is preventing /usr/bin/python "write" access on tuned Added python-devel into BuildRequires. Compiled files (.pyc and .pyo) are now created automatically during package build. --- tuned.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/tuned.spec b/tuned.spec index c9cfb90..bed16d6 100644 --- a/tuned.spec +++ b/tuned.spec @@ -13,6 +13,7 @@ Group: System Environment/Daemons Source: tuned-%{version}.tar.bz2 URL: https://fedorahosted.org/tuned/ Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +BuildRequires: python-devel Requires: usermode ethtool Requires(post): chkconfig Requires(preun): chkconfig