Hi, While building an rpm for oss, I noticed that the proper requirements for building the oss kernel modules was not included in the rpm specfile template. The following patch adds them. I'm unsure if there are any version requirements but they could be added by someone with more knowledge.
diff -r c77f8f8d4296 setup/Linux/spec.tmpl --- a/setup/Linux/spec.tmpl Mon Aug 10 12:35:53 2009 +0300 +++ b/setup/Linux/spec.tmpl Mon Aug 10 11:46:52 2009 -0400 @@ -7,6 +7,8 @@ Vendor: 4Front Technologies Packager: 4Front Technologies BuildRoot: /tmp/prototype +Requires: gcc, kernel-devel + %description Open Sound System for Linux (OSS/Linux) is a commercial quality sound driver distributed by 4Front Technologies (http://www.opensound.com). OSS provides -alexander k ho _______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel