Hello.
I'm building this in a CentOS 6 machine. I compiled it and installed (make; make install) to see if everything works. And then uninstalled it (make uninstall). I think this is what causes the errors.
This is the error message I get:
Code:
Processing files: aircrack-ng-debuginfo-1.1-1.x86_64
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/makerpm/rpmbuild/BUILDROOT/aircrack-ng-1.1-1.x86_64
error: Installed (but unpackaged) file(s) found:
/usr/local/bin/aircrack-ng
/usr/local/bin/airdecap-ng
...
And:
Code:
RPM build errors:
Installed (but unpackaged) file(s) found:
/usr/local/bin/aircrack-ng
/usr/local/bin/airdecap-ng
...
I thought of removing those files, but they don't exist.
What's wrong? I don't have experience building rpms, this is my first one. Can someone help me?