forked from rpms/kernel
		
	Move the dlm module to modules-extra (rhbz 811547)
This commit is contained in:
		
							parent
							
								
									09440ff3b2
								
							
						
					
					
						commit
						bd9fffb7d6
					
				| @ -62,7 +62,7 @@ Summary: The Linux kernel | |||||||
| # For non-released -rc kernels, this will be appended after the rcX and | # For non-released -rc kernels, this will be appended after the rcX and | ||||||
| # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" | # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" | ||||||
| # | # | ||||||
| %global baserelease 1 | %global baserelease 2 | ||||||
| %global fedora_build %{baserelease} | %global fedora_build %{baserelease} | ||||||
| 
 | 
 | ||||||
| # base_sublevel is the kernel version we're starting with and patching | # base_sublevel is the kernel version we're starting with and patching | ||||||
| @ -1767,7 +1767,7 @@ BuildKernel() { | |||||||
|       for mod in `echo $depends | sed -e 's/,/ /g'` |       for mod in `echo $depends | sed -e 's/,/ /g'` | ||||||
|       do |       do | ||||||
|         match=`grep "^$mod.ko" mod-extra.list` ||: |         match=`grep "^$mod.ko" mod-extra.list` ||: | ||||||
|         if [ -z "$match" ] |         if [ -n "$match" ] | ||||||
|         then |         then | ||||||
|           continue |           continue | ||||||
|         else |         else | ||||||
| @ -2309,6 +2309,9 @@ fi | |||||||
| #                 ||----w | | #                 ||----w | | ||||||
| #                 ||     || | #                 ||     || | ||||||
| %changelog | %changelog | ||||||
|  | * Tue Apr 17 2012 Josh Boyer <jwboyer@redhat.com> | ||||||
|  | - Move the dlm module to modules-extra (rhbz 811547) | ||||||
|  | 
 | ||||||
| * Tue Apr 17 2012 Justin M. Forbes <jforbes@redhat.com> - 3.4.0-0.rc3.git1.1 | * Tue Apr 17 2012 Justin M. Forbes <jforbes@redhat.com> - 3.4.0-0.rc3.git1.1 | ||||||
| - Linux v3.4-rc3-17-g4643b05 | - Linux v3.4-rc3-17-g4643b05 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -15,6 +15,7 @@ dccp_ipv4.ko | |||||||
| dccp_ipv6.ko | dccp_ipv6.ko | ||||||
| dccp.ko | dccp.ko | ||||||
| dccp_probe.ko | dccp_probe.ko | ||||||
|  | dlm.ko | ||||||
| sctp.ko | sctp.ko | ||||||
| sctp_probe.ko | sctp_probe.ko | ||||||
| rds.ko | rds.ko | ||||||
| @ -146,8 +147,12 @@ uio_aec.ko | |||||||
| uio_pci_generic.ko | uio_pci_generic.ko | ||||||
| gfs2.ko | gfs2.ko | ||||||
| ocfs2.ko | ocfs2.ko | ||||||
| ocfs2_stackglue.ko |  | ||||||
| ocfs2_dlm.ko | ocfs2_dlm.ko | ||||||
|  | ocfs2_dlmfs.ko | ||||||
|  | ocfs2_nodemanager.ko | ||||||
|  | ocfs2_stackglue.ko | ||||||
|  | ocfs2_stack_o2cb.ko | ||||||
|  | ocfs2_stack_user.ko | ||||||
| cuse.ko | cuse.ko | ||||||
| affs.ko | affs.ko | ||||||
| befs.ko | befs.ko | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user