rpms/emacs/F-10 emacs.spec,1.114,1.115

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


Author: dnovotny

Update of /cvs/extras/rpms/emacs/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23772

Modified Files:
	emacs.spec 
Log Message:

 fix bz#484309



Index: emacs.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs/F-10/emacs.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- emacs.spec	22 Jan 2009 09:44:57 -0000	1.114
+++ emacs.spec	9 Feb 2009 11:08:07 -0000	1.115
@@ -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
@@ -279,7 +279,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 || :
@@ -330,6 +330,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)
+
 * Thu Jan 22 2009 Daniel Novotny <dnovotny at redhat.com> 1:22.3-3
 - font dependency changed from 100dpi to 75dpi (the font was too large)
 




More information about the fedora-extras-commits mailing list