[packagers] bug in razor-agents-2.81-1 spec file
Dries Verachtert
dries at ulyssis.org
Thu Aug 24 22:47:33 CEST 2006
On Tuesday 22 August 2006 03:55, subs at jake8us.org wrote:
> Apparently the razor package was changed so that all the commands like
> razor-check and razor-report are no longer just links to razor-client.
> They are now real files. Here is a patch to the razor-agents.spec which
> fixes this.
>
> --- razor-agents_old.spec 2006-05-25 23:51:06.000000000 -0400
> +++ razor-agents_new.spec 2006-08-21 19:05:02.000000000 -0400
> @@ -67,9 +67,7 @@
> INSTALLMAN5DIR="%{_mandir}/man5"
>
> %{__install} -d -m0755 %{buildroot}%{_bindir}
> -for bin in razor-check razor-report razor-admin razor-revoke; do
> - %{__ln_s} -f razor-client %{buildroot}%{_bindir}/$bin
> -done
> +%{__install} -p -m0755 bin/* %{buildroot}%{_bindir}/.
>
> %clean
> %{__rm} -rf %{buildroot}
>
> I got this package/spec from dries repo it was called
> razor-agents-2.81-1.fc5.rf.src.rpm.
>
> I checked and the svn version of the spec file and it was the same as
> the one in the .src.rpm file above.
Hello,
Thanks for the patch, i've fixed the spec file and i'll make new packages.
kind regards,
Dries
--
Rpm packages for Red Hat Enterprise Linux, Fedora Core and Aurora at
http://dries.ulyssis.org/rpm/
More information about the packagers
mailing list