Re: [Rust-users] makeRPM.sh problems
Status: Beta
Brought to you by:
psychogenic
From: Michael D. H. <mh...@nu...> - 2003-03-10 14:22:13
|
Here are som patches I sent to Pat back in June. I've been using crust with these patches extensively since then with no problems. rust.diff was the first addition I made to rust to support the Vendor tag in RPM. I have since added a bunch of additional supported tags like Obsoletes. I don't have the patches made right now but I'll put it on my task list. Although it is named rust.diff I think it is only a patch for crust, the rust back-end. crust.diff and makeRPM.diff will provide you with the ability to have an unlimited number of files in your RPM which should fix your problem. The problem was that crust was passing all the filenames on the command line to makeRPM.sh. Since the filenames are already in the spec file, I just changed makeRPM.sh to pull them out of the spec file. Pat, any chance you'll have some time soon for a new release? Michael On Monday 10 March 2003 04:40 am, Michiels Olivier wrote: > Hi, > I'm trying without success to use crust in order to build some rpms. > I've followed the documentation but I still have some problems when I'm > using the --makerpm option. The makeRPM.sh shell script gives an error: > line 35: [: too many arguments. and no rpms are created. > What is wrong ? I've installed the last rpm version of rust. > > Thanks, > Michiels Olivier |