Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nebula for openSUSE:Factory checked 
in at 2026-04-15 16:08:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nebula (Old)
 and      /work/SRC/openSUSE:Factory/.nebula.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nebula"

Wed Apr 15 16:08:01 2026 rev:14 rq:1347104 version:1.10.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/nebula/nebula.changes    2026-02-13 
16:40:39.949413367 +0100
+++ /work/SRC/openSUSE:Factory/.nebula.new.21863/nebula.changes 2026-04-15 
16:14:46.656171395 +0200
@@ -1,0 +2,5 @@
+Tue Apr 14 18:08:31 UTC 2026 - Richard Rahl <[email protected]>
+
+- add the nebula-service binary
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nebula.spec ++++++
--- /var/tmp/diff_new_pack.761NRJ/_old  2026-04-15 16:14:48.348240543 +0200
+++ /var/tmp/diff_new_pack.761NRJ/_new  2026-04-15 16:14:48.356240870 +0200
@@ -46,12 +46,14 @@
 %autosetup -a1 -p1
 
 %build
-go build -buildmode=pie -mod=vendor -ldflags "-X main.Build=%{version}-dirty" 
-o %{name} ./cmd/%{name}
-go build -buildmode=pie -mod=vendor -ldflags "-X main.Build=%{version}-dirty" 
-o %{name}-cert ./cmd/%{name}-cert
+for i in %{name} %{name}-cert %{name}-service ; do
+go build -buildmode=pie -mod=vendor -ldflags "-X main.Build=%{version}-dirty" 
-o $i ./cmd/$i
+done
 
 %install
 install -Dm0755 -t %{buildroot}%{_sbindir} %{name}
 install -Dm0755 -t %{buildroot}%{_bindir} %{name}-cert
+install -Dm0755 -t %{buildroot}%{_sbindir} %{name}-service
 install -Dm0644 -t %{buildroot}%{_unitdir} %{SOURCE2}
 install -d %{buildroot}%{_sysconfdir}/%{name}
 
@@ -74,6 +76,7 @@
 %license LICENSE
 %doc AUTHORS CHANGELOG.md LOGGING.md README.md SECURITY.md examples/config.yml
 %{_sbindir}/%{name}
+%{_sbindir}/%{name}-service
 %{_unitdir}/%{name}.service
 %{_sysconfdir}/%{name}
 

Reply via email to