[tuned] used pygobject3-base instead of pygobject2

Jaroslav Škarvada jskarvad at fedoraproject.org
Thu Jul 25 17:27:06 UTC 2013


commit d51d7fe465809fb6c19bba37bc8d7002993e9da4
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Thu Jul 25 19:26:55 2013 +0200

    used pygobject3-base instead of pygobject2

 tuned.spec |    4 ++--
 1 files 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


More information about the scm-commits mailing list