Michael Schröder
476eac8c55
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=275
14 lines
479 B
Diff
14 lines
479 B
Diff
Don't let rpm complain about a missing /etc/magic.mgc file
|
|
|
|
--- build/rpmfc.c.orig 2013-07-12 12:16:40.000000000 +0000
|
|
+++ build/rpmfc.c 2013-07-12 12:17:15.000000000 +0000
|
|
@@ -901,7 +901,7 @@ static int initAttrs(rpmfc fc)
|
|
|
|
rpmRC rpmfcClassify(rpmfc fc, ARGV_t argv, rpm_mode_t * fmode)
|
|
{
|
|
- int msflags = MAGIC_CHECK | MAGIC_COMPRESS | MAGIC_NO_CHECK_TOKENS;
|
|
+ int msflags = MAGIC_COMPRESS | MAGIC_NO_CHECK_TOKENS;
|
|
magic_t ms = NULL;
|
|
rpmRC rc = RPMRC_FAIL;
|
|
|