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: run find on the right directory
Date: Wed, 10 Jun 2026 03:14:08 GMT	[thread overview]
Message-ID: <178106124881.1.9167876747023469039.rpms-ranger-81c0eb3653af@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ranger
Branch : epel10
Commit : 81c0eb3653afbe8d42974016ed16a42a2c0d8887
Author : Ben Boeckel <mathstuf@gmail.com>
Date   : 2015-09-30T00:08:41-04:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/ranger/c/81c0eb3653afbe8d42974016ed16a42a2c0d8887?branch=epel10

Log:
run find on the right directory

---
diff --git a/ranger.spec b/ranger.spec
index 8106125..3c1ca13 100644
--- a/ranger.spec
+++ b/ranger.spec
@@ -1,6 +1,6 @@
 Name:           ranger
 Version:        1.7.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A flexible console file manager
 
 Group:          Development/Languages
@@ -40,7 +40,7 @@ you'll be going.
 %install
 %{__python3} setup.py install -O1 --skip-build --root %{buildroot}
 mv %{buildroot}%{_docdir}/%{name} rpmdocs
-find -type f -exec chmod -v -R -X '{}' \;
+find rpmdocs -type f -exec chmod -v -R -X '{}' \;
 
 
 %files
@@ -53,6 +53,9 @@ find -type f -exec chmod -v -R -X '{}' \;
 
 
 %changelog
+* Wed Sep 30 2015 Ben Boeckel <mathstuf@gmail.com> - 1.7.1-3
+- run find on the right directory
+
 * Tue Sep 29 2015 Ben Boeckel <mathstuf@gmail.com> - 1.7.1-2
 - remove executable bits from docs
 - remove defattr line

                 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=178106124881.1.9167876747023469039.rpms-ranger-81c0eb3653af@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