Hi, I'm trying to use the --define flag of the rpmbuild command but it has no effect. It's as if I didn't specify it. I'm using Fedora Core 3, rpm-4.3.2-21. Did --define become obsolete? Can I get the same behavior otherwise? In foo.spec: %define key value ...stuff... Here's the command-line I'm using: rpmbuild -ba --define 'key newvalue' foo.spec As the result of that command, foo is built with key=value instead of key=newvalue. No error message is displayed. Why? Thanks! _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list