From d23fd505e771d40c141ddd5c01c55fb41cba6c07 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:27:11 +0100 Subject: [PATCH] rebuilt with system talloc up-to-date [release 0.9.39-2mamba;Mon Apr 15 2019] --- tevent.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/tevent.spec b/tevent.spec index f145436..23ebd1e 100644 --- a/tevent.spec +++ b/tevent.spec @@ -1,7 +1,7 @@ Name: tevent Epoch: 1 Version: 0.9.39 -Release: 1mamba +Release: 2mamba Summary: An event system based on the talloc memory management library. Group: System/Libraries Vendor: openmamba @@ -15,9 +15,12 @@ BuildRequires: glibc-devel BuildRequires: libattr-devel BuildRequires: libbsd-devel BuildRequires: libpython-devel +BuildRequires: libpython36-devel BuildRequires: libtalloc-devel ## AUTOBUILDREQ-END -BuildRequires: pytalloc-devel +BuildRequires: libtalloc-devel +BuildRequires: python-talloc +BuildRequires: python-talloc-py36 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -85,28 +88,27 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_ %files -n lib%{name} %defattr(-,root,root) %{_libdir}/libtevent.so.* -%{_libdir}/tevent/libpytalloc-util.so.* -%{_libdir}/tevent/libtalloc.so.* %files -n lib%{name}-devel %defattr(-,root,root) %{_includedir}/tevent.h %{_libdir}/libtevent.so %{_libdir}/pkgconfig/tevent.pc -%{_mandir}/man3/talloc.3* %files -n python-%{name} %defattr(-,root,root) %{python3_sitearch}/_tevent.so -%{python3_sitearch}/talloc.so %{python3_sitearch}/tevent.py %files -n python-%{name}-py36 %defattr(-,root,root) -%{python36_sitearch}/* -%{_libdir}/tevent/libpytalloc-util.cpython-36* +%{python36_sitearch}/_tevent.cpython-*.so +%{python36_sitearch}/tevent.py %changelog +* Mon Apr 15 2019 Silvan Calarco 0.9.39-2mamba +- rebuilt with system talloc up-to-date + * Sun Mar 31 2019 Automatic Build System 0.9.39-1mamba - automatic version update by autodist