From 15fca00a2f520d0a3fbd3c34e12861fddb9a39b0 Mon Sep 17 00:00:00 2001 From: orange-snn Date: Mon, 19 Oct 2020 11:42:55 +0800 Subject: [PATCH] change the spec name to ndisc6 from ndisc --- ndisc.spec => ndisc6.spec | 5 ++++- ndisc.yaml => ndisc6.yaml | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename ndisc.spec => ndisc6.spec (89%) rename ndisc.yaml => ndisc6.yaml (100%) diff --git a/ndisc.spec b/ndisc6.spec similarity index 89% rename from ndisc.spec rename to ndisc6.spec index d1f79ad..c3d022f 100644 --- a/ndisc.spec +++ b/ndisc6.spec @@ -1,6 +1,6 @@ Name: ndisc6 Version: 1.0.4 -Release: 1 +Release: 2 Summary: IPv6 diagnostic tools License: GPLv2 or GPLv3 URL: http://www.remlab.net/ndisc6 @@ -44,5 +44,8 @@ It includes the follwing programs : %{_mandir}/man* %changelog +* Mon Oct 19 2020 orange-snn - 1.0.4-2 +- change the spec name to ndisc6 from ndisc + * Thu Jan 7 2018 openEuler Buildteam - 1.0.4-1 - Package init diff --git a/ndisc.yaml b/ndisc6.yaml similarity index 100% rename from ndisc.yaml rename to ndisc6.yaml -- Gitee