diff options
author | наб <[email protected]> | 2022-04-09 19:44:40 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-05-10 10:19:25 -0700 |
commit | 2820719800cde2576baa12a43e4b9124a1906e40 (patch) | |
tree | 6795fd956d4a286cbfe61a4b3076ebad23eaa3a6 /rpm/redhat | |
parent | 93a8c85e7bf5acfc3d2d9c6fade77c921c4ae396 (diff) |
autoconf: use include directives instead of recursing down rpm
Also simplify .gitignore
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13316
Diffstat (limited to 'rpm/redhat')
-rw-r--r-- | rpm/redhat/.gitignore | 3 | ||||
-rw-r--r-- | rpm/redhat/Makefile.am | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/rpm/redhat/.gitignore b/rpm/redhat/.gitignore deleted file mode 100644 index 7f5daafdd..000000000 --- a/rpm/redhat/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/zfs-dkms.spec -/zfs-kmod.spec -/zfs.spec diff --git a/rpm/redhat/Makefile.am b/rpm/redhat/Makefile.am deleted file mode 100644 index 89b13640d..000000000 --- a/rpm/redhat/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST = zfs.spec.in zfs-kmod.spec.in zfs-dkms.spec.in |