mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Remove rpm/fedora directory
Originally it was thought that custom spec files might be required for Fedora. Happily that has turns out not to be the case. Since this directory just contains symlinks to the generic spec files it can be removed. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
		
							parent
							
								
									7d90f569b3
								
							
						
					
					
						commit
						d820d2e9cf
					
				| @ -151,7 +151,7 @@ AC_DEFUN([ZFS_AC_RPM], [ | ||||
| 	RPM_SPEC_DIR="rpm/generic" | ||||
| 	AC_ARG_WITH([spec], | ||||
| 		AS_HELP_STRING([--with-spec=SPEC], | ||||
| 		[Spec files 'generic|fedora']), | ||||
| 		[Spec files 'generic']), | ||||
| 		[RPM_SPEC_DIR="rpm/$withval"]) | ||||
| 
 | ||||
| 	AC_MSG_CHECKING([whether spec files are available]) | ||||
|  | ||||
| @ -134,10 +134,6 @@ AC_CONFIG_FILES([ | ||||
| 	scripts/zpool-config/Makefile | ||||
| 	scripts/common.sh | ||||
| 	rpm/Makefile | ||||
| 	rpm/fedora/Makefile | ||||
| 	rpm/fedora/zfs.spec | ||||
| 	rpm/fedora/zfs-kmod.spec | ||||
| 	rpm/fedora/zfs-dkms.spec | ||||
| 	rpm/generic/Makefile | ||||
| 	rpm/generic/zfs.spec | ||||
| 	rpm/generic/zfs-kmod.spec | ||||
|  | ||||
| @ -1 +1 @@ | ||||
| SUBDIRS = fedora generic | ||||
| SUBDIRS = generic | ||||
|  | ||||
							
								
								
									
										3
									
								
								rpm/fedora/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								rpm/fedora/.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,3 +0,0 @@ | ||||
| /zfs-dkms.spec | ||||
| /zfs-kmod.spec | ||||
| /zfs.spec | ||||
| @ -1 +0,0 @@ | ||||
| EXTRA_DIST = zfs.spec.in zfs-kmod.spec.in zfs-dkms.spec.in | ||||
| @ -1 +0,0 @@ | ||||
| ../generic/zfs-dkms.spec.in | ||||
| @ -1 +0,0 @@ | ||||
| ../generic/zfs-kmod.spec.in | ||||
| @ -1 +0,0 @@ | ||||
| ../generic/zfs.spec.in | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Brian Behlendorf
						Brian Behlendorf