mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 17:11:45 +00:00
10 lines
588 B
Plaintext
10 lines
588 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.
|
|
|
|
For RHEL 8, run "rpmbuild --rebuild perl-Crypt-Rijndael-1.13-10.fc29.src.rpm".
|