----- "[email protected]" <[email protected]> wrote: > On Jul 30, 5:56 pm, Todd Zullinger <[email protected]> wrote: > > Douglas Garstang wrote: > > > The spec file for for (whatever version this actually is), > doesn't > > > cleanly build an RPM either. > ><SNIP> > > > > rpmbuild --rebuild --define 'dist .el5' --define 'rhel 5' \ > > --define 'el5 1' /path/to/puppet*.src.rpm > > > > You can pass some options to disable augeas and selinux if you like > as > > well. > > > ><SNIP> > > Sorry to interject, but how would I pass options to disable augeas? > So far, the only way I see is to prep and make the changes directly in > the spec file. Is there a way to do so on the rpmbuild command line?
rpmbuild -ba -D 'dist .el5' -D 'rhel 5' -D '_without_augeas 1' puppet.spec -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
