diff --git a/sysprof.spec b/sysprof.spec index da8504b..c1f41d8 100644 --- a/sysprof.spec +++ b/sysprof.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1) Name: sysprof -Version: 46.0 +Version: 47.0 Release: 1mamba Summary: A sampling profiler that uses a kernel module to generate stacktraces Group: System/Libraries @@ -69,8 +69,6 @@ This package contains libraries and header files for developing applications tha %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root) @@ -108,6 +106,9 @@ This package contains libraries and header files for developing applications tha #%doc NEWS README.md %changelog +* Wed Sep 18 2024 Automatic Build System 47.0-1mamba +- automatic version update by autodist + * Mon Mar 18 2024 Automatic Build System 46.0-1mamba - automatic version update by autodist