mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +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
a4f54cf036
commit
72998c2c9d
@ -229,7 +229,7 @@ AC_DEFUN([SPL_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])
|
||||
|
@ -70,10 +70,6 @@ AC_CONFIG_FILES([
|
||||
include/vm/Makefile
|
||||
scripts/Makefile
|
||||
rpm/Makefile
|
||||
rpm/fedora/Makefile
|
||||
rpm/fedora/spl.spec
|
||||
rpm/fedora/spl-kmod.spec
|
||||
rpm/fedora/spl-dkms.spec
|
||||
rpm/generic/Makefile
|
||||
rpm/generic/spl.spec
|
||||
rpm/generic/spl-kmod.spec
|
||||
|
@ -1 +1 @@
|
||||
SUBDIRS = fedora generic
|
||||
SUBDIRS = generic
|
||||
|
3
rpm/fedora/.gitignore
vendored
3
rpm/fedora/.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
/spl-dkms.spec
|
||||
/spl-kmod.spec
|
||||
/spl.spec
|
@ -1 +0,0 @@
|
||||
EXTRA_DIST = spl.spec.in spl-kmod.spec.in spl-dkms.spec.in
|
@ -1 +0,0 @@
|
||||
../generic/spl-dkms.spec.in
|
@ -1 +0,0 @@
|
||||
../generic/spl-kmod.spec.in
|
@ -1 +0,0 @@
|
||||
../generic/spl.spec.in
|
Loading…
Reference in New Issue
Block a user