Displaying 1 result from an estimated 1 matches for "buildsrpm".
Did you mean:
buildrpm
2014 Jan 07
0
Can we trust RedHat encryption tools?
...t.openssl.org/gitweb/?p=openssl.git;a=blob_plain;f=openssl.spec;hb=HEAD.
What I then do download the source from openssl.org and put that into
~/rpmbuild/SOURCES and extract it. I then copy
~/rpmbuild/SOURCES/openssl-1.0.1f/openssl.spec into ~/rpmbuild/SPECS and run
the following commands:
mock --buildsrpm --sources=./rpmbuild/SOURCES
--spec=./rpmbuild/SPECS/openssl.spec
mock --no-clean --rebuild --root=default
/var/lib/mock/epel-6-x86_64/result/openssl-1.0.1f-1.src.rpm
This gives the error reported above. I realize that this is a naive approach
but I after looking at the Redhat openssl.spec...