summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2012-06-29 20:03:54 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2012-06-29 20:03:54 +0700
commitf13ae440d4cf68b07fca42b5c8bb6181ebb76e6e (patch)
treede9b7c1e57c77f31577babf66200f0fda422cff7
parentdc7039d8d7624b616c8972a0c45e18747ad673bb (diff)
downloadspecs-f13ae440d4cf68b07fca42b5c8bb6181ebb76e6e.tar.gz
specs-f13ae440d4cf68b07fca42b5c8bb6181ebb76e6e.tar.xz
specs-f13ae440d4cf68b07fca42b5c8bb6181ebb76e6e.zip
update genbackupdata
-rw-r--r--admin/genbackupdata.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/admin/genbackupdata.spec b/admin/genbackupdata.spec
index db88f1b..495d9b5 100644
--- a/admin/genbackupdata.spec
+++ b/admin/genbackupdata.spec
@@ -1,8 +1,6 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-
Name: genbackupdata
Version: 1.6
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A program to generate test data for testing backup software
# ask upstream to include license text
@@ -51,6 +49,9 @@ make genbackupdata.1
%check
+# CoverageTestRunner trips up on build directory;
+# since we've already done the install phase, remove it first
+rm -rf build
make check
@@ -62,5 +63,11 @@ make check
%changelog
+* Fri Jun 29 2012 Michel Salim <salimma@fedoraproject.org> - 1.6-2
+- Remove deprecated %%{python_sitelib} declaration
+- Delete build directory before doing coverage tests; the coverage
+ exclusion list does not include the built version of the excluded
+ modules
+
* Sun Jun 3 2012 Michel Salim <salimma@fedoraproject.org> - 1.6-1
- Initial package