mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-21 09:01:46 +00:00
8 lines
447 B
Plaintext
8 lines
447 B
Plaintext
# The steps below are verified on x86_64 SLES 12
|
|
1. Copy Crypt-CBC-2.33.tar.gz to /usr/src/packages/SOURCES/.
|
|
2. Copy perl-Crypt-CBC.spec to /usr/src/packages/SPECS/
|
|
3. Modify Release to perl version in the perl-Crypt-CBC.spec
|
|
3. Run "rpmbuild -ba /usr/src/packages/SPECS/perl-Crypt-CBC.spec" which creates /usr/src/packages/RPMS/noarch/perl-Crypt-CBC-2.33-3.7.noarch.rpm
|
|
|
|
For RHEL 8, run "rpmbuild --rebuild perl-Crypt-CBC-2.33-20.fc29.src.rpm".
|