Add %{__id_u} back, duh
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 6 Jan 2010 10:57:48 +0000 (12:57 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 6 Jan 2010 10:58:49 +0000 (12:58 +0200)
- appears to be rather commonly used afterall
- dont bother with the former id|sed foo though

macros.in

index 3649fe3..dd33480 100644 (file)
--- a/macros.in
+++ b/macros.in
@@ -44,6 +44,7 @@
 %__grep                        @__GREP@
 %__gzip                        @__GZIP@
 %__id                  @__ID@
+%__id_u                        %{__id} -u
 %__install             @__INSTALL@
 %__ln_s                        @LN_S@
 # Deprecated, use %__xz instead.