diff --git a/linux-sgx.spec b/linux-sgx.spec index f219a504ecf48ba5f966830927511ba5af5668d8..38e945e554c7bf028f39a151a5e6529e98819384 100644 --- a/linux-sgx.spec +++ b/linux-sgx.spec @@ -1,6 +1,6 @@ Name: linux-sgx Version: 2.15.1 -Release: 1 +Release: 2 Summary: Intel(R) Software Guard Extensions for Linux* OS ExclusiveArch: x86_64 License: BSD-3-Clause @@ -1021,5 +1021,8 @@ fi %files -n libsgx-headers -f %{LINUX_INSTALLER_RPM_DIR}/libsgx-headers/build/list-libsgx-headers %changelog +* Wed Jun 22 2022 wangyu - 2.15.1-2 +- add yaml file + * Mon Jun 13 2022 wangyu - 2.15.1-1 - init diff --git a/linux-sgx.yaml b/linux-sgx.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0c2fcca6c3684073a8b60ed561b3ef97ded7159e --- /dev/null +++ b/linux-sgx.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://github.com/intel/linux-sgx.git +tag_prefix: "^sgx_" +seperator: "."