[mysqlreport] Fix FBFS bz#914204

Pavel Alexeev hubbitus at fedoraproject.org
Tue Apr 2 19:45:38 UTC 2013


commit 2b741f245b941003d14bb8ee92c6fb8cf1bd6e04
Author: Pavel Alexeev (aka Pahan-Hubbitus) <pahan at hubbitus.info>
Date:   Mon Apr 1 06:17:52 2013 +0400

    Fix FBFS bz#914204

 mysqlreport.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mysqlreport.spec b/mysqlreport.spec
index e461aea..d1dad2d 100644
--- a/mysqlreport.spec
+++ b/mysqlreport.spec
@@ -1,6 +1,6 @@
 Name:           mysqlreport
 Version:        3.5
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        A friendly report of important MySQL status values
 
 Group:          Development/Libraries
@@ -20,7 +20,9 @@ provides an in-depth understanding of how well MySQL is running, and is a
 better alternative (and practically the only alternative) to manually
 interpreting SHOW STATUS. 
 
-%prep%setup -q
+%prep
+
+%setup -q -n %{name}-%{version}
 
 
 %build
@@ -48,6 +50,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Apr 1 2013 Pavel Alexeev <Pahan at Hubbitus.info> - 3.5-9
+- Fix FBFS bz#914204
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list