From 5d7ee404058acdfb207316ba88417bf5fcf68d62 Mon Sep 17 00:00:00 2001 From: Christoph Klaffl Date: Fri, 24 May 2019 08:29:54 +0200 Subject: [PATCH] fix centos package name --- INSTALL.md | 2 +- packages/rhel/sanoid.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index c90d5d1..8f0af5d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -51,7 +51,7 @@ Install prerequisite software: # Install and enable epel if we don't already have it, and git too sudo yum install -y epel-release git # Install the packages that Sanoid depends on: -sudo yum install -y perl-Config-IniFiles perl-Data-Dumper perl-capture-tiny lzop mbuffer mhash pv +sudo yum install -y perl-Config-IniFiles perl-Data-Dumper perl-Capture-Tiny lzop mbuffer mhash pv ``` Clone this repo, then put the executables and config files into the appropriate directories: diff --git a/packages/rhel/sanoid.spec b/packages/rhel/sanoid.spec index c605be9..8ce0360 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, perl-Config-IniFiles, perl-capture-tiny +Requires: perl, mbuffer, lzop, pv, perl-Config-IniFiles, perl-Capture-Tiny %if 0%{?_with_systemd} Requires: systemd >= 212