From a25ec83812ace12c26ba01296e278a2799d04d77 Mon Sep 17 00:00:00 2001 From: Rodger Donaldson Date: Sun, 25 Nov 2018 07:14:59 +1300 Subject: [PATCH] Add a dependency for the configini patch The RPM will install but fail to run if the perl-Config-IniFiles rpm is not also installed; this adds as a Requires: so that yum/dnf can find and install. --- packages/rhel/sanoid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rhel/sanoid.spec b/packages/rhel/sanoid.spec index 3a9412f..7d4995d 100644 --- a/packages/rhel/sanoid.spec +++ b/packages/rhel/sanoid.spec @@ -14,7 +14,7 @@ License: GPLv3 URL: https://github.com/jimsalterjrs/sanoid Source0: https://github.com/jimsalterjrs/%{name}/archive/%{git_tag}/%{name}-%{version}.tar.gz -Requires: perl, mbuffer, lzop, pv +Requires: perl, mbuffer, lzop, pv, perl-Config-IniFiles %if 0%{?_with_systemd} Requires: systemd >= 212