rpms/emacs-vm/F-7 emacs-vm.spec,1.8,1.9

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Tue Jun 26 22:37:47 UTC 2007


Author: jgu

Update of /cvs/extras/rpms/emacs-vm/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7710

Modified Files:
	emacs-vm.spec 
Log Message:
* Tue Jun 26 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.0.453-1
- Ensure files in /usr/bin have exec bit set properly (BZ #245740)



Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/F-7/emacs-vm.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- emacs-vm.spec	18 Jun 2007 23:42:56 -0000	1.8
+++ emacs-vm.spec	26 Jun 2007 22:37:12 -0000	1.9
@@ -16,7 +16,7 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: %{vmversion}.%{devoversion}
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Applications/Internet
 URL: http://www.nongnu.org/viewmail/
@@ -76,6 +76,9 @@
 # Copy source lisp files into buildroot for emacs-vm-el sub-package
 (cd lisp ; install -m 644 *.el %{buildroot}%{pkgdir})
 
+# Ensure binary files in /usr/bin have the exec bit set
+chmod +x %{buildroot}%{_bindir}/* 
+
 # Create initialization file.
 install -d %{buildroot}/%{startd}
 cat > %{buildroot}/%{initfile} <<EOF
@@ -120,6 +123,9 @@
 %{pkgdir}/*.el
 
 %changelog
+* Tue Jun 26 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.0.453-1
+- Ensure files in /usr/bin have exec bit set properly (BZ #245740)
+
 * Tue Jun 19 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.0.453-1
 - Update to version 8.0.0 devo 453 which removes the need for thr vmrf patch
 - No longer need to bundle vcard stuff as that is included upstream




More information about the fedora-extras-commits mailing list