diff --git a/spdk.spec b/spdk.spec index 1a2ed4a229606959bafdefcb5283f18bb2c8aa8a..3beb76370813d5492771beea921ba7d879dab0a1 100644 --- a/spdk.spec +++ b/spdk.spec @@ -3,9 +3,9 @@ Name: spdk Version: 20.01.1 -Release: 1 +Release: 2 Summary: Set of libraries and utilities for high performance user-mode storage -License: BSD +License: BSD and MIT URL: http://spdk.io Source0: https://github.com/spdk/spdk/archive/v%{version}.tar.gz @@ -167,6 +167,8 @@ mv doc/output/html/ %{install_docdir} %changelog +* Thu Nov 26 2020 Shihao Sun - 20.01.1-2 +- modify license * Sat Nov 7 2020 Feilong Lin - 20.01.1-1 - Support aarch64 * Tue Sep 18 2018 Pawel Wodkowski - 0:18.07-3 diff --git a/spdk.yaml b/spdk.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e1bd99b52cb93b826310110a6549c912890bc5f6 --- /dev/null +++ b/spdk.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: spdk/spdk +tag_prefix: "v" +separator: "."