From 3e1dd001aa58d159cc108032ee29d8b9dd9a028d Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sat, 10 Feb 2007 20:07:22 +0000 Subject: [PATCH] - Require correct tcl package on tk --- tk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tk.spec b/tk.spec index 2fe90a3..1290430 100644 --- a/tk.spec +++ b/tk.spec @@ -4,14 +4,14 @@ Summary: Tk graphical toolkit for the Tcl scripting language Name: tk Version: %{majorver}.13 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: %{epoch} License: BSD Group: Development/Languages URL: http://tcl.sourceforge.net/ Source0: http://download.sourceforge.net/tcl/%{name}%{version}-src.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -Requires: tcl = %{version} +Requires: tcl = %{epoch}:%{version} Requires(post,postun): /sbin/ldconfig BuildRequires: tcl-devel = %{epoch}:%{version}, autoconf BuildRequires: libX11-devel, sed @@ -121,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/mann/* %changelog +* Sat Feb 10 2007 David Cantrell - 1:8.4.13-3 +- Require correct tcl package on tk + * Sat Feb 10 2007 David Cantrell - 1:8.4.13-2 - Require correct tk package on tk-devel