diff --git a/symlinks.spec b/symlinks.spec index e1923f8..03b7181 100644 --- a/symlinks.spec +++ b/symlinks.spec @@ -2,14 +2,14 @@ Summary: A utility which maintains a system's symbolic links Name: symlinks URL: ftp://metalab.unc.edu/pub/Linux/utils/file/ Version: 1.2 -Release: 27%{?dist} +Release: 28%{?dist} Group: Applications/System License: distributable Source: ftp://metalab.unc.edu/pub/Linux/utils/file/%{name}-%{version}.tar.gz Patch0: symlinks-1.2-nostatic.patch Patch1: symlinks-1.2-fixman.patch Patch2: symlinks-1.2-short.patch -Buildroot: %{_tmppath}/%{name}-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description The symlinks utility performs maintenance on symbolic links. Symlinks @@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man8/symlinks.8* %changelog +* Wed Feb 7 2007 Tim Waugh 1.2-28 +- Fixed build root (bug #226445). + * Tue Feb 6 2007 Tim Waugh 1.2-27 - Fixed summary (bug #226445). - Added token URL tag (bug #226445).