This repository was archived by the owner on Feb 26, 2020. It is now read-only.
Enable building the DKMS package on Debian-based distributions#657
Merged
behlendorf merged 4 commits intoopenzfs:masterfrom Oct 15, 2017
Merged
Enable building the DKMS package on Debian-based distributions#657behlendorf merged 4 commits intoopenzfs:masterfrom
behlendorf merged 4 commits intoopenzfs:masterfrom
Conversation
Signed-off-by: Neal Gompa <ngompa@datto.com>
This involved two things: * Condition kernel-devel Requires to RPM distros * Ensure that --rpm_safe_upgrade isn't used on non-RPM distros Signed-off-by: Neal Gompa <ngompa@datto.com>
13 tasks
Signed-off-by: Neal Gompa <ngompa@datto.com>
Signed-off-by: Neal Gompa <ngompa@datto.com>
tonyhutter
pushed a commit
that referenced
this pull request
Oct 18, 2017
* config/deb.am: Enable building DKMS packages for Debian * rpm/generic/spl-dkms.spec.in: Adjust spec to be Debian-compatible * Condition kernel-devel Requires to RPM distros * Ensure that --rpm_safe_upgrade isn't used on non-RPM distros * config/deb.am: Drop CONFIG_KERNEL and CONFIG_USER guards * Makefile.am: Add pkg-dkms target Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Neal Gompa <ngompa@datto.com> Closes #657
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds the ability to generate DKMS packages that are compatible and installable for Debian and derivatives.
Required for: openzfs/zfs/issues/6044
Required by: openzfs/zfs/pull/6731