File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -23,28 +23,29 @@ Sample Scanner Implementation
2323
2424Development Requirements
2525-------------
26+ On Fedora, command is
27+
28+ dnf install ruby-devel rubygem-rake rubygem-ffi rubygem-bundler openscap
29+
2630On RHEL you can install requirements by issuing
2731
2832 yum install ruby-devel rubygem-rake rubygem-bundler openscap
2933 gem install ffi # or install rubygem-ffi RPM package from EPEL
3034
31- On Fedora, command is
32-
33- yum install ruby-devel rubygem-rake rubygem-ffi rubygem-bundler openscap
3435
3536Test Requirements
3637-------------
38+ On Fedora, more packages are necessary, but rubocop can be of the latest version
39+
40+ dnf install rubygem-minitest rubygem-test-unit rubygems-devel bzip2
41+ gem install rubocop
42+
3743For tests on RHEL7, you need minitest package and specific older version of rubocop.
3844Newer versions of rubocop requires Ruby >= 2.1.0
3945
4046 yum install rubygem-minitest bzip2
4147 gem install rubocop -v 0.50.0
4248
43- On Fedora, more packages are necessary, but rubocop can be of the latest version
44-
45- dnf install rubygem-minitest rubygem-test-unit rubygems-devel bzip2
46- gem install rubocop
47-
4849Tests are then performed using script
4950
5051 ./runtest.sh
You can’t perform that action at this time.
0 commit comments