I didn't make the .spec file for the package. It was one in one of the gnome
packages a long time ago. I will continue building as a normal user and report
the next problem like that as a bug.

Thanks. :)


"Mike A. Harris" wrote:
> 
> On Tue, 29 Aug 2000, Ivan Jager wrote:
> >
> >When building as a regular user, how do you get the packages to install
> >files owned by root?
> 
> Simple, use %defattr()
> 
> >When I first started building packages I did it as root, then I found
> >out that if I "chown ivanj: -R /usr/src/redhat" I could build as ivanj
> >without any problems (AFAIK), until one day someone else installed one
> >of my packages. Then I noticed that the files it was installing were
> >owned by ivanj. (they didn't have a user ivanj, so it said "ivanj: no
> >such user", or something like that) Then I started building as root
> >again.
> 
> Do _NOT_ set the file permissions and ownership in %install or
> any other previous sections.  Set ALL permissions and ownership
> in the %files section using the %defattr and %attr macros
> instead.
> 
> This causes the permissions to occur during packaging time, ready
> for install time.
> 
> Doing it in %install requires root privs and is a bad way to
> make spec files.
> 
> The only major downside is that in some spec's where you would
> do:
> 
> %install
> make install
> 
> And let the make target install all files and possibly set
> permissions, etc.. or use the "install" command to install files
> and set owner/perms, etc..  You must now manually put your own
> install section, or make a diff to the makefile that doesn't set
> perms, ownership...
> 
> It makes for a more secure build environment though.
> 
> >Is this solved in newer versions of rpm, or should I give rpm some other
> >parameters? (other than "-bb <package>")
> 
> Just use the macros described above.

-- 
Ivan Jager



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to