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:
Petr Lautrbach 2025-01-22 08:47:43 +01:00 committed by Vit Mojzis
parent f70418328b
commit 44dd526f21
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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