Skip to content

Commit e334748

Browse files
committed
Do not generate not needed defattr.
1 parent 2d24e2f commit e334748

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rpmstubby/org.eclipse.linuxtools.rpmstubby/src/org/eclipse/linuxtools/rpmstubby/StubbyGenerator.java

-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public String generateSpecfile() {
129129

130130
private void generateFilesSections(StringBuilder buffer) {
131131
buffer.append("%files\n");
132-
buffer.append("%defattr(-,root,root,-)\n");
133132
buffer.append("%{install_loc}\n");
134133
for (String fileName : mainPackage.getDocFiles()) {
135134
buffer.append("%doc ").append(mainPackage.getDocFilesRoot())

0 commit comments

Comments
 (0)