From 3c2df8d983f94f985aaa0ba9bf806d799242f255 Mon Sep 17 00:00:00 2001 From: lvyy Date: Wed, 2 Jul 2025 03:16:59 +0000 Subject: [PATCH] Correct the format of the changelog. --- filesystem.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/filesystem.spec b/filesystem.spec index 800b27d..d28ff07 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -1,7 +1,7 @@ Summary: The basic directory layout for a Linux system Name: filesystem Version: 3.16 -Release: 6 +Release: 7 License: Public Domain URL: https://pagure.io/filesystem Source1: https://pagure.io/filesystem/raw/master/f/lang-exceptions @@ -305,6 +305,9 @@ restorecon /afs 2>/dev/null >/dev/null || : /var/yp %changelog +* Wed Jul 2 2025 lvyy 3.16-7 +- Correct the format of the changelog + * Wed Jul 31 2024 YiFeng Wu 3.16-6 - Remove obsolete and forbidden Group tag @@ -330,8 +333,8 @@ restorecon /afs 2>/dev/null >/dev/null || : - /proc and /sys made %%ghost to allow filesystem package updates in rootless container environments (rhbz#1548403) --* Fri Jul 17 2020 Ruijun Ge - 3.14-2 --- update to 3.14 version +* Fri Jul 17 2020 Ruijun Ge - 3.14-2 +- update to 3.14 version * Mon Jan 27 2020 Ondrej Vasik - 3.14-1 - do not restore context of /proc (#1722766) -- Gitee