diff options
author | Brian Behlendorf <[email protected]> | 2015-03-27 14:22:38 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-03-27 14:22:38 -0700 |
commit | 72998c2c9db99a7589cfd4696bd11042e262297d (patch) | |
tree | 905a3f9c4c4ff34aa36ad8e3e5d77d17b3c028e3 /rpm | |
parent | a4f54cf036d9a966ff87abe9a0063f2b457c2389 (diff) |
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 <[email protected]>
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/Makefile.am | 2 | ||||
-rw-r--r-- | rpm/fedora/.gitignore | 3 | ||||
-rw-r--r-- | rpm/fedora/Makefile.am | 1 | ||||
l--------- | rpm/fedora/spl-dkms.spec.in | 1 | ||||
l--------- | rpm/fedora/spl-kmod.spec.in | 1 | ||||
l--------- | rpm/fedora/spl.spec.in | 1 |
6 files changed, 1 insertions, 8 deletions
diff --git a/rpm/Makefile.am b/rpm/Makefile.am index e41cdda2e..b564eeefd 100644 --- a/rpm/Makefile.am +++ b/rpm/Makefile.am @@ -1 +1 @@ -SUBDIRS = fedora generic +SUBDIRS = generic diff --git a/rpm/fedora/.gitignore b/rpm/fedora/.gitignore deleted file mode 100644 index 67129ff14..000000000 --- a/rpm/fedora/.gitignore +++ /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 index da6c4abe2..000000000 --- a/rpm/fedora/Makefile.am +++ /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 index 900f524aa..000000000 --- a/rpm/fedora/spl-dkms.spec.in +++ /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 index 311c24d84..000000000 --- a/rpm/fedora/spl-kmod.spec.in +++ /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 index d3276f013..000000000 --- a/rpm/fedora/spl.spec.in +++ /dev/null @@ -1 +0,0 @@ -../generic/spl.spec.in
\ No newline at end of file |