public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ranger] epel10: run find on the right directory
@ 2026-06-10  3:14 Ben Boeckel
  0 siblings, 0 replies; only message in thread
From: Ben Boeckel @ 2026-06-10  3:14 UTC (permalink / raw)
  To: git-commits

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

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

only message in thread, other threads:[~2026-06-10  3:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10  3:14 [rpms/ranger] epel10: run find on the right directory Ben Boeckel

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