public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Bastien Nocera <hadess@hadess.net>
To: git-commits@fedoraproject.org
Subject: [rpms/smatch] rawhide: Also install cgcc wrapper tool
Date: Thu, 13 Aug 2026 12:08:52 GMT [thread overview]
Message-ID: <178662293235.1.13907593296060217232.rpms-smatch-2d6da09760a9@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-13 12:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178662293235.1.13907593296060217232.rpms-smatch-2d6da09760a9@fedoraproject.org \
--to=hadess@hadess.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox