Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
numactl.2872
revert_date_in_numastat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File revert_date_in_numastat.patch of Package numactl.2872
numactl: Revert __DATE__ in numastat or this will trigger unnecessary, constant rebuilds in build service environments. Signed-off-by: Thomas Renninger <trenn@suse.de> --- numastat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: numactl-2.0.9/numastat.c =================================================================== --- numactl-2.0.9.orig/numastat.c +++ numactl-2.0.9/numastat.c @@ -725,7 +725,7 @@ double huge_page_size_in_bytes = 0; void display_version_and_exit() { char *version_string = "20130723"; - printf("%s version: %s: %s\n", prog_name, version_string, __DATE__); + printf("%s version: %s\n", prog_name, version_string); exit(EXIT_SUCCESS); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor