From 9dc0ce14abe3e3eebe9bbbee1a0bc8afcc315d8f Mon Sep 17 00:00:00 2001 From: wang--ge Date: Wed, 22 Nov 2023 17:09:45 +0800 Subject: [PATCH 1/2] add yaml file --- libsmi.spec | 5 ++++- libsmi.yaml | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 libsmi.yaml diff --git a/libsmi.spec b/libsmi.spec index 5a42c4e..b38f405 100644 --- a/libsmi.spec +++ b/libsmi.spec @@ -1,6 +1,6 @@ Name: libsmi Version: 0.4.8 -Release: 25 +Release: 26 Summary: A library to access SMI MIB information License: GPLv2+ and BSD URL: http://www.ibr.cs.tu-bs.de/projects/libsmi/index.html @@ -80,6 +80,9 @@ make check ||: %{_mandir}/man3/*.3* %changelog +* Wed Nov 22 2023 Ge Wang - 0.4.8-26 +- Add yaml file + * Tue Sep 15 2020 Ge Wang - 0.4.8-25 - Modify Source0 Url diff --git a/libsmi.yaml b/libsmi.yaml new file mode 100644 index 0000000..00bbaf0 --- /dev/null +++ b/libsmi.yaml @@ -0,0 +1,4 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +seperator: NA From c065ac743c3b410fc4c8e25066556cab42358d01 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 23 Nov 2023 09:22:17 +0800 Subject: [PATCH 2/2] remove changelog --- libsmi.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libsmi.spec b/libsmi.spec index b38f405..5a42c4e 100644 --- a/libsmi.spec +++ b/libsmi.spec @@ -1,6 +1,6 @@ Name: libsmi Version: 0.4.8 -Release: 26 +Release: 25 Summary: A library to access SMI MIB information License: GPLv2+ and BSD URL: http://www.ibr.cs.tu-bs.de/projects/libsmi/index.html @@ -80,9 +80,6 @@ make check ||: %{_mandir}/man3/*.3* %changelog -* Wed Nov 22 2023 Ge Wang - 0.4.8-26 -- Add yaml file - * Tue Sep 15 2020 Ge Wang - 0.4.8-25 - Modify Source0 Url