From 8957c9605940939b23672924522cf747926e3590 Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Fri, 7 Jan 2011 17:20:56 +0100 Subject: [PATCH] The emacs-terminal package now requires emacs package --- emacs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/emacs.spec b/emacs.spec index 27b4ece..89f507b 100644 --- a/emacs.spec +++ b/emacs.spec @@ -4,7 +4,7 @@ Summary: GNU Emacs text editor Name: emacs Epoch: 1 Version: 23.2 -Release: 14%{?dist} +Release: 15%{?dist} License: GPLv3+ URL: http://www.gnu.org/software/emacs/ Group: Applications/Editors @@ -141,6 +141,7 @@ Emacs packages or see some elisp examples. %package terminal Summary: A desktop menu item for GNU Emacs terminal. Group: Applications/Editors +Requires: emacs = %{epoch}:%{version}-%{release} %description terminal @@ -444,6 +445,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/applications/emacs-terminal.desktop %changelog +* Thu Jan 7 2011 Karel Klic - 1:23.2-15 +- The emacs-terminal package now requires emacs package + * Thu Jan 6 2011 Karel Klic - 1:23.2-14 - Patch emacs-terminal to use /usr/bin/emacs (rhbz#635213)