From 90619de90d35167b1adef0b1e000ffe307eaea03 Mon Sep 17 00:00:00 2001 From: Hrvoje Zeba Date: Tue, 16 Jul 2019 16:27:10 -0600 Subject: 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 Signed-off-by: Jens Axboe --- liburing.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - 0.1 -- cgit