rpm: fix %if syntax
rpm in fedora-33 complains about not quoted strings:
    error: bare words are no longer supported, please use "...":  xxen == xxen
			
			
This commit is contained in:
		
							parent
							
								
									a21783e5f6
								
							
						
					
					
						commit
						a40344252a
					
				| @ -79,7 +79,7 @@ Requires:       qubes-core-qrexec-dom0 >= 4.1.8 | ||||
| Requires:       qubes-db-dom0 | ||||
| # TODO: R: qubes-gui-dom0 >= 2.1.11 | ||||
| Conflicts:      qubes-gui-dom0 < 1.1.13 | ||||
| %if x%{?backend_vmm} == xxen | ||||
| %if "x%{?backend_vmm}" == "xxen" | ||||
| Requires:       xen-runtime | ||||
| Requires:       xen-hvm | ||||
| Requires:       xen-hvm-stubdom-linux >= 1.0.13 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Marek Marczykowski-Górecki
						Marek Marczykowski-Górecki