public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/e-antic] f43: Be more precise about globbing in %files
Date: Mon, 15 Jun 2026 18:03:53 GMT [thread overview]
Message-ID: <178154663378.1.5615737212473092383.rpms-e-antic-d4986b5e1d4b@fedoraproject.org> (raw)
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}/
reply other threads:[~2026-06-15 18:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178154663378.1.5615737212473092383.rpms-e-antic-d4986b5e1d4b@fedoraproject.org \
--to=loganjerry@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox