From 774469dcf8fe0b5c839880bbf5aa3f6b17652b24 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Feb 01 2018 10:04:51 +0000 Subject: Remove unnecessary executable bit. --- diff --git a/rubygem-bundler.spec b/rubygem-bundler.spec index 706d00e..79ee467 100644 --- a/rubygem-bundler.spec +++ b/rubygem-bundler.spec @@ -12,7 +12,7 @@ Name: rubygem-%{gem_name} Version: 1.16.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library and utilities to manage a Ruby application's gem dependencies Group: Development/Languages License: MIT @@ -73,6 +73,10 @@ cp -a .%{_bindir}/* \ find %{buildroot}%{gem_instdir}/exe -type f | xargs chmod a+x +# Remove unnecessary executable bit. +# https://github.com/bundler/bundler/pull/6285 +chmod a-x %{buildroot}%{gem_libdir}/bundler/templates/Executable + # Man pages are used by Bundler internally, do not remove them! for n in 5 1; do mkdir -p %{buildroot}%{_mandir}/man${n} @@ -168,6 +172,9 @@ popd %doc %{gem_instdir}/README.md %changelog +* Thu Feb 01 2018 Vít Ondruch - 1.16.1-2 +- Remove unnecessary executable bit. + * Tue Jan 02 2018 Jun Aruga - 1.16.1-1 - Update to Bundler 1.16.1.