diff --git a/pyang-swagger.spec b/pyang-swagger.spec index da3a09fd6fbc9e8550f84eb7952ae83dc21ee5f7..ca0a565e37da65f1a6c42c3c29c3194a504715e2 100644 --- a/pyang-swagger.spec +++ b/pyang-swagger.spec @@ -3,7 +3,7 @@ Name: pyang-swagger Version: 1.0 -Release: 2 +Release: 3 Summary: A pyang plugin to obtain the RESTCONF API from a yang model License: Apache-2.0 @@ -30,6 +30,9 @@ install pyang/plugins/swagger.py %{buildroot}/%{pyang_plugin_dir} /%{pyang_plugin_dir}/swagger.py %changelog +* Sat Dec 24 2022 qisen - 1.0-3 +- add yaml + * Tue May 10 2022 liukuo - 1.0-2 - Change the license to "Apache-2.0" diff --git a/pyang-swagger.yaml b/pyang-swagger.yaml new file mode 100644 index 0000000000000000000000000000000000000000..e857e835d6a64049f847c0cb609c4fe42d2e5226 --- /dev/null +++ b/pyang-swagger.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: polycube-network/pyang-swagger +tag_prefix: ^v +seperator: "."