From 658d77c44437945a35440208ec6473c7805e6952 Mon Sep 17 00:00:00 2001 From: kkz Date: Mon, 13 Dec 2021 17:31:55 +0800 Subject: [PATCH] remove '%{dist}' from sepc file --- filesystem.spec | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/filesystem.spec b/filesystem.spec index c962777..e094fa2 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -1,18 +1,18 @@ -Summary: The basic directory layout for a Linux system -Name: filesystem -Version: 3.16 -Release: 1%{?dist} -License: Public Domain -URL: https://pagure.io/filesystem -Group: System Environment/Base -Source1: https://pagure.io/filesystem/raw/master/f/lang-exceptions -Source2: iso_639.sed -Source3: iso_3166.sed +Summary: The basic directory layout for a Linux system +Name: filesystem +Version: 3.16 +Release: 2 +License: Public Domain +URL: https://pagure.io/filesystem +Group: System Environment/Base +Source1: https://pagure.io/filesystem/raw/master/f/lang-exceptions +Source2: iso_639.sed +Source3: iso_3166.sed BuildRequires: iso-codes Requires(pre): setup -Provides: filesystem-afs = %{version}-%{release} -Obsoletes: filesystem-afs <= 3.14-2 +Provides: filesystem-afs = %{version}-%{release} +Obsoletes: filesystem-afs <= 3.14-2 %description The filesystem package is one of the basic packages that is installed @@ -305,6 +305,9 @@ restorecon /afs 2>/dev/null >/dev/null || : /var/yp %changelog +* Mon Dec 13 2021 zhaoshuang 3.16-2 +- remove "%{dist}" from spec file + * Wed Nov 17 2021 Wenchao Hao 3.16-1 - update to 3.16 version -- Gitee