I downloaded a source rpm for httpd-2.4.7 from koji.fedoraproject.org, When i try to build the package i get a error stating that " Only garbage value was found in the patch input".
The patch name is httpd-2.4.7-sslsninotreq.patch.
The whole content of the patch is as follows.
diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c
index 15993f1..53ed6f1 100644
But the previous version of the same patch (i.e) httpd-2.4.3-sslsninotreq.patch had a lot more lines than the above.
Is this because of a fault commit from git? or is there anything that i should install on my system like git before building the package ?
Do anyone else have the same problem ? is there any other source of this patch available ?