Murilo Opsfelder Araújo wrote: > On 1/22/07, Erez Zilber <erezz@xxxxxxxxxxxx> wrote: >> Hi, >> >> In my spec file, in the %post section, I'm trying to change the >> permissions of some of the files that the rpm installs: >> >> %post >> >> chmod +x /sbin/my_file >> >> However, after I install the binary rpm, /sbin/my_file is not >> executable. Am I doing something wrong? >> >> Thanks, > > Hi, > > You must set up the permissions on the %files section. Like this: > > %files > %attr(0755,root,root) /sbin/my_file > > Best regards. > Thanks - all answers were very helpful. -- ____________________________________________________________ Erez Zilber | 972-9-971-7689 Software Engineer, Storage Team Voltaire – _The Grid Backbone_ __ www.voltaire.com <http://www.voltaire.com/> _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list