amuehlem / MISP-RPM

RPM packages for MISP
34 stars 15 forks source link

Patch missing in SOURCES dir #17

Closed Brueggus closed 5 years ago

Brueggus commented 5 years ago
+ patch --ignore-whitespace -p0
/var/tmp/rpm-tmp.vdHq5P: line 45: /home/alex/rpmbuild/SOURCES/MISP-Server.php.patch: No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.vdHq5P (%install)

RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.vdHq5P (%install)

MISP-Server.php.patch seems to be missing in the repository. Is it still needed and if so, could you add it to the repo?

Thanks a lot!

amuehlem commented 5 years ago

Hi Alexander

Yes, it's still needed, it's a small hack that writes the MISP version (git build hash) to the diagnostics page. I've added it to the repository.

Best Andreas