]> granicus.if.org Git - spl/commit
Add kmod repo integration
authorBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 27 Jul 2013 09:37:38 +0000 (02:37 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 1 Aug 2013 17:27:34 +0000 (10:27 -0700)
commit0b15402db3819115953127078192d804ff36b27f
tree74e35bfc6342c1692216648500a7fce18c2f9621
parentceb387282577b872264143515fc4f55043368b0f
Add kmod repo integration

When the kmod packaging infrastructure was originally added the
dependency on the rpmfusion yum repositories was disabled.  This
was done at the time in favour of getting local builds working.

Now the time has come to conditionally re-enable that functionality
so we can properly provide binary kmod packages.

  ./configure --with-config=srpm
  make SRPM_DEFINE_KMOD='--define="repo rpmfusion"' srpm-kmod
  mock rebuild spl-kmod-x.y.z-r.el6.src.rpm

One nice benefit of finishing this work is that the generic and
fedora spl-kmod spec files can be merged again.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
rpm/fedora/spl-kmod.spec.in [changed from file to symlink]
rpm/generic/spl-kmod.spec.in
scripts/kmodtool