This commit is contained in:
15
nodefattr.diff
Normal file
15
nodefattr.diff
Normal file
@@ -0,0 +1,15 @@
|
||||
Revert upstream patch that always uses %defattr(-,root,root).
|
||||
Upstream should probably use a macro instead.
|
||||
|
||||
--- ./build/files.c.orig 2005-12-14 19:22:43.000000000 +0000
|
||||
+++ ./build/files.c 2006-02-17 13:57:25.000000000 +0000
|
||||
@@ -2000,7 +2012,9 @@ static int processPackageFiles(Spec spec
|
||||
|
||||
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;
|
||||
Reference in New Issue
Block a user