Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package forgejo-runner for openSUSE:Factory 
checked in at 2026-06-19 16:35:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/forgejo-runner (Old)
 and      /work/SRC/openSUSE:Factory/.forgejo-runner.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "forgejo-runner"

Fri Jun 19 16:35:34 2026 rev:48 rq:1360389 version:12.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/forgejo-runner/forgejo-runner.changes    
2026-06-02 19:48:06.351084557 +0200
+++ /work/SRC/openSUSE:Factory/.forgejo-runner.new.1956/forgejo-runner.changes  
2026-06-19 17:15:17.821511029 +0200
@@ -1,0 +2,11 @@
+Thu Jun 18 10:54:51 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- fix version output
+- remove %ghost-ed configuration file
+
+-------------------------------------------------------------------
+Mon Jun 15 05:35:19 UTC 2026 - Johannes Kastl 
<[email protected]>
+
+- add config.yaml as %ghost, use _sharedstatedir
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ forgejo-runner.spec ++++++
--- /var/tmp/diff_new_pack.TVj0E0/_old  2026-06-19 17:15:19.513569063 +0200
+++ /var/tmp/diff_new_pack.TVj0E0/_new  2026-06-19 17:15:19.513569063 +0200
@@ -80,7 +80,7 @@
    -mod=vendor \
    -buildmode=pie \
    -tags="netgo osusergo" \
-   -ldflags="-X 
code.forgejo.org/forgejo/runner/v11/internal/pkg/ver.version=v%{version}" \
+   -ldflags="-X 
code.forgejo.org/forgejo/runner/v12/internal/pkg/ver.version=v%{version}" \
    -o bin/%{name}
 
 bin/%{name} generate-config > config.yaml
@@ -106,7 +106,11 @@
 
 install -D -m 0750 -d          %{buildroot}%{_sysconfdir}/%{name}
 install    -m 0640 config.yaml %{buildroot}%{_sysconfdir}/%{name}/config.yaml
-install -D -m 0750 -d          %{buildroot}%{_localstatedir}/lib/%{name}
+install -D -m 0750 -d          %{buildroot}%{_sharedstatedir}/%{name}
+
+%check
+%{buildroot}/%{_bindir}/%{name} --version
+%{buildroot}/%{_bindir}/%{name} --version | grep %{version}
 
 %pre
 %service_add_pre %{services}
@@ -126,7 +130,7 @@
 %{_bindir}/%{name}
 %{_unitdir}/forgejo-runner.service
 %config(noreplace) %{_sysconfdir}/%{name}
-%dir %{_localstatedir}/lib/%{name}
+%dir %{_sharedstatedir}/%{name}
 
 %files -n %{name}-bash-completion
 %{_datadir}/bash-completion/completions/%{name}

Reply via email to