[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: rh-rpm] File owner when build rpm



On Mon, 15 Sep 2003, Theewara Vorakosit wrote:

>     I create RPM by "make rpm" which is a m4 macro for
>     autoconf/automake. I do this using normal user, named
>     user 1, not root. When I install this rpm at other host,
>     it shows error "user1 is not found, using root". Can I
>     force file owner in RPM package own by root?

<snip .spec file>

The answer is:  not easily, but the warning is harmless.  The 
message "user1 is not found, using root" is coming from an 
un-tar subprocess, and is warning that it does not see a 
userid matching the one it was created under, on the local 
build system.

As mentioned, the warning is harmless.  Just ignore it.

-- Russ Herrold




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]