Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rbac-manager for openSUSE:Factory checked in at 2022-03-31 17:18:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rbac-manager (Old) and /work/SRC/openSUSE:Factory/.rbac-manager.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rbac-manager" Thu Mar 31 17:18:19 2022 rev:11 rq:965340 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rbac-manager/rbac-manager.changes 2021-04-12 12:34:08.685089340 +0200 +++ /work/SRC/openSUSE:Factory/.rbac-manager.new.1900/rbac-manager.changes 2022-03-31 17:18:32.453372110 +0200 @@ -1,0 +2,7 @@ +Fri Mar 25 16:23:00 UTC 2022 - alexandre.vice...@suse.com + +- Update to version 1.1.0: + * Update documentation + * Bugfixes + +------------------------------------------------------------------- Old: ---- rbac-manager-0.10.0.tar.gz New: ---- rbac-manager-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rbac-manager.spec ++++++ --- /var/tmp/diff_new_pack.QP52sg/_old 2022-03-31 17:18:33.221363447 +0200 +++ /var/tmp/diff_new_pack.QP52sg/_new 2022-03-31 17:18:33.225363401 +0200 @@ -1,7 +1,7 @@ # # spec file for package rbac-manager # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: rbac-manager -Version: 0.10.0 +Version: 1.1.0 Release: 0 Summary: Kubernetes operator for easier RBAC management License: Apache-2.0 @@ -27,13 +27,15 @@ Source: %{name}-%{version}.tar.gz Source1: vendor.tar.gz BuildRequires: golang-packaging -BuildRequires: golang(API) >= 1.13 +BuildRequires: golang(API) >= 1.17 ExcludeArch: s390 ExcludeArch: %{ix86} %{go_nostrip} %description -RBAC Manager was designed to simplify authorization in Kubernetes. This is an operator that supports declarative configuration for RBAC with new custom resources. Instead of managing role bindings or service accounts directly, you can specify a desired state and RBAC Manager will make the necessary changes to achieve that state. +RBAC Manager is designed to simplify authorization in Kubernetes. +This is an operator that supports declarative configuration for RBAC with new custom resources. +Instead of managing role bindings or service accounts directly, you can specify a desired state and RBAC Manager will make the necessary changes to achieve that state. %package k8s-yaml Summary: Kubernetes yaml file to run rbac-manager @@ -50,6 +52,9 @@ %build go build -mod vendor -buildmode=pie -a -o rbac-manager ./cmd/manager/main.go +%check +make test + %install mkdir -p %{buildroot}%{_sbindir}/ install -D -m 0755 rbac-manager %{buildroot}%{_sbindir}/ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.QP52sg/_old 2022-03-31 17:18:33.265362950 +0200 +++ /var/tmp/diff_new_pack.QP52sg/_new 2022-03-31 17:18:33.269362905 +0200 @@ -2,7 +2,7 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/FairwindsOps/rbac-manager</param> <param name="scm">git</param> - <param name="revision">v0.10.0</param> + <param name="revision">v1.1.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.QP52sg/_old 2022-03-31 17:18:33.289362679 +0200 +++ /var/tmp/diff_new_pack.QP52sg/_new 2022-03-31 17:18:33.293362635 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/FairwindsOps/rbac-manager</param> - <param name="changesrevision">ad2dc70da588163a87ea6c11d674af37f76c3690</param></service></servicedata> + <param name="changesrevision">e50b3b7daccbcf3b9844a02b6275e5d905ba57db</param></service></servicedata> (No newline at EOF) ++++++ rbac-manager-0.10.0.tar.gz -> rbac-manager-1.1.0.tar.gz ++++++ ++++ 29200 lines of diff (skipped) ++++++ vendor.tar.gz ++++++ ++++ 332121 lines of diff (skipped)