]> git.pld-linux.org Git - packages/dahdi-linux.git/blobdiff - dahdi-linux.spec
- rebuild for kernel-3.4.3-1
[packages/dahdi-linux.git] / dahdi-linux.spec
index 716ff7fa787e4ebf5f59df984f9517b8b2f8201c..6618cb528f4c6745bc1b95bff871f696400ec20a 100644 (file)
@@ -32,7 +32,7 @@
 %undefine      with_dist_kernel
 %endif
 
-%define                rel     7
+%define                rel     23
 %define                pname   dahdi-linux
 %define                FIRMWARE_URL http://downloads.digium.com/pub/telephony/firmware/releases
 Summary:       DAHDI telephony device support
@@ -154,6 +154,9 @@ chmod a+rx download-logger
 %if %{with kernel}
 %build_kernel_modules SUBDIRS=$PWD/drivers/dahdi DAHDI_BUILD_ALL=m HOTPLUG_FIRMWARE=yes DAHDI_MODULES_EXTRA=" " -m %{modules_in} KSRC=$PWD/o -C drivers/dahdi DAHDI_INCLUDE=$PWD/../../include
 
+# check that all built .ko is handled by build_kernel_modules
+# (renamed to either -dist, -up, or -smp suffix)
+# if some missing, check the 'modules*' macros above
 check_modules() {
        err=0
        for a in drivers/dahdi/{*/,}*.ko; do
This page took 0.123668 seconds and 4 git commands to generate.