From 212003690c8846a11faa8a97b6c5436ca9f73e16 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 7 Aug 2025 21:37:16 +0800 Subject: [PATCH] __pycache__ no long exists since 25.09 (cherry picked from commit 9a34e00fb750ec82a888b78a5719480bf35d8748) --- fwupd.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fwupd.spec b/fwupd.spec index b681540..bc16843 100644 --- a/fwupd.spec +++ b/fwupd.spec @@ -43,7 +43,7 @@ Name: fwupd Version: 1.9.4 -Release: 1 +Release: 2 License: LGPL-2.1-or-later Summary: Make updating firmware on Linux automatic, safe and reliable URL: https://github.com/fwupd/fwupd @@ -468,7 +468,6 @@ done %{_datadir}/installed-tests/fwupd/sys_vendor %{_datadir}/fwupd/device-tests/*.json %{_libexecdir}/installed-tests/fwupd/* -%{_datadir}/fwupd/__pycache__/* %dir %{_sysconfdir}/fwupd/remotes.d %config(noreplace)%{_sysconfdir}/fwupd/remotes.d/fwupd-tests.conf %endif @@ -481,6 +480,9 @@ done %{_mandir}/man8/* %changelog +* Thu Aug 07 2025 Funda Wang - 1.9.4-2 +- __pycache__ no long exists since 25.09 + * Wed May 14 2025 yaoxin <1024769339@qq.com> - 1.9.4-1 - Update to 1.9.4: * Do not add gl32xx disk partitions as extra devices -- Gitee