Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rootlesskit for openSUSE:Factory 
checked in at 2023-02-06 14:15:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rootlesskit (Old)
 and      /work/SRC/openSUSE:Factory/.rootlesskit.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rootlesskit"

Mon Feb  6 14:15:46 2023 rev:4 rq:1063398 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rootlesskit/rootlesskit.changes  2023-01-09 
17:24:04.907253250 +0100
+++ /work/SRC/openSUSE:Factory/.rootlesskit.new.4462/rootlesskit.changes        
2023-02-06 14:15:47.752689620 +0100
@@ -1,0 +2,5 @@
+Sun Feb  5 23:41:04 UTC 2023 - Takashi Tamura <tamuratak.9...@gmail.com>
+
+- Install rootlesskit-docker-proxy
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rootlesskit.spec ++++++
--- /var/tmp/diff_new_pack.jtvTIx/_old  2023-02-06 14:15:48.256692491 +0100
+++ /var/tmp/diff_new_pack.jtvTIx/_new  2023-02-06 14:15:48.260692514 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rootlesskit
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -46,16 +46,19 @@
 %build
 go build -mod=vendor -buildmode=pie -o _output/rootlesskit 
%{provider_prefix}/cmd/rootlesskit
 go build -mod=vendor -buildmode=pie -o _output/rootlessctl 
%{provider_prefix}/cmd/rootlessctl
+go build -mod=vendor -buildmode=pie -o _output/rootlesskit-docker-proxy 
%{provider_prefix}/cmd/rootlesskit-docker-proxy
 
 %install
 mkdir -p %{buildroot}%{_bindir}/
 install -m 0755 _output/rootlesskit %{buildroot}%{_bindir}/rootlesskit
 install -m 0755 _output/rootlessctl %{buildroot}%{_bindir}/rootlessctl
+install -m 0755 _output/rootlesskit-docker-proxy 
%{buildroot}%{_bindir}/rootlesskit-docker-proxy
 
 %files
 %license LICENSE
 %doc README.md docs/*.md
 %{_bindir}/rootlesskit
 %{_bindir}/rootlessctl
+%{_bindir}/rootlesskit-docker-proxy
 
 %changelog

Reply via email to