public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pylibmc] epel10.2: Relax the so file glob, prep for Python 3.8
@ 2026-09-25 17:45 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-25 17:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-pylibmc
Branch : epel10.2
Commit : 9ef1d425bc99fb8f9c785e098466a35e21052e21
Author : Miro Hrončok <miro@hroncok.cz>
Date   : 2019-05-19T17:31:02+02:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-pylibmc/c/9ef1d425bc99fb8f9c785e098466a35e21052e21?branch=epel10.2

Log:
Relax the so file glob, prep for Python 3.8

---
diff --git a/python-pylibmc.spec b/python-pylibmc.spec
index 63bab28..b5eb72c 100644
--- a/python-pylibmc.spec
+++ b/python-pylibmc.spec
@@ -46,7 +46,7 @@ so that applications can drop-in replace it.
 
 # there is an asterisk in the name of the file,
 # because sometimes the suffix of the architecture is added
-chmod 755 $RPM_BUILD_ROOT%{python3_sitearch}/_pylibmc.cpython-%{python3_version_nodots}m*.so
+chmod 755 $RPM_BUILD_ROOT%{python3_sitearch}/_pylibmc.cpython-%{python3_version_nodots}*.so
 
 %files -n python3-%{srcname}
 %doc docs/ LICENSE README.rst

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

only message in thread, other threads:[~2026-09-25 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 17:45 [rpms/python-pylibmc] epel10.2: Relax the so file glob, prep for Python 3.8 

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