From 4932bea9132ec13759199cad823e9088e7ff7ea7 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 1 Mar 2025 12:08:14 +0100 Subject: [PATCH] update to 1.8.1 [release 1.8.1-1mamba;Fri Feb 28 2025] --- libtracefs.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libtracefs.spec b/libtracefs.spec index 9a01351..d637552 100644 --- a/libtracefs.spec +++ b/libtracefs.spec @@ -1,13 +1,13 @@ Name: libtracefs -Version: 1.7.0 +Version: 1.8.1 Release: 1mamba Summary: Linux kernel trace file system library Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/about/ -Source: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/snapshot/libtracefs-%{version}.tar.gz +URL: https://web.git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/about/ +Source: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/libtracefs-%{version}/libtracefs-%{version}.tar.bz2 License: GPL, LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -34,7 +34,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description tools This package contains utility applications for %{name}. -%debug_package %prep %setup -q @@ -50,8 +49,6 @@ This package contains utility applications for %{name}. %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -72,5 +69,8 @@ This package contains utility applications for %{name}. %{_bindir}/sqlhist %changelog +* Fri Feb 28 2025 Silvan Calarco 1.8.1-1mamba +- update to 1.8.1 + * Tue Dec 12 2023 Silvan Calarco 1.7.0-1mamba - package created using the webbuild interface