mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	BuildRequires libtirpc-devel needed for RHEL 8
Building against RHEL 8 requires libtirpc-devel, as with fedora 28.
Add rhel8 and centos8 options to the test, to account for that.
BuildRequires Originally added for fedora 28 via commit
1a62a305be
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
Closes #9289
			
			
This commit is contained in:
		
							parent
							
								
									146d7d8846
								
							
						
					
					
						commit
						0ae5f0c8d2
					
				| @ -139,7 +139,7 @@ BuildRequires:  libblkid-devel | ||||
| BuildRequires:  libudev-devel | ||||
| BuildRequires:  libattr-devel | ||||
| BuildRequires:  openssl-devel | ||||
| %if 0%{?fedora} >= 28 | ||||
| %if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 || 0%{?centos} >= 8 | ||||
| BuildRequires:  libtirpc-devel | ||||
| %endif | ||||
| Requires:       openssl | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Olaf Faaland
						Olaf Faaland