mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
7362f98335
Former-commit-id: 92f4ec61c6a2171de786d4e0347ddf7e6342c00a
8 lines
508 B
Plaintext
8 lines
508 B
Plaintext
# The steps below are verified on RHEL7.1 ppc64le
|
|
1. Copy Crypt-Rijndael-1.09.tar.gz to /root/rpmbuild/SOURCES/.
|
|
2. Copy perl-Crypt-Rijndael.spec to /root/rpmbuild/SPECS/
|
|
3. Run "rpmbuild -bb /root/rpmbuild/SPECS/perl-Crypt-Rijndael.spec" which creates /root/rpmbuild/RPMS/ppc64le/perl-Crypt-Rijndael-1.09-2.ael7a.ppc64le.rpm
|
|
|
|
|
|
Note: the build of perl-Crypt-Rijndael needs perl-Test-Manifest, which is not shipped with RHEL. Could build perl-Test-Manifest from source code, or download binary from internet.
|