public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-py] pr7: be more explicit in file list
Date: Sat, 01 Aug 2026 11:43:27 GMT	[thread overview]
Message-ID: <178558460753.1.13933139606285035729.rpms-python-py-12a888d0a8bc@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-01 11:43 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=178558460753.1.13933139606285035729.rpms-python-py-12a888d0a8bc@fedoraproject.org \
    --to=ignatenkobrain@fedoraproject.org \
    --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