public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ranger] epel10: remove executable bits from docs
@ 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 : 5903648d2e6014f520bf5dee645e20ecee22f1ef
            Author : Ben Boeckel <mathstuf@gmail.com>
            Date   : 2015-09-29T23:51:40-04:00
            Stats  : +6/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/ranger/c/5903648d2e6014f520bf5dee645e20ecee22f1ef?branch=epel10

            Log:
            remove executable bits from docs

- remove defattr line

---
diff --git a/ranger.spec b/ranger.spec
index e199742..016bd4f 100644
--- a/ranger.spec
+++ b/ranger.spec
@@ -1,6 +1,6 @@
 Name:           ranger
 Version:        1.7.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A flexible console file manager
 
 Group:          Development/Languages
@@ -40,10 +40,10 @@ you'll be going.
 %install
 %{__python3} setup.py install -O1 --skip-build --root %{buildroot}
 mv %{buildroot}%{_docdir}/%{name} rpmdocs
+chmod -v -R -x rpmdocs
 
 
 %files
-%defattr(-,root,root,-)
 %doc rpmdocs/*
 %{_bindir}/ranger
 %{_bindir}/rifle
@@ -53,6 +53,10 @@ mv %{buildroot}%{_docdir}/%{name} rpmdocs
 
 
 %changelog
+* Tue Sep 29 2015 Ben Boeckel <mathstuf@gmail.com> - 1.7.1-2
+- remove executable bits from docs
+- remove defattr line
+
 * Sat Sep 26 2015 Ben Boeckel <mathstuf@gmail.com> - 1.7.1-1
 - update to 1.7.1
 

^ 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: remove executable bits from docs Ben Boeckel

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