From d51d7fe465809fb6c19bba37bc8d7002993e9da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 25 Jul 2013 19:26:55 +0200 Subject: [PATCH] used pygobject3-base instead of pygobject2 --- tuned.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tuned.spec b/tuned.spec index 69a14aa..31e15b9 100644 --- a/tuned.spec +++ b/tuned.spec @@ -53,13 +53,13 @@ It can be also used to fine tune your system for specific scenarios. %prep %setup -q -%patch0 -p1 -b .pygobject-base +%patch0 -p1 %build %install -make install DESTDIR=%{buildroot} +make install DESTDIR=%{buildroot} VERSIONED_NAME=tuned %post