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: "."