bash completion script need not be executable

This commit is contained in:
Matthias Clasen 2009-04-11 04:48:14 +00:00
parent 5455e5f26a
commit 301d9751b8
2 changed files with 19 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -up gvfs-1.2.1/programs/Makefile.am.bash-completion gvfs-1.2.1/programs/Makefile.am
--- gvfs-1.2.1/programs/Makefile.am.bash-completion 2009-04-11 00:36:25.730330858 -0400
+++ gvfs-1.2.1/programs/Makefile.am 2009-04-11 00:36:37.746330659 -0400
@@ -34,7 +34,7 @@ bin_SCRIPTS = \
if ENABLE_BASHCOMP
profiledir = $(BASHCOMP_DIR)
-profile_SCRIPTS = gvfs-bash-completion.sh
+profile_DATA = gvfs-bash-completion.sh
endif
gvfs_cat_SOURCES = gvfs-cat.c

View File

@ -1,7 +1,7 @@
Summary: Backends for the gio framework in GLib Summary: Backends for the gio framework in GLib
Name: gvfs Name: gvfs
Version: 1.2.1 Version: 1.2.1
Release: 3%{?dist} Release: 4%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.gtk.org URL: http://www.gtk.org
@ -32,6 +32,8 @@ BuildRequires: libtool
Patch1: gvfs-0.99.2-archive-integration.patch Patch1: gvfs-0.99.2-archive-integration.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=573826 # http://bugzilla.gnome.org/show_bug.cgi?id=573826
Patch2: gvfs-1.1.7-gdu-computer-expose-devices.patch Patch2: gvfs-1.1.7-gdu-computer-expose-devices.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=578681
Patch3: gvfs-bash-completion.patch
# Gdu volume monitor patches, from http://cgit.freedesktop.org/~david/gvfs/log/?h=gdu-volume-monitor # Gdu volume monitor patches, from http://cgit.freedesktop.org/~david/gvfs/log/?h=gdu-volume-monitor
# #
@ -132,6 +134,7 @@ media players (Media Transfer Protocol) to applications using gvfs.
%setup -q %setup -q
%patch1 -p0 -b .archive-integration %patch1 -p0 -b .archive-integration
%patch2 -p1 -b .computer-expose-devices %patch2 -p1 -b .computer-expose-devices
%patch3 -p1 -b .bash-completion
%patch101 -p1 -b .gdu-volume-monitor %patch101 -p1 -b .gdu-volume-monitor
%patch102 -p1 -b .gdu-volumes-typo %patch102 -p1 -b .gdu-volumes-typo
@ -283,6 +286,9 @@ update-desktop-database &> /dev/null ||:
%changelog %changelog
* Sat Apr 11 2009 Matthias Clasen <mclasen@redhat.com> - 1.2.1-4
- No need for bash completion to be executable
* Thu Apr 9 2009 David Zeuthen <davidz@redhat.com> - 1.2.1-3 * Thu Apr 9 2009 David Zeuthen <davidz@redhat.com> - 1.2.1-3
- Clean up gdu patches and bump BR for gdu to 0.3 - Clean up gdu patches and bump BR for gdu to 0.3
- Avoiding showing volume for ignored mounts (#495033) - Avoiding showing volume for ignored mounts (#495033)