From 41937ac1f8c01e9126ea1f4c95f708cf35975dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Wed, 11 Mar 2026 13:29:44 +0100 Subject: [PATCH] Add blog post for week 10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nikola Forró --- weekly/2026/week-10.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 weekly/2026/week-10.md diff --git a/weekly/2026/week-10.md b/weekly/2026/week-10.md new file mode 100644 index 0000000000..e5906785bc --- /dev/null +++ b/weekly/2026/week-10.md @@ -0,0 +1,19 @@ +--- +title: Week 10 in Packit +date: 2026-03-11 +authors: nforro +tags: + - 2026-March + - 2026 + - March +--- + +## Week 10 (March 3rd – March 11th) + +- Packit now retries on build submission failure for Fedora CI Koji scratch builds. + ([packit-service#3040](https://github.com/packit/packit-service/pull/3040)) +- We have introduced sanitization of spec files to harden our security practices. + If this introduced a regression for you, please reach out to us. + ([packit-service#3047](https://github.com/packit/packit-service/pull/3047), + [packit#2698](https://github.com/packit/packit/pull/2698), + [specfile#519](https://github.com/packit/specfile/pull/519))