public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/smatch] rawhide: Also install cgcc wrapper tool
@ 2026-08-13 12:08 Bastien Nocera
0 siblings, 0 replies; only message in thread
From: Bastien Nocera @ 2026-08-13 12:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/smatch
Branch : rawhide
Commit : 2d6da09760a9a2e7e2f978646112c39d32dfc986
Author : Bastien Nocera <hadess@hadess.net>
Date : 2026-08-13T14:08:44+02:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/smatch/c/2d6da09760a9a2e7e2f978646112c39d32dfc986?branch=rawhide
Log:
Also install cgcc wrapper tool
---
diff --git a/smatch.spec b/smatch.spec
index 52bed7e..72ca3d3 100644
--- a/smatch.spec
+++ b/smatch.spec
@@ -1,6 +1,6 @@
Name: smatch
Version: 1.75
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A static analyzer for C
# License breakdown:
@@ -54,6 +54,7 @@ Data for Smatch the static analysis tool for C.
%install
%make_install PREFIX='%{_prefix}'
+install -m755 cgcc %{buildroot}%{_bindir}/cgcc
%check
echo 'int main(void) { int a[2]; return a[2]; }' > test.c
@@ -64,11 +65,15 @@ grep "test.c:1 main() error: buffer overflow 'a' 2 <= 2" out
%doc README Documentation/{arm64-detecting-tagged-addresses,smatch}.txt
%license GPL-2 LICENSE
%{_bindir}/%{name}
+%{_bindir}/cgcc
%files data
%{_datadir}/%{name}
%changelog
+* Thu Aug 13 2026 Bastien Nocera <bnocera@redhat.com> - 1.75-4
+- Also install cgcc wrapper tool
+
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.75-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-13 12:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 12:08 [rpms/smatch] rawhide: Also install cgcc wrapper tool Bastien Nocera
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox