mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Provide ${kmodname}-devel-kmod for yum-builddep
In order to ensure that yum-builddep pulls in all the build
requirements a generic ${kmodname}-devel-kmod provides line is
added.  This allows a version of the development headers to be
included without requiring knowledge of the kernel version.
This is important because unlike rpmbuild which does correctly
expand the source rpm spec file, yum-builddep does not.  Without
this generic provides line mock which relies on yum-builddep is
unable to automatically satisfy the dependency.
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
			
			
This commit is contained in:
		
							parent
							
								
									c14183adca
								
							
						
					
					
						commit
						8636968f9a
					
				| @ -243,7 +243,8 @@ print_rpmtemplate_per_kmoddevelpkg () | ||||
| Summary:          ${kmodname} kernel module(s) devel for ${kernel_uname_r} | ||||
| Group:            System Environment/Kernel | ||||
| Requires:         ${kmodname}-devel-kmod-common = %{?epoch:%{epoch}:}%{version}-%{release} | ||||
| Provides:         kmod-${kmodname}-devel-uname-r = ${kernel_uname_r} | ||||
| Provides:         ${kmodname}-devel-kmod = %{?epoch:%{epoch}:}%{version}-%{release} | ||||
| Provides:         ${kmodname}-devel-kmod-uname-r = ${kernel_uname_r} | ||||
| EOF | ||||
| 
 | ||||
| 	# second part | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Brian Behlendorf
						Brian Behlendorf