From 7dbd45eb52b4209c31da6657e10a19d637d6b15f Mon Sep 17 00:00:00 2001 From: kkz Date: Mon, 13 Dec 2021 17:35:06 +0800 Subject: [PATCH] remove '%{dist}' from sepc file --- libumem.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libumem.spec b/libumem.spec index 53b7061..26446eb 100644 --- a/libumem.spec +++ b/libumem.spec @@ -3,7 +3,7 @@ Name: libumem Version: 1.0 -Release: 1%{?dist} +Release: 2 Summary: Port of Solaris's slab allocator. Group: System Environment/Libraries @@ -105,5 +105,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Mon Dec 13 2021 zhaoshuang - 1.0.1-2 +- remove "%{dist}" from spec file + * Fri Nov 27 2020 luocheng <1264148725@qq.com> - 1.0.1-1 - Package init -- Gitee