[csmock] update to latest upstream (1.7.1)

Kamil Dudka kdudka at fedoraproject.org
Wed Feb 25 16:15:22 UTC 2015


commit 07e61113ca320c4b2005876d7a0c25c6c2e4d80f
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Wed Feb 25 17:04:24 2015 +0100

    update to latest upstream (1.7.1)

 csmock.spec | 19 ++++++++++++++-----
 sources     |  2 +-
 2 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/csmock.spec b/csmock.spec
index d9214ed..5f128fc 100644
--- a/csmock.spec
+++ b/csmock.spec
@@ -1,5 +1,5 @@
 Name:       csmock
-Version:    1.7.0
+Version:    1.7.1
 Release:    1%{?dist}
 Summary:    A mock wrapper for Static Analysis tools
 
@@ -19,6 +19,8 @@ BuildRequires: python-argparse
 Requires: csmock-common
 Requires: csmock-plugin-clang
 Requires: csmock-plugin-cppcheck
+Requires: csmock-plugin-pylint
+Requires: csmock-plugin-shellcheck
 
 BuildArch: noarch
 
@@ -41,7 +43,6 @@ Summary: Core of csmock (a mock wrapper for Static Analysis tools)
 Requires: csdiff
 Requires: cswrap
 Requires: mock
-Requires: rpm-build
 
 %description -n csmock-common
 This package contains the csmock tool that allows to scan SRPMs by Static
@@ -50,7 +51,7 @@ Analysis tools in a fully automated way.
 %package -n csmock-plugin-clang
 Summary: csmock plug-in providing the support for Clang
 Requires: csclng
-Requires: csmock-common
+Requires: csmock-common >= 1.7.1
 
 %description -n csmock-plugin-clang
 This package contains the clang plug-in for csmock.
@@ -65,12 +66,14 @@ This package contains the cppcheck plug-in for csmock.
 
 %package -n csmock-plugin-pylint
 Summary: csmock plug-in providing the support for Pylint.
+Requires: csmock-common >= 1.7.1
 
 %description -n csmock-plugin-pylint
 This package contains the pylint plug-in for csmock.
 
 %package -n csmock-plugin-shellcheck
 Summary: csmock plug-in providing the support for ShellCheck.
+Requires: csmock-common >= 1.7.1
 
 %description -n csmock-plugin-shellcheck
 This package contains the shellcheck plug-in for csmock.
@@ -107,6 +110,9 @@ make install DESTDIR="$RPM_BUILD_ROOT"
 %{_mandir}/man1/csmock.1*
 %{_datadir}/csmock/cwe-map.csv
 %{_datadir}/csmock/scripts/patch-rawbuild.sh
+%{python2_sitelib}/csmock/__init__.py*
+%{python2_sitelib}/csmock/common/__init__.py*
+%{python2_sitelib}/csmock/common/util.py*
 %{python2_sitelib}/csmock/plugins/gcc.py*
 %doc COPYING README
 
@@ -118,13 +124,16 @@ make install DESTDIR="$RPM_BUILD_ROOT"
 
 %files -n csmock-plugin-pylint
 %{_datadir}/csmock/scripts/run-pylint.sh
-%{python2_sitelib}/csmock/plugins/pylint*
+%{python2_sitelib}/csmock/plugins/pylint.py*
 
 %files -n csmock-plugin-shellcheck
 %{_datadir}/csmock/scripts/run-shellcheck.sh
-%{python2_sitelib}/csmock/plugins/shellcheck*
+%{python2_sitelib}/csmock/plugins/shellcheck.py*
 
 %changelog
+* Wed Feb 25 2015 Kamil Dudka <kdudka at redhat.com> 1.7.1-1
+- update to latest upstream
+
 * Wed Feb 18 2015 Kamil Dudka <kdudka at redhat.com> 1.7.0-1
 - update to latest upstream
 
diff --git a/sources b/sources
index c7568fa..ea9f9a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8bb5110acedef30f0ad8257a5822b4b  csmock-1.7.0.tar.xz
+c50d1f1547829fc91a30794a7a726390  csmock-1.7.1.tar.xz


More information about the scm-commits mailing list