Skip to content

Commit

Permalink
Minor spec fixes
Browse files Browse the repository at this point in the history
Fix the version of pam we actually require, fix up the provides.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
  • Loading branch information
nullr0ute committed Nov 2, 2021
1 parent 82cad31 commit 1ef48ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions greenboot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Requires: systemd >= 240
Requires: grub2-tools-minimal
Requires: rpm-ostree
# PAM is required to programatically read motd messages from /etc/motd.d/*
Requires: pam >= 1.3.1-15
# This causes issues with RHEL-8 as the fix isn't there an el8 is on pam-1.3.x
Requires: pam >= 1.4.0
# While not strictly necessary to generate the motd, the main use-case of this package is to display it on SSH login
Recommends: openssh
Provides: greenboot-auto-update-fallback
Expand All @@ -38,7 +39,7 @@ Obsoletes: greenboot-rpm-ostree-grub2 <= 0.12.0
%package default-health-checks
Summary: Update platforms DNS resolution and connection check for greenboot
Requires: %{name} = %{version}-%{release}
Provides: update-platforms-check
Provides: greenboot-update-platforms-check
Obsoletes: greenboot-update-platforms-check <= 0.12.0

%description default-health-checks
Expand Down

0 comments on commit 1ef48ac

Please sign in to comment.