public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: Fix files section for Python 3 build
@ 2026-08-10 21:45 Chenxiong Qi
  0 siblings, 0 replies; only message in thread
From: Chenxiong Qi @ 2026-08-10 21:45 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/fedpkg
            Branch : 1.48-1
            Commit : 484b4f152b6ef0f59d4adf60220971ef282cc725
            Author : Chenxiong Qi <cqi@redhat.com>
            Date   : 2018-07-31T17:25:28+08:00
            Stats  : +9/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedpkg/c/484b4f152b6ef0f59d4adf60220971ef282cc725?branch=1.48-1

            Log:
            Fix files section for Python 3 build

Signed-off-by: Chenxiong Qi <cqi@redhat.com>

---
diff --git a/fedpkg.spec b/fedpkg.spec
index 9863e73..f247265 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -5,7 +5,7 @@
 
 Name:           fedpkg
 Version:        1.34
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 License:        GPLv2+
@@ -136,7 +136,6 @@ nosetests
 %endif
 
 
-
 %files
 %doc README CHANGELOG.rst
 %license COPYING
@@ -145,8 +144,13 @@ nosetests
 %{_bindir}/%{name}
 %{_mandir}/*/*
 # For noarch packages: sitelib
+%if %{with python2}
 %{python2_sitelib}/%{name}
 %{python2_sitelib}/%{name}-%{version}-py*.egg-info
+%else
+%{python3_sitelib}/%{name}
+%{python3_sitelib}/%{name}-%{version}-py*.egg-info
+%endif
 # zsh completion
 %{_datadir}/zsh/site-functions/_%{name}
 
@@ -156,6 +160,9 @@ nosetests
 
 
 %changelog
+* Tue Jul 31 2018 Chenxiong Qi <cqi@redhat.com> - 1.34-2
+- Fix files section for Python 3 build
+
 * Tue Jul 24 2018 Chenxiong Qi <cqi@redhat.com> - 1.34-1
 - Get csrf token properly when retry bodhi API call (cqi)
 - Accept old config with module instead of repo (lsedlar)

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

only message in thread, other threads:[~2026-08-10 21:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:45 [rpms/fedpkg] 1.48-1: Fix files section for Python 3 build Chenxiong Qi

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