# disable in source builds on EPEL <9 %undefine __cmake_in_source_build %undefine __cmake3_in_source_build Name: csmock Version: 3.5.3 Release: 1%{?dist} Summary: A mock wrapper for Static Analysis tools License: GPL-3.0-or-later URL: https://github.com/csutils/%{name} Source0: https://github.com/csutils/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz Source1: https://github.com/csutils/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.xz.asc # gpg --keyserver pgp.mit.edu --recv-key 992A96E075056E79CD8214F9873DB37572A37B36 # gpg --output kdudka.pgp --armor --export kdudka@redhat.com Source2: kdudka.pgp BuildRequires: cmake3 BuildRequires: gnupg2 BuildRequires: help2man %if 0%{?rhel} == 7 %global python3_pkgversion 36 %endif BuildRequires: python%{python3_pkgversion}-GitPython BuildRequires: python%{python3_pkgversion}-devel Requires: csmock-common >= %{version}-%{release} Requires: csmock-plugin-clang >= %{version}-%{release} Requires: csmock-plugin-cppcheck >= %{version}-%{release} Requires: csmock-plugin-gitleaks >= %{version}-%{release} Requires: csmock-plugin-shellcheck >= %{version}-%{release} BuildArch: noarch %description This is a metapackage pulling in csmock-common and basic csmock plug-ins. %package -n csbuild Summary: Tool for plugging static analyzers into the build process Requires: cscppc Requires: csclng Requires: csdiff Requires: csmock-common Requires: cswrap Requires: python%{python3_pkgversion}-GitPython %description -n csbuild Tool for plugging static analyzers into the build process, free of mock. %package -n csmock-common Summary: Core of csmock (a mock wrapper for Static Analysis tools) Requires: csdiff > 3.1.0 Requires: csgcca Requires: cswrap Requires: mock Requires: tar Requires: xz %if 0%{?rhel} != 7 Recommends: modulemd-tools %endif %description -n csmock-common This package contains the csmock tool that allows to scan SRPMs by Static Analysis tools in a fully automated way. %package -n csmock-plugin-bandit Summary: csmock plug-in providing the support for Bandit. Requires: csmock-common %description -n csmock-plugin-bandit This package contains the bandit plug-in for csmock. %package -n csmock-plugin-cbmc Summary: csmock plug-in providing the support for cbmc Requires: csexec Requires: csmock-common %description -n csmock-plugin-cbmc This package contains the cbmc plug-in for csmock. %package -n csmock-plugin-clang Summary: csmock plug-in providing the support for Clang Requires: csclng Requires: csmock-common %description -n csmock-plugin-clang This package contains the clang plug-in for csmock. %package -n csmock-plugin-cppcheck Summary: csmock plug-in providing the support for Cppcheck Requires: cscppc Requires: csmock-common %description -n csmock-plugin-cppcheck This package contains the cppcheck plug-in for csmock. %package -n csmock-plugin-divine Summary: csmock plug-in providing the support for divine Requires: csexec Requires: csmock-common %description -n csmock-plugin-divine This package contains the divine plug-in for csmock. %package -n csmock-plugin-gitleaks Summary: experimental csmock plug-in Requires: csmock-common %description -n csmock-plugin-gitleaks This package contains the gitleaks plug-in for csmock. %package -n csmock-plugin-infer Summary: csmock plug-in providing the support for Infer Requires: csmock-common %description -n csmock-plugin-infer This package contains the Infer plug-in for csmock. %package -n csmock-plugin-pylint Summary: csmock plug-in providing the support for Pylint. Requires: csmock-common %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 %description -n csmock-plugin-shellcheck This package contains the shellcheck plug-in for csmock. %package -n csmock-plugin-smatch Summary: csmock plug-in providing the support for smatch Requires: csmatch Requires: csmock-common Requires: cswrap %description -n csmock-plugin-smatch This package contains the smatch plug-in for csmock. %package -n csmock-plugin-snyk Summary: csmock plug-in providing the support for snyk Requires: csmock-common %description -n csmock-plugin-snyk This package contains the snyk plug-in for csmock. %package -n csmock-plugin-strace Summary: csmock plug-in providing the support for strace Requires: csexec Requires: csmock-common %description -n csmock-plugin-strace This package contains the strace plug-in for csmock. %package -n csmock-plugin-symbiotic Summary: csmock plug-in providing the support for symbiotic Requires: csexec Requires: csmock-common %description -n csmock-plugin-symbiotic This package contains the symbiotic plug-in for csmock. %package -n csmock-plugin-valgrind Summary: csmock plug-in providing the support for valgrind Requires: csexec Requires: csmock-common %description -n csmock-plugin-valgrind This package contains the valgrind plug-in for csmock. %package -n csmock-plugin-unicontrol Summary: experimental csmock plug-in Requires: csmock-common %description -n csmock-plugin-unicontrol This package contains the unicontrol plug-in for csmock. %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup %build %cmake3 \ -DVERSION='%{name}-%{version}-%{release}' \ -DPython3_EXECUTABLE='%{__python3}' %cmake3_build %install %cmake3_install # needed to create the csmock RPM %files %files -n csbuild %license COPYING %{_bindir}/csbuild %{_mandir}/man1/csbuild.1* %{_datadir}/csbuild/scripts/run-scan.sh %files -n csmock-common %license COPYING %doc README %dir %{_datadir}/csmock %dir %{_datadir}/csmock/scripts %dir %{python3_sitelib}/csmock %dir %{python3_sitelib}/csmock/plugins %{_bindir}/csmock %{_mandir}/man1/csmock.1* %{_datadir}/csmock/cwe-map.csv %{_datadir}/csmock/scripts/enable-keep-going.sh %{_datadir}/csmock/scripts/chroot-fixups %{_datadir}/csmock/scripts/patch-rawbuild.sh %{python3_sitelib}/csmock/__init__.py* %{python3_sitelib}/csmock/common %{python3_sitelib}/csmock/plugins/__init__.py* %{python3_sitelib}/csmock/plugins/gcc.py* %{python3_sitelib}/csmock/__pycache__/__init__.* %{python3_sitelib}/csmock/plugins/__pycache__/__init__.* %{python3_sitelib}/csmock/plugins/__pycache__/gcc.* %files -n csmock-plugin-bandit %{_datadir}/csmock/scripts/run-bandit.sh %{python3_sitelib}/csmock/plugins/bandit.py* %{python3_sitelib}/csmock/plugins/__pycache__/bandit.* %files -n csmock-plugin-cbmc %{python3_sitelib}/csmock/plugins/cbmc.py* %{python3_sitelib}/csmock/plugins/__pycache__/cbmc.* %files -n csmock-plugin-clang %{python3_sitelib}/csmock/plugins/clang.py* %{python3_sitelib}/csmock/plugins/__pycache__/clang.* %files -n csmock-plugin-cppcheck %{python3_sitelib}/csmock/plugins/cppcheck.py* %{python3_sitelib}/csmock/plugins/__pycache__/cppcheck.* %files -n csmock-plugin-divine %{python3_sitelib}/csmock/plugins/divine.py* %{python3_sitelib}/csmock/plugins/__pycache__/divine.* %files -n csmock-plugin-gitleaks %{python3_sitelib}/csmock/plugins/gitleaks.py* %{python3_sitelib}/csmock/plugins/__pycache__/gitleaks.* %files -n csmock-plugin-infer %{_datadir}/csmock/scripts/filter-infer.py* %{_datadir}/csmock/scripts/install-infer.sh %{python3_sitelib}/csmock/plugins/infer.py* %{python3_sitelib}/csmock/plugins/__pycache__/infer.* %files -n csmock-plugin-pylint %{_datadir}/csmock/scripts/run-pylint.sh %{python3_sitelib}/csmock/plugins/pylint.py* %{python3_sitelib}/csmock/plugins/__pycache__/pylint.* %files -n csmock-plugin-shellcheck %{_datadir}/csmock/scripts/run-shellcheck.sh %{python3_sitelib}/csmock/plugins/shellcheck.py* %{python3_sitelib}/csmock/plugins/__pycache__/shellcheck.* %files -n csmock-plugin-smatch %{python3_sitelib}/csmock/plugins/smatch.py* %{python3_sitelib}/csmock/plugins/__pycache__/smatch.* %files -n csmock-plugin-snyk %{python3_sitelib}/csmock/plugins/snyk.py* %{python3_sitelib}/csmock/plugins/__pycache__/snyk.* %files -n csmock-plugin-strace %{python3_sitelib}/csmock/plugins/strace.py* %{python3_sitelib}/csmock/plugins/__pycache__/strace.* %files -n csmock-plugin-symbiotic %{python3_sitelib}/csmock/plugins/symbiotic.py* %{python3_sitelib}/csmock/plugins/__pycache__/symbiotic.* %files -n csmock-plugin-valgrind %{python3_sitelib}/csmock/plugins/valgrind.py* %{python3_sitelib}/csmock/plugins/__pycache__/valgrind.* %files -n csmock-plugin-unicontrol %{_datadir}/csmock/scripts/find-unicode-control.py* %{python3_sitelib}/csmock/plugins/unicontrol.py* %{python3_sitelib}/csmock/plugins/__pycache__/unicontrol.* %changelog * Wed Mar 20 2024 Kamil Dudka 3.5.3-1 - update to latest upstream (fixes CVE-2024-2243) * Thu Feb 29 2024 Kamil Dudka 3.5.2-1 - update to latest upstream * Wed Jan 24 2024 Kamil Dudka 3.5.1-1 - update to latest upstream * Wed Jan 24 2024 Fedora Release Engineering - 3.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering - 3.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Oct 10 2023 Kamil Dudka 3.5.0-1 - update to latest upstream * Fri Jul 21 2023 Kamil Dudka 3.4.2-1 - update to latest upstream * Wed Jul 19 2023 Fedora Release Engineering - 3.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint - 3.4.1-2 - Rebuilt for Python 3.12 * Thu Apr 06 2023 Kamil Dudka 3.4.1-1 - update to latest upstream * Wed Feb 22 2023 Kamil Dudka 3.4.0-1 - migrate to SPDX license - update to latest upstream release * Thu Jan 19 2023 Fedora Release Engineering - 3.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Thu Dec 01 2022 Kamil Dudka 3.3.5-1 - update to latest upstream release * Tue Sep 06 2022 Kamil Dudka 3.3.4-1 - update to latest upstream release * Wed Jul 20 2022 Fedora Release Engineering - 3.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 21 2022 Kamil Dudka 3.3.3-1 - update to latest upstream release * Mon Jun 13 2022 Python Maint - 3.3.2-2 - Rebuilt for Python 3.11 * Mon May 09 2022 Kamil Dudka 3.3.2-1 - update to latest upstream release * Tue Mar 15 2022 Kamil Dudka 3.3.1-2 - verify GPG signature of upstream tarball when building the package * Tue Mar 15 2022 Kamil Dudka 3.3.1-1 - update to latest upstream release * Thu Jan 20 2022 Fedora Release Engineering - 3.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Dec 16 2021 Kamil Dudka 3.3.0-1 - update to latest upstream release * Tue Nov 30 2021 Kamil Dudka 3.2.0-1 - update to latest upstream release * Thu Nov 11 2021 Kamil Dudka 3.1.0-1 - update to latest upstream release * Mon Oct 04 2021 Kamil Dudka 3.0.0-1 - update to latest upstream release * Tue Aug 31 2021 Kamil Dudka 2.9.0-1 - update to latest upstream release * Wed Jul 21 2021 Fedora Release Engineering - 2.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 2.8.0-2 - Rebuilt for Python 3.10 * Fri May 21 2021 Kamil Dudka 2.8.0-1 - update to latest upstream release * Wed Feb 17 2021 Kamil Dudka 2.7.1-1 - update to latest upstream release * Tue Jan 26 2021 Fedora Release Engineering - 2.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 08 2021 Kamil Dudka 2.7.0-1 - update to latest upstream release * Tue Oct 20 2020 Kamil Dudka 2.6.0-1 - update to latest upstream release * Wed Aug 19 2020 Kamil Dudka 2.5.0-1 - update to latest upstream release * Mon Jul 27 2020 Fedora Release Engineering - 2.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 2.4.0-2 - Rebuilt for Python 3.9 * Wed Feb 05 2020 Kamil Dudka 2.4.0-1 - update to latest upstream release * Tue Jan 28 2020 Fedora Release Engineering - 2.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 2.3.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 2.3.0-3 - Rebuilt for Python 3.8 * Wed Jul 24 2019 Fedora Release Engineering - 2.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Feb 04 2019 Kamil Dudka 2.3.0-1 - update to latest upstream release * Thu Jan 31 2019 Fedora Release Engineering - 2.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Oct 29 2018 Kamil Dudka 2.2.1-1 - update to latest upstream release * Thu Oct 18 2018 Kamil Dudka 2.2.0-1 - update to latest upstream release * Thu Jul 12 2018 Fedora Release Engineering - 2.1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 2.1.1-2 - Rebuilt for Python 3.7 * Thu May 03 2018 Kamil Dudka 2.1.1-1 - update to latest upstream release - introduce the experimental bandit plug-in * Wed Feb 07 2018 Fedora Release Engineering - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 15 2018 Kamil Dudka 2.1.0-1 - update to latest upstream release * Mon Jan 15 2018 Iryna Shcherbina - 2.0.4-3 - Build require Python 2 only when needed * Wed Jul 26 2017 Fedora Release Engineering - 2.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jul 20 2017 Kamil Dudka 2.0.4-1 - update to latest upstream release * Wed Feb 15 2017 Kamil Dudka 2.0.3-1 - update to latest upstream release - update project URL and source URL * Fri Feb 10 2017 Fedora Release Engineering - 2.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 2.0.2-2 - Rebuild for Python 3.6 * Wed Nov 30 2016 Kamil Dudka 2.0.2-1 - update to latest upstream * Wed Sep 14 2016 Kamil Dudka 2.0.1-1 - update to latest upstream * Tue Jul 19 2016 Fedora Release Engineering - 2.0.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Fri May 20 2016 Kamil Dudka 2.0.0-1 - update to latest upstream - force using Python 3 * Thu Apr 28 2016 Kamil Dudka 1.9.2-1 - update to latest upstream * Mon Mar 21 2016 Kamil Dudka 1.9.1-1 - update to latest upstream * Wed Feb 03 2016 Kamil Dudka 1.9.0-1 - update to latest upstream * Thu Jul 23 2015 Kamil Dudka 1.8.3-1 - update to latest upstream * Mon Jul 13 2015 Kamil Dudka 1.8.2-1 - update to latest upstream * Wed Jun 17 2015 Fedora Release Engineering - 1.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue May 26 2015 Kamil Dudka 1.8.1-1 - update to latest upstream * Wed Apr 01 2015 Kamil Dudka 1.8.0-1 - update to latest upstream * Tue Mar 03 2015 Kamil Dudka 1.7.2-1 - update to latest upstream * Wed Feb 25 2015 Kamil Dudka 1.7.1-1 - update to latest upstream * Wed Feb 18 2015 Kamil Dudka 1.7.0-1 - update to latest upstream * Mon Jan 19 2015 Kamil Dudka 1.6.1-1 - update to latest upstream * Wed Dec 17 2014 Kamil Dudka 1.6.0-1 - update to latest upstream (introduces the csbuild subpackage) * Thu Dec 11 2014 Michael Scherer 1.5.1-2 - fix the description of the csmock-plugin-shellcheck subpackage (#1173134) * Thu Nov 06 2014 Kamil Dudka 1.5.1-1 - update to latest upstream * Fri Sep 19 2014 Kamil Dudka 1.5.0-1 - update to latest upstream * Fri Sep 05 2014 Kamil Dudka 1.4.1-1 - update to latest upstream * Wed Sep 03 2014 Kamil Dudka 1.4.0-1 - update to latest upstream * Wed Aug 20 2014 Kamil Dudka 1.3.2-1 - update to latest upstream * Fri Aug 01 2014 Kamil Dudka 1.3.1-1 - update to latest upstream - install plug-ins to %%{python2_sitelib} instead of %%{python_sitearch} * Thu Jul 17 2014 Kamil Dudka 1.2.3-1 - update to latest upstream * Fri Jul 04 2014 Kamil Dudka 1.2.2-1 - update to latest upstream * Thu Jun 19 2014 Kamil Dudka 1.1.1-1 - update to latest upstream * Sat Jun 07 2014 Fedora Release Engineering - 1.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Apr 16 2014 Kamil Dudka 1.0.7-1 - update to latest upstream * Tue Feb 25 2014 Kamil Dudka 1.0.3-2 - further spec file improvements per Fedora Review Request (#1066029) * Mon Feb 24 2014 Kamil Dudka 1.0.3-1 - update to new upstream release - abandon RHEL-5 compatibility per Fedora Review Request (#1066029) * Wed Feb 19 2014 Kamil Dudka 1.0.2-1 - packaged for Fedora