]> granicus.if.org Git - zfs/commitdiff
Remove rpm/fedora directory
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 27 Mar 2015 21:22:38 +0000 (14:22 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 27 Mar 2015 21:22:38 +0000 (14:22 -0700)
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>
config/spl-build.m4
configure.ac
rpm/Makefile.am
rpm/fedora/.gitignore [deleted file]
rpm/fedora/Makefile.am [deleted file]
rpm/fedora/spl-dkms.spec.in [deleted symlink]
rpm/fedora/spl-kmod.spec.in [deleted symlink]
rpm/fedora/spl.spec.in [deleted symlink]

index 82fbea0c352be125e31ff5a72bb85c8792819185..058866dd6caadace9a26b84783c39687c0a6c8f8 100644 (file)
@@ -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])
index 9746659e4934820586bf6ca90597ed7d66cdf314..2aee70b712f69da00cc21520c3115bb36452ea4f 100644 (file)
@@ -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
index e41cdda2e9998322ada8903c16959dee3a956542..b564eeefd9f4fd7f750b26c9c6c2a81378e1a791 100644 (file)
@@ -1 +1 @@
-SUBDIRS = fedora generic
+SUBDIRS = generic
diff --git a/rpm/fedora/.gitignore b/rpm/fedora/.gitignore
deleted file mode 100644 (file)
index 67129ff..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-/spl-dkms.spec
-/spl-kmod.spec
-/spl.spec
diff --git a/rpm/fedora/Makefile.am b/rpm/fedora/Makefile.am
deleted file mode 100644 (file)
index da6c4ab..0000000
+++ /dev/null
@@ -1 +0,0 @@
-EXTRA_DIST = spl.spec.in spl-kmod.spec.in spl-dkms.spec.in
diff --git a/rpm/fedora/spl-dkms.spec.in b/rpm/fedora/spl-dkms.spec.in
deleted file mode 120000 (symlink)
index 900f524..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../generic/spl-dkms.spec.in
\ No newline at end of file
diff --git a/rpm/fedora/spl-kmod.spec.in b/rpm/fedora/spl-kmod.spec.in
deleted file mode 120000 (symlink)
index 311c24d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../generic/spl-kmod.spec.in
\ No newline at end of file
diff --git a/rpm/fedora/spl.spec.in b/rpm/fedora/spl.spec.in
deleted file mode 120000 (symlink)
index d3276f0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../generic/spl.spec.in
\ No newline at end of file