public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hddfancontrol] epel10.2: Replace Python version glob with macro (needed for Python 3.10+)
@ 2026-06-06 23:10 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-06 23:10 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hddfancontrol
            Branch : epel10.2
            Commit : 41797b0d8f069e9736346e24b548968d5090f529
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2020-07-13T21:04:22+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/hddfancontrol/c/41797b0d8f069e9736346e24b548968d5090f529?branch=epel10.2

            Log:
            Replace Python version glob with macro (needed for Python 3.10+)

See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PQIGCQCRNBYNXBX2ICWEM3PLDLNOG2ZT/

Co-authored-by: Tomas Hrnciar <thrnciar@redhat.com>

---
diff --git a/hddfancontrol.spec b/hddfancontrol.spec
index 93571d4..1ccbdde 100644
--- a/hddfancontrol.spec
+++ b/hddfancontrol.spec
@@ -69,7 +69,7 @@ cp -a systemd/hddfancontrol.conf %{buildroot}%{_sysconfdir}/
 %{_unitdir}/hddfancontrol.service
 %config(noreplace) %{_sysconfdir}/hddfancontrol.conf
 %{python3_sitelib}/%{pypi_name}
-%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
+%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
 
 %changelog
 * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.3.1-2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-06 23:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-06 23:10 [rpms/hddfancontrol] epel10.2: Replace Python version glob with macro (needed for Python 3.10+) 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox