From 51979d0821e430794f926b81699bd1ef1e1e6542ad555b7cbc6f2a623e4eee3a Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Sat, 2 Nov 2019 19:25:39 +0000 Subject: [PATCH 1/2] - Adjust %PKG_VERSION%-0 tagging to be compatible with future kubernetes versions OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/kubic-etcd-image?expand=0&rev=11 --- kubic-etcd-image.changes | 6 ++++++ kubic-etcd-image.kiwi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kubic-etcd-image.changes b/kubic-etcd-image.changes index ad99e0f..4bfa168 100644 --- a/kubic-etcd-image.changes +++ b/kubic-etcd-image.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 2 20:24:08 CET 2019 - kukuk@suse.de + +- Adjust %PKG_VERSION%-0 tagging to be compatible with future + kubernetes versions + ------------------------------------------------------------------- Thu Oct 10 12:47:55 UTC 2019 - Richard Brown diff --git a/kubic-etcd-image.kiwi b/kubic-etcd-image.kiwi index 1db4fde..8aa1a03 100644 --- a/kubic-etcd-image.kiwi +++ b/kubic-etcd-image.kiwi @@ -15,7 +15,7 @@ From a8de874e8f8ea7eb7f0a00976c78fae707b5e999aed0395b579f6ac648fea290 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Fri, 8 Nov 2019 22:09:47 +0000 Subject: [PATCH 2/2] - Add LICENSE file OBS-URL: https://build.opensuse.org/package/show/devel:kubic:containers/kubic-etcd-image?expand=0&rev=12 --- LICENSE | 17 +++++++++++++++++ kubic-etcd-image.changes | 5 +++++ 2 files changed, 22 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2b62e4c --- /dev/null +++ b/LICENSE @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/kubic-etcd-image.changes b/kubic-etcd-image.changes index 4bfa168..3919b3c 100644 --- a/kubic-etcd-image.changes +++ b/kubic-etcd-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 8 22:09:48 UTC 2019 - Thorsten Kukuk + +- Add LICENSE file + ------------------------------------------------------------------- Sat Nov 2 20:24:08 CET 2019 - kukuk@suse.de