From ef3fe785af20f6b027bf87ff462ecb229bb6a027 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 29 Jul 2022 09:37:28 +0800 Subject: [PATCH] add .yaml and license compliance rectification --- plexus-archiver.spec | 7 +++++-- plexus-archiver.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 plexus-archiver.yaml diff --git a/plexus-archiver.spec b/plexus-archiver.spec index 4d32ac8..63d728d 100644 --- a/plexus-archiver.spec +++ b/plexus-archiver.spec @@ -1,9 +1,9 @@ Name: plexus-archiver Version: 4.2.6 -Release: 1 +Release: 2 Epoch: 0 Summary: Plexus Archiver Components -License: ASL 2.0 +License: Apache-2.0 URL: http://codehaus-plexus.github.io/plexus-archiver Source0: https://github.com/codehaus-plexus/plexus-archiver/archive/plexus-archiver-%{version}.tar.gz @@ -57,6 +57,9 @@ including Java EE applications or web applications. %changelog +* Fri Jul 29 2022 liukuo - 0:4.2.6-2 +- License compliance rectification + * Thu Dec 30 2021 yaoxin - 0:4.2.6-1 - Upgrade plexus-archiver to 4.2.6 diff --git a/plexus-archiver.yaml b/plexus-archiver.yaml new file mode 100644 index 0000000..8f1263f --- /dev/null +++ b/plexus-archiver.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: codehaus-plexus/plexus-archiver +tag_prefix: "^v" +separator: "." -- Gitee