public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: LuK1337 <priv.luk@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/android-tools] f43: Make generate_gki_certificate.py executable
Date: Sat, 01 Aug 2026 09:42:54 GMT	[thread overview]
Message-ID: <178557737427.1.13321289200736405407.rpms-android-tools-eb80f8d91b22@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/android-tools
Branch : f43
Commit : eb80f8d91b22b3476d09a6125fae579b40fedac0
Author : LuK1337 <priv.luk@gmail.com>
Date   : 2026-08-01T11:27:44+02:00
Stats  : +26/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/android-tools/c/eb80f8d91b22b3476d09a6125fae579b40fedac0?branch=f43

Log:
Make generate_gki_certificate.py executable

---
diff --git a/208.patch b/208.patch
new file mode 100644
index 0000000..51b0217
--- /dev/null
+++ b/208.patch
@@ -0,0 +1,24 @@
+From 50730b9070b8cc0baa0cc6a2deef40d37a7eebb4 Mon Sep 17 00:00:00 2001
+From: LuK1337 <priv.luk@gmail.com>
+Date: Sat, 1 Aug 2026 11:17:28 +0200
+Subject: [PATCH] Make generate_gki_certificate.py executable
+
+From fedora-review:
+
+android-tools.x86_64: E: non-executable-script /usr/share/android-tools/mkbootimg/gki/generate_gki_certificate.py 644 /usr/bin/env python3
+---
+ vendor/CMakeLists.mkbootimg.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/vendor/CMakeLists.mkbootimg.txt b/vendor/CMakeLists.mkbootimg.txt
+index b82e93c7..63a74d85 100644
+--- a/vendor/CMakeLists.mkbootimg.txt
++++ b/vendor/CMakeLists.mkbootimg.txt
+@@ -4,6 +4,6 @@ add_custom_target(mkbootimg_symlink ALL COMMAND ${CMAKE_COMMAND} -E create_symli
+ 	../${MKBOOTIMG_SCRIPTS_DIR}/mkbootimg.py
+ 	${CMAKE_CURRENT_BINARY_DIR}/mkbootimg)
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/mkbootimg DESTINATION ${CMAKE_INSTALL_BINDIR})
+-install(FILES mkbootimg/gki/generate_gki_certificate.py DESTINATION ${MKBOOTIMG_SCRIPTS_DIR}/gki)
++install(PROGRAMS mkbootimg/gki/generate_gki_certificate.py DESTINATION ${MKBOOTIMG_SCRIPTS_DIR}/gki)
+ install(PROGRAMS mkbootimg/unpack_bootimg.py DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME unpack_bootimg)
+ install(PROGRAMS mkbootimg/repack_bootimg.py DESTINATION ${CMAKE_INSTALL_BINDIR} RENAME repack_bootimg)

diff --git a/android-tools.spec b/android-tools.spec
index 2f8ef47..7ead2af 100644
--- a/android-tools.spec
+++ b/android-tools.spec
@@ -9,6 +9,8 @@ URL:           http://developer.android.com/guide/developing/tools/
 
 #  Sources with all needed patches and cmakelists live there now: 
 Source0:       https://github.com/nmeum/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
+# https://github.com/nmeum/android-tools/pull/208
+Patch:         https://github.com/nmeum/android-tools/pull/208.patch
 
 BuildRequires: brotli-devel
 BuildRequires: cmake

                 reply	other threads:[~2026-08-01  9:42 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=178557737427.1.13321289200736405407.rpms-android-tools-eb80f8d91b22@fedoraproject.org \
    --to=priv.luk@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