From 5221ea38b126ee98534b09130f8ebaec63c5fc6c Mon Sep 17 00:00:00 2001 From: chen-jan Date: Mon, 25 Oct 2021 08:10:15 +0000 Subject: [PATCH 1/2] change the spec file name to be the same as the repo name --- 389-ds-base.spec => three-eight-nine-ds-base.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename 389-ds-base.spec => three-eight-nine-ds-base.spec (98%) diff --git a/389-ds-base.spec b/three-eight-nine-ds-base.spec similarity index 98% rename from 389-ds-base.spec rename to three-eight-nine-ds-base.spec index e202b90..342662c 100644 --- a/389-ds-base.spec +++ b/three-eight-nine-ds-base.spec @@ -6,7 +6,7 @@ ExcludeArch: i686 Name: 389-ds-base Summary: Base 389 Directory Server Version: 1.4.0.31 -Release: 3 +Release: 4 License: GPLv3+ URL: https://www.port389.org Source0: https://releases.pagure.org/389-ds-base/389-ds-base-%{version}.tar.bz2 @@ -347,6 +347,9 @@ exit 0 %{_mandir}/*/* %changelog +* Mon Oct 25 2021 chenchen - 1.4.0.31-4 +- change the spec file name to be the same as the repo name + * Mon Aug 2 2021 Haiwei Li - 1.4.0.31-3 - Fix complication failed due to gcc upgrade -- Gitee From 46279f7c71cb83ebf2b8e8f2d3c6428ac4ce1927 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:51:24 +0000 Subject: [PATCH 2/2] change the spec file name to be the same as the repo name --- three-eight-nine-ds-base.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/three-eight-nine-ds-base.spec b/three-eight-nine-ds-base.spec index 342662c..3de99e0 100644 --- a/three-eight-nine-ds-base.spec +++ b/three-eight-nine-ds-base.spec @@ -6,7 +6,7 @@ ExcludeArch: i686 Name: 389-ds-base Summary: Base 389 Directory Server Version: 1.4.0.31 -Release: 4 +Release: 5 License: GPLv3+ URL: https://www.port389.org Source0: https://releases.pagure.org/389-ds-base/389-ds-base-%{version}.tar.bz2 @@ -347,6 +347,9 @@ exit 0 %{_mandir}/*/* %changelog +* Tue Oct 26 2021 chenchen - 1.4.0.31-5 +- change the spec file name to be the same as the repo name + * Mon Oct 25 2021 chenchen - 1.4.0.31-4 - change the spec file name to be the same as the repo name -- Gitee