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

Re: Help; newbie to RPM and troubles with tar!



On Tue, Oct 16, 2001 at 01:39:47PM +0100, Matthew Allen wrote:
> /var/tmp/rpm-tmp.80120: tar: command not found

Sounds like you need to make tar be a prereq.

> user mdallen does not exist - using root

And, sounds like you need to set a defattr in your files section.



> Summary: The Genos package (binary only)
> Name: Genos
> Version: 1.0
> Release: 1
> Copyright: Red-M
> Group: System Environment/Daemons
> Source: /u/master/red-m


Add:

PreReq: tar

or, alternately, the new syntax of 

Requires(post): tar	



And down here:

> %files

%defattr(-,root,root)

> /usr/product/genos-extra/target.tgz 


-- 
Matthew Miller           mattdm@mattdm.org        <http://www.mattdm.org/>
Boston University Linux      ------>                <http://linux.bu.edu/>





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