forked from docker/containerd-packaging
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disable btrfs for all CentOS/RHEL versions
Now that we no longer have to take 1.5/1.6 into account, we must unconditionally disable brtfs for CentOS and RHEL, as no version provides the Linux kernel headers for btrfs Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
29 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,7 @@ Source: containerd.io | |
Section: devel | ||
Priority: optional | ||
Maintainer: Containerd team <[email protected]> | ||
# btrfs dependencies no longer needed for containerd 1.7 and up, which now | ||
# uses the Linux kernel headers for this. | ||
# TODO(thaJeztah): remove btrfs build-dependencies once containerd 1.6 reaches EOL. | ||
Build-Depends: libbtrfs-dev | btrfs-tools , | ||
debhelper (>= 10~) | dh-systemd, | ||
Build-Depends: debhelper (>= 10~) | dh-systemd, | ||
pkg-config, | ||
libseccomp-dev | ||
Standards-Version: 4.1.4 | ||
|
This file contains 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