This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: keytable: do not install bpf protocols decoders with execute permission
Author:  Sean Young <s...@mess.org>
Date:    Fri Nov 23 11:39:30 2018 +0000

The rpm packaging system will try to extract debug information, which
fails since there is no build id. This can be avoided by removing
the execute permission.

BPF relocatable files are executable anyway so this is the right
thing to do.

See:
        https://github.com/rpm-software-management/rpm/pull/604

Signed-off-by: Sean Young <s...@mess.org>

 utils/keytable/bpf_protocols/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=6155b042ee7541944173b1947ddbc038a2f544bf
diff --git a/utils/keytable/bpf_protocols/Makefile.am 
b/utils/keytable/bpf_protocols/Makefile.am
index 1b90411bed56..d1f04cb49964 100644
--- a/utils/keytable/bpf_protocols/Makefile.am
+++ b/utils/keytable/bpf_protocols/Makefile.am
@@ -21,4 +21,4 @@ EXTRA_DIST = $(PROTOCOLS:%.o=%.c) bpf_helpers.h
 install-data-local:
        $(install_sh) -d "$(DESTDIR)$(keytableuserdir)/protocols"
        $(install_sh) -d "$(DESTDIR)$(keytablesystemdir)/protocols"
-       $(install_sh) $(PROTOCOLS) "$(DESTDIR)$(keytablesystemdir)/protocols"
+       $(install_sh) -m 0644 $(PROTOCOLS) 
"$(DESTDIR)$(keytablesystemdir)/protocols"

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to