public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Use standard rwxrxrx permissions for convert-to-edition
@ 2026-08-10 9:34
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 9:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 849b78b055dce2cc1106f5488a7e86b94fb9f09d
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date : 2016-10-31T17:30:42-04:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/849b78b055dce2cc1106f5488a7e86b94fb9f09d?branch=f45
Log:
Use standard rwxrxrx permissions for convert-to-edition
---
diff --git a/fedora-release.spec b/fedora-release.spec
index 76c6f49..cb7b37b 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -212,7 +212,7 @@ install -m 0644 org.gnome.shell.gschema.override $RPM_BUILD_ROOT%{_datadir}/glib
# Copy the make_edition script to /usr/sbin
mkdir -p $RPM_BUILD_ROOT/%{_prefix}/sbin/
-install -m 0744 convert-to-edition $RPM_BUILD_ROOT/%{_prefix}/sbin/
+install -m 0755 convert-to-edition $RPM_BUILD_ROOT/%{_prefix}/sbin/
%post -p <lua>
%include %{_sourcedir}/convert-to-edition.lua
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:34 [rpms/fedora-release] f45: Use standard rwxrxrx permissions for convert-to-edition
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox