forked from pool/libewf
e433315f4e
Upgrade to latest release Remove Requires libewf from ewftools subpackage as requested by Coolo. Workaround BNC 778993 license issue by using GPL-3.0+ for now (forwarded request 133168 from gregfreemyer) OBS-URL: https://build.opensuse.org/request/show/133169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libewf?expand=0&rev=3
16 lines
485 B
Diff
16 lines
485 B
Diff
Index: libewf-20120813/ewftools/info_handle.c
|
|
===================================================================
|
|
--- libewf-20120813.orig/ewftools/info_handle.c
|
|
+++ libewf-20120813/ewftools/info_handle.c
|
|
@@ -4193,10 +4193,6 @@ int dfxml_build_environment_fprint(
|
|
#endif
|
|
fprintf(
|
|
stream,
|
|
- "\t\t\t<compilation_date>" __DATE__ " " __TIME__ "</compilation_date>\n" );
|
|
-
|
|
- fprintf(
|
|
- stream,
|
|
"\t\t\t<library name=\"libewf\" version=\"%s\"/>\n",
|
|
LIBEWF_VERSION_STRING );
|
|
|