From a1af2886da836236833f15c563213440ffb98e38 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:48:14 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- generic-repos.spec => openEuler-repos.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename generic-repos.spec => openEuler-repos.spec (96%) diff --git a/generic-repos.spec b/openEuler-repos.spec similarity index 96% rename from generic-repos.spec rename to openEuler-repos.spec index 47c5647..160365c 100644 --- a/generic-repos.spec +++ b/openEuler-repos.spec @@ -2,7 +2,7 @@ Name: %{vendor}-repos Version: 1.0 -Release: 3.0 +Release: Summary: %{vendor} package repositories License: Mulan PSL v2 @@ -46,6 +46,9 @@ install -m 644 %{_sourcedir}/generic.repo $RPM_BUILD_ROOT/etc/yum.repos.d/%{vend /etc/pki/rpm-gpg/ %changelog +* Tue Oct 26 2021 chenchen - 1.0- +- change the spec file name to be the same as the repo name + * Thu Mar 4 2021 openEuler Buildteam - 1.0-3.0 - Type:NA - ID:NA -- Gitee