diff --git a/libtalloc.spec b/libtalloc.spec index 63d967e..f95269b 100644 --- a/libtalloc.spec +++ b/libtalloc.spec @@ -1,7 +1,7 @@ %define major %(echo 2.0.1 | cut -d. -f1) Name: libtalloc Epoch: 1 -Version: 2.4.2 +Version: 2.4.3 Release: 1mamba Summary: The talloc library Group: System/Libraries @@ -44,7 +44,6 @@ Obsoletes: pytalloc-devel < 1:2.3.4 %{name} is a hierarchical, reference counted memory pool system with destructors. This package contains libraries and header files needed for development. -%debug_package %prep %setup -q -n talloc-%{version} @@ -68,8 +67,6 @@ chmod +x %{buildroot}%{_libdir}/libtalloc.so.%{version} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -89,6 +86,9 @@ chmod +x %{buildroot}%{_libdir}/libtalloc.so.%{version} %doc NEWS %changelog +* Fri Feb 07 2025 Automatic Build System 2.4.3-1mamba +- automatic version update by autodist + * Tue Jan 30 2024 Automatic Build System 2.4.2-1mamba - automatic version update by autodist