From 9fffecb05f3379b7e1fa54a7d1b70c2524e8e3fc Mon Sep 17 00:00:00 2001 From: Tiamo0 Date: Mon, 13 Jun 2022 06:17:53 +0000 Subject: [PATCH] Remove %{dist} from spec file --- multitail.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/multitail.spec b/multitail.spec index aecfcf1..32df75f 100644 --- a/multitail.spec +++ b/multitail.spec @@ -1,6 +1,6 @@ Name: multitail Version: 6.5.0 -Release: 1%{?dist} +Release: 2 Summary: View one or multiple files like tail but with multiple windows # License GPLv2 specified in readme.txt @@ -62,6 +62,9 @@ rm -rf %{buildroot}%{_docdir}/ %{_mandir}/man1/multitail.1* %changelog +* Mon Jun 13 2022 tiamo0 - 6.5.0-2 +- Remove %{dist} from spec file + * Fri Jul 02 2021 han shuang - 6.5.0-1 - Rebuild multitail 6.5.0 -- Gitee