From: Olaf Hering <olaf@aepfle.de>
To: xen-devel@lists.xen.org
Subject: [PATCH 2 of 8] blktap2/libvhd: fix rpmlint warning spurious-executable-perm
Date: Mon, 15 Oct 2012 15:44:20 +0200 [thread overview]
Message-ID: <71ecc69cf74a0845d882.1350308660@probook.site> (raw)
In-Reply-To: <patchbomb.1350308658@probook.site>
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1350303771 -7200
# Node ID 71ecc69cf74a0845d8825c7e73f3e5ca16cd4b76
# Parent 9d005c3c16b1e8563a9d850b33bc03f5cda4705f
blktap2/libvhd: fix rpmlint warning spurious-executable-perm
[ 1758s] xen-devel.x86_64: E: spurious-executable-perm (Badness: 50) /usr/lib64/libvhd.a
[ 1758s] The file is installed with executable permissions, but was identified as one
[ 1758s] that probably should not be executable. Verify if the executable bits are
[ 1758s] desired, and remove if not. NOTE: example scripts should be packaged under
[ 1758s] %docdir/examples, which will avoid this warning.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
diff -r 9d005c3c16b1 -r 71ecc69cf74a tools/blktap2/vhd/lib/Makefile
--- a/tools/blktap2/vhd/lib/Makefile
+++ b/tools/blktap2/vhd/lib/Makefile
@@ -68,7 +68,7 @@ libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR
install: all
$(INSTALL_DIR) -p $(DESTDIR)$(INST-DIR)
- $(INSTALL_PROG) libvhd.a $(DESTDIR)$(INST-DIR)
+ $(INSTALL_DATA) libvhd.a $(DESTDIR)$(INST-DIR)
$(INSTALL_PROG) libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR) $(DESTDIR)$(INST-DIR)
ln -sf libvhd.so.$(LIBVHD-MAJOR).$(LIBVHD-MINOR) $(DESTDIR)$(INST-DIR)/libvhd.so.$(LIBVHD-MAJOR)
ln -sf libvhd.so.$(LIBVHD-MAJOR) $(DESTDIR)$(INST-DIR)/libvhd.so
next prev parent reply other threads:[~2012-10-15 13:44 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-15 13:44 [PATCH 0 of 8] tools: various packaging fixes Olaf Hering
2012-10-15 13:44 ` [PATCH 1 of 8] stubdom: fix rpmlint warning spurious-executable-perm Olaf Hering
2012-10-15 13:44 ` Olaf Hering [this message]
2012-10-15 13:44 ` [PATCH 3 of 8] blktap: " Olaf Hering
2012-10-15 13:44 ` [PATCH 4 of 8] hotplug/Linux: add sysconfig tags to xencommons Olaf Hering
2012-10-18 8:18 ` Ian Campbell
2012-10-18 8:48 ` Olaf Hering
2012-10-15 13:44 ` [PATCH 5 of 8] hotplug: install hotplugpath.sh as data file Olaf Hering
2012-10-15 13:44 ` [PATCH 6 of 8] stubdom: install stubdompath.sh " Olaf Hering
2012-10-15 13:44 ` [PATCH 7 of 8] hotplug/Linux: correct sysconfig tag in xendomains Olaf Hering
2012-10-15 13:44 ` [PATCH 8 of 8] hotplug/Linux: install sysconfig files as data files Olaf Hering
2012-10-18 8:35 ` [PATCH 0 of 8] tools: various packaging fixes Ian Campbell
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=71ecc69cf74a0845d882.1350308660@probook.site \
--to=olaf@aepfle.de \
--cc=xen-devel@lists.xen.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;
as well as URLs for NNTP newsgroup(s).