]> git.proxmox.com Git - mirror_spl-debian.git/commit
Remove usage of the __id_u macro for portability.
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 5 Oct 2009 19:51:58 +0000 (12:51 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 5 Oct 2009 19:51:58 +0000 (12:51 -0700)
commitf44078fad5a941f2489ce0bbb8ed2c521f13f26e
treefb30e8397af210aba7e45cf99818334b12425619
parent39ab544079015f2b7ad854ef9c8815290d971f17
Remove usage of the __id_u macro for portability.

This macro was removed from the default RPM macro file.  Interestly,
some of the arch specific macro's add it back it based on your distro
but it should not be counted on.  However, __id still exists and its
command line args have historically been fairly stable so we will
directly use %{__id} -un to get the user name.
spl-modules.spec.in
spl.spec.in