public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/e-antic] f43: Be more precise about globbing in %files
@ 2026-06-15 18:03 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-15 18:03 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/e-antic
Branch : f43
Commit : d4986b5e1d4b9cd7afcce2989d71a1cda75fba78
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-06-15T12:03:22-06:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/e-antic/c/d4986b5e1d4b9cd7afcce2989d71a1cda75fba78?branch=f43
Log:
Be more precise about globbing in %files
---
diff --git a/e-antic.spec b/e-antic.spec
index ffcae2e..0cf48e3 100644
--- a/e-antic.spec
+++ b/e-antic.spec
@@ -94,8 +94,8 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} make check
%files
%doc AUTHORS README.md
%license COPYING COPYING.LESSER
-%{_libdir}/libeantic.so.3*
-%{_libdir}/libeanticxx.so.3*
+%{_libdir}/libeantic.so.3{,.*}
+%{_libdir}/libeanticxx.so.3{,.*}
%files devel
%{_includedir}/%{name}/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 18:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 18:03 [rpms/e-antic] f43: Be more precise about globbing in %files Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox