2006-12-19 00:17:44 +01:00
|
|
|
Revert upstream patch that always uses %defattr(-,root,root).
|
|
|
|
Upstream should probably use a macro instead.
|
|
|
|
|
2008-09-12 20:37:28 +02:00
|
|
|
Index: build/files.c
|
|
|
|
===================================================================
|
|
|
|
--- build/files.c.orig
|
|
|
|
+++ build/files.c
|
|
|
|
@@ -2014,7 +2014,9 @@ static int processPackageFiles(Spec spec
|
2006-12-19 00:17:44 +01:00
|
|
|
|
|
|
|
nullAttrRec(&fl.cur_ar);
|
|
|
|
nullAttrRec(&fl.def_ar);
|
|
|
|
+#if 0
|
|
|
|
dupAttrRec(&root_ar, &fl.def_ar); /* XXX assume %defattr(-,root,root) */
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
fl.defVerifyFlags = RPMVERIFY_ALL;
|
|
|
|
fl.nLangs = 0;
|