public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-py] pr7: be more explicit in file list
@ 2026-08-01 11:43 Igor Gnatenko
0 siblings, 0 replies; only message in thread
From: Igor Gnatenko @ 2026-08-01 11:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-py
Branch : pr7
Commit : 12a888d0a8bc85aca862f8db7495a60229738653
Author : Igor Gnatenko <ignatenkobrain@fedoraproject.org>
Date : 2017-11-04T10:27:18+01:00
Stats : +4/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-py/c/12a888d0a8bc85aca862f8db7495a60229738653?branch=pr7
Log:
be more explicit in file list
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
---
diff --git a/python-py.spec b/python-py.spec
index f73f273..a5efdef 100644
--- a/python-py.spec
+++ b/python-py.spec
@@ -141,7 +141,8 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
%if %{with docs}
%doc doc/_build-2/html
%endif # with_docs
-%{python2_sitelib}/*
+%{python2_sitelib}/py-*.egg-info/
+%{python2_sitelib}/py/
%files -n python3-%{srcname}
%doc CHANGELOG
@@ -150,7 +151,8 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing
%if %{with docs}
%doc doc/_build-3/html
%endif # with_docs
-%{python3_sitelib}/*
+%{python3_sitelib}/py-*.egg-info/
+%{python3_sitelib}/py/
%changelog
* Fri Nov 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.34-6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-01 11:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 11:43 [rpms/python-py] pr7: be more explicit in file list Igor Gnatenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox