Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hawk-apiserver for openSUSE:Factory 
checked in at 2026-03-12 22:22:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hawk-apiserver (Old)
 and      /work/SRC/openSUSE:Factory/.hawk-apiserver.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hawk-apiserver"

Thu Mar 12 22:22:36 2026 rev:6 rq:1338468 version:0.1.0+git.1773237334.7d01e72

Changes:
--------
--- /work/SRC/openSUSE:Factory/hawk-apiserver/hawk-apiserver.changes    
2025-08-27 21:36:46.027912502 +0200
+++ /work/SRC/openSUSE:Factory/.hawk-apiserver.new.8177/hawk-apiserver.changes  
2026-03-12 22:27:25.595018164 +0100
@@ -1,0 +2,6 @@
+Wed Mar 11 14:35:03 UTC 2026 - Aleksei Burlakov <[email protected]>
+
+- Version 0.1.0+git.1773234993.db3c82f:
+  * handle /cib/live/primitives/<resource_id>/edit in hawk-apiserver 
+
+-------------------------------------------------------------------

Old:
----
  hawk-apiserver-0.0.4+git.1756297478.540e7a8.tar.gz

New:
----
  hawk-apiserver-0.1.0+git.1773237334.7d01e72.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hawk-apiserver.spec ++++++
--- /var/tmp/diff_new_pack.9y8ske/_old  2026-03-12 22:27:26.519056890 +0100
+++ /var/tmp/diff_new_pack.9y8ske/_new  2026-03-12 22:27:26.523057058 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hawk-apiserver
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,10 @@
 #
 
 
+%define www_base %{_datadir}/hawk
+
 Name:           hawk-apiserver
-Version:        0.0.4+git.1756297478.540e7a8
+Version:        0.1.0+git.1773237334.7d01e72
 Release:        0
 Summary:        Web server and API provider for Hawk
 License:        GPL-3.0-or-later
@@ -30,7 +32,7 @@
 BuildRequires:  libpacemaker-devel >= 1.1.16
 BuildRequires:  libqb-devel
 BuildRequires:  libxml2-devel
-BuildRequires:  golang(API) >= 1.13
+BuildRequires:  golang(API) >= 1.21
 Requires:       pacemaker >= 1.1.16
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:    s390
@@ -53,9 +55,22 @@
 %install
 install -D -m 0755 %{name} "%{buildroot}%{_sbindir}/%{name}"
 
+# Web assets
+install -d %{buildroot}%{www_base}/static
+cp -a static/* %{buildroot}%{www_base}/static/
+
+# Templates
+install -d %{buildroot}%{www_base}/templates
+cp -a templates/* %{buildroot}%{www_base}/templates/
+
 %files
 %defattr(-,root,root)
 %doc README.md
 %license LICENSE
 %{_sbindir}/%{name}
+%dir %{www_base}
+%dir %{www_base}/static
+%{www_base}/static/*
+%dir %{www_base}/templates
+%{www_base}/templates/*
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.9y8ske/_old  2026-03-12 22:27:26.563058734 +0100
+++ /var/tmp/diff_new_pack.9y8ske/_new  2026-03-12 22:27:26.567058902 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/ClusterLabs/hawk-apiserver</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="versionformat">0.0.4+git.%ct.%h</param>
+    <param name="versionformat">0.1.0+git.%ct.%h</param>
     <param name="revision">master</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ hawk-apiserver-0.0.4+git.1756297478.540e7a8.tar.gz -> 
hawk-apiserver-0.1.0+git.1773237334.7d01e72.tar.gz ++++++
++++ 6334 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/github.com/ClusterLabs/go-pacemaker/go.mod 
new/vendor/github.com/ClusterLabs/go-pacemaker/go.mod
--- old/vendor/github.com/ClusterLabs/go-pacemaker/go.mod       2025-08-27 
16:25:35.000000000 +0200
+++ new/vendor/github.com/ClusterLabs/go-pacemaker/go.mod       1970-01-01 
01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
-module github.com/ClusterLabs/go-pacemaker
-
-go 1.13
-
-require (
-       github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // 
indirect
-       github.com/sirupsen/logrus v1.9.3
-       golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
-       gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
-       gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc
-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/github.com/ClusterLabs/go-pacemaker/go.sum 
new/vendor/github.com/ClusterLabs/go-pacemaker/go.sum
--- old/vendor/github.com/ClusterLabs/go-pacemaker/go.sum       2025-08-27 
16:25:35.000000000 +0200
+++ new/vendor/github.com/ClusterLabs/go-pacemaker/go.sum       1970-01-01 
01:00:00.000000000 +0100
@@ -1,35 +0,0 @@
-github.com/davecgh/go-spew v1.1.0/go.mod 
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-github.com/davecgh/go-spew v1.1.1 
h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
-github.com/davecgh/go-spew v1.1.1/go.mod 
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
-github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
-github.com/kr/text v0.1.0/go.mod 
h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
-github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e 
h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=
-github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod 
h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
-github.com/pmezard/go-difflib v1.0.0 
h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
-github.com/pmezard/go-difflib v1.0.0/go.mod 
h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
-github.com/sirupsen/logrus v1.9.3 
h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
-github.com/sirupsen/logrus v1.9.3/go.mod 
h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
-github.com/stretchr/objx v0.1.0/go.mod 
h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
-github.com/stretchr/testify v1.7.0 
h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
-github.com/stretchr/testify v1.7.0/go.mod 
h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
-golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod 
h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
-golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod 
h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
-golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod 
h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
-golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 
h1:42cLlJJdEh+ySyeUUbEQ5bsTiq8voBeTuweGVkY6Puw=
-golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod 
h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
-golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod 
h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
-golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod 
h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
-golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 
h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ=
-golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod 
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
-golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
-golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod 
h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
-gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod 
h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
-gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b 
h1:QRR6H1YWRnHb4Y/HeNFCTJLFVxaq6wH4YuVdsUOr75U=
-gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b/go.mod 
h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
-gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc 
h1:LMEBgNcZUqXaP7evD1PZcL6EcDVa2QOFuI+cqM3+AJM=
-gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc/go.mod 
h1:N8UOSI6/c2yOpa/XDz3KVUiegocTziPiqNkeNTMiG1k=
-gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 
h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
-gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod 
h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/github.com/sirupsen/logrus/go.mod 
new/vendor/github.com/sirupsen/logrus/go.mod
--- old/vendor/github.com/sirupsen/logrus/go.mod        2025-08-27 
16:25:35.000000000 +0200
+++ new/vendor/github.com/sirupsen/logrus/go.mod        1970-01-01 
01:00:00.000000000 +0100
@@ -1,9 +0,0 @@
-module github.com/sirupsen/logrus
-
-require (
-       github.com/davecgh/go-spew v1.1.1 // indirect
-       github.com/stretchr/testify v1.7.0
-       golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
-)
-
-go 1.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/github.com/sirupsen/logrus/go.sum 
new/vendor/github.com/sirupsen/logrus/go.sum
--- old/vendor/github.com/sirupsen/logrus/go.sum        2025-08-27 
16:25:35.000000000 +0200
+++ new/vendor/github.com/sirupsen/logrus/go.sum        1970-01-01 
01:00:00.000000000 +0100
@@ -1,14 +0,0 @@
-github.com/davecgh/go-spew v1.1.0/go.mod 
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-github.com/davecgh/go-spew v1.1.1 
h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
-github.com/davecgh/go-spew v1.1.1/go.mod 
h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-github.com/pmezard/go-difflib v1.0.0 
h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
-github.com/pmezard/go-difflib v1.0.0/go.mod 
h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
-github.com/stretchr/objx v0.1.0/go.mod 
h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
-github.com/stretchr/testify v1.7.0 
h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
-github.com/stretchr/testify v1.7.0/go.mod 
h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
-golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 
h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ=
-golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod 
h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
-gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 
h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
-gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod 
h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
-gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 
h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
-gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod 
h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/gopkg.in/yaml.v3/go.mod 
new/vendor/gopkg.in/yaml.v3/go.mod
--- old/vendor/gopkg.in/yaml.v3/go.mod  2025-08-27 16:25:35.000000000 +0200
+++ new/vendor/gopkg.in/yaml.v3/go.mod  1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-module "gopkg.in/yaml.v3"
-
-require (
-       "gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
-)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt
--- old/vendor/modules.txt      2025-08-27 16:25:35.000000000 +0200
+++ new/vendor/modules.txt      2026-01-06 19:35:36.000000000 +0100
@@ -1,17 +1,24 @@
 # github.com/ClusterLabs/go-pacemaker v0.0.0-20250226162851-267530e46cf9
+## explicit; go 1.13
 github.com/ClusterLabs/go-pacemaker
 # github.com/davecgh/go-spew v1.1.1
+## explicit
 github.com/davecgh/go-spew/spew
 # github.com/pmezard/go-difflib v1.0.0
+## explicit
 github.com/pmezard/go-difflib/difflib
 # github.com/sirupsen/logrus v1.9.3
+## explicit; go 1.13
 github.com/sirupsen/logrus
 # github.com/stretchr/testify v1.11.0
+## explicit; go 1.17
 github.com/stretchr/testify/assert
 github.com/stretchr/testify/assert/yaml
 # golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
+## explicit; go 1.17
 golang.org/x/sys/internal/unsafeheader
 golang.org/x/sys/unix
 golang.org/x/sys/windows
 # gopkg.in/yaml.v3 v3.0.1
+## explicit
 gopkg.in/yaml.v3

Reply via email to