public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ben Boeckel <mathstuf@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ranger] epel10: use python3
Date: Wed, 10 Jun 2026 03:14:05 GMT [thread overview]
Message-ID: <178106124599.1.11970336719983491474.rpms-ranger-9032f944e82f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ranger
Branch : epel10
Commit : 9032f944e82f8824bc0778ebcf8638db77e6f8b4
Author : Ben Boeckel <mathstuf@gmail.com>
Date : 2015-09-10T20:53:34-04:00
Stats : +8/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ranger/c/9032f944e82f8824bc0778ebcf8638db77e6f8b4?branch=epel10
Log:
use python3
---
diff --git a/ranger.spec b/ranger.spec
index 1534fc4..8c92055 100644
--- a/ranger.spec
+++ b/ranger.spec
@@ -1,6 +1,6 @@
Name: ranger
Version: 1.6.1
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: A flexible console file manager
Group: Development/Languages
@@ -13,7 +13,7 @@ Patch0: ranger-1.6.1-untag-doc-typo.patch
Patch1: ranger-1.6.1-rifle-conf.patch
BuildArch: noarch
-BuildRequires: python2-devel
+BuildRequires: python3-devel
%description
Ranger is a free console file manager that gives you greater flexibility and a
@@ -30,11 +30,11 @@ you'll be going.
%build
-%{__python} setup.py build
+%{__python3} setup.py build
%install
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python3} setup.py install -O1 --skip-build --root %{buildroot}
mv %{buildroot}%{_docdir}/%{name} rpmdocs
@@ -43,12 +43,15 @@ mv %{buildroot}%{_docdir}/%{name} rpmdocs
%doc rpmdocs/*
%{_bindir}/ranger
%{_bindir}/rifle
-%{python_sitelib}/*
+%{python3_sitelib}/*
%{_mandir}/man1/ranger.1.gz
%{_mandir}/man1/rifle.1.gz
%changelog
+* Thu Sep 10 2015 Ben Boeckel <mathstuf@gmail.com> - 1.6.1-7
+- use python3
+
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
reply other threads:[~2026-06-10 3:14 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=178106124599.1.11970336719983491474.rpms-ranger-9032f944e82f@fedoraproject.org \
--to=mathstuf@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