From ee6ac980b129a23642851259b5a4850b5bc7d0b176ffa8d5ae5f4e4f5c11b8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Sun, 25 Oct 2015 14:35:24 +0000 Subject: [PATCH] Accepting request 340836 from home:lmuelle:pyton3-samba lign %defattr lines OBS-URL: https://build.opensuse.org/request/show/340836 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=56 --- talloc.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/talloc.spec b/talloc.spec index 377e918..73296b2 100644 --- a/talloc.spec +++ b/talloc.spec @@ -219,19 +219,19 @@ DESTDIR=${RPM_BUILD_ROOT} make install %{python_sitearch}/talloc.so %files -n python-talloc-devel -%defattr(-,root,root,-) +%defattr(-,root,root) %{_includedir}/pytalloc.h %{_libdir}/pkgconfig/pytalloc-util.pc %{_libdir}/libpytalloc-util.so %if %{with_python3} %files -n python3-talloc -%defattr(-,root,root,-) +%defattr(-,root,root) %{_libdir}/libpytalloc-util.%{py3_soflags}.so.* %{python3_sitearch}/talloc.%{py3_soflags}.so %files -n python3-talloc-devel -%defattr(-,root,root,-) +%defattr(-,root,root) %{_includedir}/pytalloc.h %{_libdir}/pkgconfig/pytalloc-util.pc %{_libdir}/libpytalloc-util.%{py3_soflags}.so