diff options
author | Hrvoje Zeba <zeba.hrvoje@gmail.com> | 2019-07-16 16:27:10 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-07-16 16:27:10 -0600 |
commit | 90619de90d35167b1adef0b1e000ffe307eaea03 (patch) | |
tree | e35afdb34dd1f810e7500eec015024dc4744940f | |
parent | 15739afc53919cded39330aace2fa75bdb2abc60 (diff) |
Don't take ownership of %{_mandir}/man2 directory
Yum doesn't like packages taking ownership of
directories provided by other packages.
Signed-off-by: Hrvoje Zeba <zeba.hrvoje@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | liburing.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liburing.spec b/liburing.spec index 957ed3b..61afac8 100644 --- a/liburing.spec +++ b/liburing.spec @@ -50,7 +50,7 @@ make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr libdir=/%{_libdir} mandir=/usr/ %attr(0755,root,root) %{_libdir}/liburing.so %attr(0644,root,root) %{_libdir}/liburing.a %attr(0644,root,root) %{_libdir}/pkgconfig/* -%attr(0644,root,root) %{_mandir}/* +%attr(0644,root,root) %{_mandir}/man2/* %changelog * Tue Jan 8 2019 Jens Axboe <axboe@kernel.dk> - 0.1 |