On Thu, Feb 23, 2017 at 12:32 PM, <abdul....@wipro.com> wrote: > Hi Guys, > I have a source file of 6 GB and i try to create an RPM using the spec > file. > After creating the RPMS , i installed on the machines. But i am not able > to do the command : > "rpm -ivh LINSEE_xilinx-sdk_v20164-2016.4-1.src.rpm" > It throws an error as below : > > [root@euca-10-254-169-180 SRPMS]# rpm -ivh LINSEE_xilinx-sdk_v20164-2016. > 4-1.src.rpm > 1:LINSEE_xilinx-sdk_v2016########################################### > [100%] > error: unpacking of archive failed on file > /root/rpmbuild/SOURCES/xilinx-sdk.tar.gz;58ae56bb: > cpio: Digest mismatch > error: LINSEE_xilinx-sdk_v20164-2016.4-1.src.rpm cannot be installed > > I split the RPM into 3 packages , Is there any way how i can split the > source file using spec file. > Kindly help me here. > You should build the src rpm with this rpmbuild option: --define "_source_filedigest_algorithm md5". Then you can install the src rpm on CentOS5 or earlier versions.
> _______________________________________________ > devel mailing list -- devel@lists.fedoraproject.org > To unsubscribe send an email to devel-le...@lists.fedoraproject.org >
_______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org