Simple wrappers around using rpmbuild to turn off various things. In th arm cases, we can't cross build perf or tools anyway.
		
			
				
	
	
		
			4 lines
		
	
	
		
			100 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			100 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| rpmbuild --target x86_64 --without debuginfo --without perf --without tools --rebuild $1
 |