diff options
author | Gabriel Ganne <gabriel.ganne@qosmos.com> | 2017-01-17 10:00:54 +0100 |
---|---|---|
committer | Gabriel Ganne <gabriel.ganne@qosmos.com> | 2017-01-17 10:10:10 +0100 |
commit | f3854e9cd7b931fe32196fabe3f22d4d1924f2be (patch) | |
tree | 7221d50a4f37b8c5133da5cc3ac95c38e2eed884 /build-root | |
parent | 3bd11d786e2cdbc4d7f23ebde12e1691713bdf7a (diff) |
fix rpm warnings for defattr directory of lua/*
eg.
Processing files: vpp-api-lua-17.04-rc0~119_g3bd11d78.x86_64
warning: %defattr doesn't define directory mode so file mode defined in %defattr is used for directory: ...
Change-Id: Ifd205b6effce6160cf6f7bdbd959e484099ff619
Signed-off-by: Gabriel Ganne <gabriel.ganne@qosmos.com>
Diffstat (limited to 'build-root')
-rw-r--r-- | build-root/rpm/vpp.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/rpm/vpp.spec b/build-root/rpm/vpp.spec index 8308dbf5af1..b3a337b1c54 100644 --- a/build-root/rpm/vpp.spec +++ b/build-root/rpm/vpp.spec @@ -277,7 +277,7 @@ fi /usr/share/vpp/vppctl-cmd-list %files api-lua -%defattr(644,root,root) +%defattr(644,root,root,644) /usr/share/doc/vpp/examples/lua %files api-java |