Hi guys,
I made a script that, by using "rpmrebuild" (which is available on SourceForge and uses rpmbuild as its backend), recreates all the currently installed RPM packages and stores them in a user-defined directory.
Everything works like a charm, except for a few packages.
Those packages fail to build because some of the files they should contain are missing on the filesystem.
This is an example of the errors I get:
Code:
error: File not found: /etc/identd.key
File not found: /etc/identd.key
/usr/lib/rpmrebuild/rpmrebuild.sh: ERROR: package 'pidentd-3.0.14-5' build failed
error: File not found: /usr/share/ssl/certs/stunnel.pem
File not found: /usr/share/ssl/certs/stunnel.pem
/usr/lib/rpmrebuild/rpmrebuild.sh: ERROR: package 'stunnel-3.26-1.7.3' build failed
Is there a way to ask rpmbuild (because yes, rpmrebuild allows to pass parameters to rpmbuild) to *ignore* the missing files?
Thanks in advance! :-)