feat: add missing dependencies bootc and skopeo to Debian package
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 6m22s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 48s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 6m22s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 48s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
- Add bootc dependency for container-based OS management - Add skopeo dependency for container image management - Align dependencies with rpm-ostree requirements - Package now includes all required components for atomic system deployment - Resolves dependency gap identified in packaging issue analysis
This commit is contained in:
parent
92f9f08c84
commit
f6420e5903
1 changed files with 3 additions and 1 deletions
4
debian/control
vendored
4
debian/control
vendored
|
|
@ -32,7 +32,9 @@ Depends: ${shlibs:Depends},
|
||||||
systemd,
|
systemd,
|
||||||
libapt-pkg7.0 (>= 3.0.0),
|
libapt-pkg7.0 (>= 3.0.0),
|
||||||
polkitd,
|
polkitd,
|
||||||
dbus
|
dbus,
|
||||||
|
bootc,
|
||||||
|
skopeo
|
||||||
Recommends: bubblewrap, binutils
|
Recommends: bubblewrap, binutils
|
||||||
Suggests: bash-completion, zsh-common
|
Suggests: bash-completion, zsh-common
|
||||||
Breaks: apt-ostree (<< 0.1.0-2)
|
Breaks: apt-ostree (<< 0.1.0-2)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue