diff --git a/tcsh.spec b/tcsh.spec index 2c1b729..9ddf465 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -3,7 +3,7 @@ Summary: An enhanced version of csh, the C shell Name: tcsh Version: 6.15 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD with advertising Group: System Environment/Shells Source: ftp://ftp.astron.com/pub/tcsh/tcsh-%{version}.00.tar.gz @@ -14,7 +14,7 @@ Provides: csh = %{version} Requires(post): grep Requires(postun): coreutils, grep URL: http://www.tcsh.org/ -Buildroot: %{_tmppath}/%{name}-%{version}-root +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, automake, ncurses-devel, gettext-devel %description @@ -97,6 +97,9 @@ fi %{_mandir}/*/* %changelog +* Mon Feb 11 2008 Vitezslav Crhonek - 6.15-3 +- Fix Buildroot + * Fri Jan 18 2008 Vitezslav Crhonek - 6.15-2 - Rebuild