fix centos package name

This commit is contained in:
Christoph Klaffl 2019-05-24 08:29:54 +02:00
parent 681820ceab
commit 5d7ee40405
No known key found for this signature in database
GPG Key ID: FC1C525C2A47CC28
2 changed files with 2 additions and 2 deletions

View File

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

View File

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