Make rpm a weak dependency
The goal is to allow systems based on bootc without rpm installed. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2338647
This commit is contained in:
parent
f70418328b
commit
44dd526f21
@ -1,3 +1,6 @@
|
||||
* Fri Feb 06 2026 Vit Mojzis <vmojzis@redhat.com> - 3.9-3
|
||||
- Make `rpm` a weak dependency (bz#2338647)
|
||||
|
||||
* Mon Jan 26 2026 Vit Mojzis <vmojzis@redhat.com> - 3.9-3
|
||||
- restorecon: Add option to count relabeled files (RHEL-94827)
|
||||
|
||||
|
||||
@ -64,8 +64,9 @@ BuildRequires: python3-devel python3-setuptools python3-wheel python3-pip
|
||||
BuildRequires: systemd
|
||||
BuildRequires: git-core
|
||||
BuildRequires: gnupg2
|
||||
Requires: util-linux grep gawk diffutils rpm sed
|
||||
Requires: util-linux grep gawk diffutils sed
|
||||
Requires: libsepol >= %{libsepolver} coreutils libselinux-utils >= %{libselinuxver}
|
||||
Recommends: rpm
|
||||
|
||||
%description
|
||||
Security-enhanced Linux is a feature of the Linux® kernel and a number
|
||||
|
||||
Loading…
Reference in New Issue
Block a user