rpms/emacs/devel emacs.spec,1.115,1.116

Daniel Novotny dnovotny at fedoraproject.org
Mon Feb 9 11:11:51 UTC 2009


Author: dnovotny

Update of /cvs/extras/rpms/emacs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24178

Modified Files:
	emacs.spec 
Log Message:

 fix bz#484309



Index: emacs.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs/devel/emacs.spec,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- emacs.spec	18 Jan 2009 16:22:07 -0000	1.115
+++ emacs.spec	9 Feb 2009 11:11:20 -0000	1.116
@@ -4,7 +4,7 @@
 Name: emacs
 Epoch: 1
 Version: 22.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -272,7 +272,7 @@
 done
 
 %preun common
-alternatives --remove etags %{_bindir}/etags.emacs || :
+alternatives --remove emacs.etags %{_bindir}/etags.emacs || :
 if [ "$1" = 0 ]; then
   for f in %{info_files}; do
     /sbin/install-info --delete %{_infodir}/$f.gz %{_infodir}/dir 2> /dev/null || :
@@ -323,6 +323,9 @@
 %dir %{_datadir}/emacs/%{version}
 
 %changelog
+* Mon Feb 09 2009 Daniel Novotny <dnovotny at redhat.com> 1:22.3-4
+- fix bz#484309 (alternatives error message)
+
 * Sun Jan 18 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 1:22.3-3
 - Add /etc/rpm/macros.emacs file
 




More information about the fedora-extras-commits mailing list