Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alloy for openSUSE:Factory checked in at 2025-07-10 22:12:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alloy (Old) and /work/SRC/openSUSE:Factory/.alloy.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alloy" Thu Jul 10 22:12:46 2025 rev:17 rq:1291624 version:1.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/alloy/alloy.changes 2025-07-07 14:49:20.663402272 +0200 +++ /work/SRC/openSUSE:Factory/.alloy.new.7373/alloy.changes 2025-07-10 22:12:51.893502957 +0200 @@ -1,0 +2,5 @@ +Mon Jul 7 13:05:12 UTC 2025 - Witek Bedyk <witold.be...@suse.com> + +- Install default configuration file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alloy.spec ++++++ --- /var/tmp/diff_new_pack.s8KDpm/_old 2025-07-10 22:12:53.201557360 +0200 +++ /var/tmp/diff_new_pack.s8KDpm/_new 2025-07-10 22:12:53.201557360 +0200 @@ -35,7 +35,6 @@ Requires(pre): group(alloy) # for the sysconfig file Requires(post): %fillup_prereq - # /usr/lib/go/1.23/pkg/tool/linux_386/link: mapping output file failed: cannot allocate memory ExcludeArch: %{ix86} armv7hl armv7l armv7l:armv6l:armv5tel armv6hl @@ -77,7 +76,7 @@ %build # hash will be shortended by COMMIT_HASH:0:8 later -COMMIT_HASH="$(sed -n 's/commit: \(.*\)/\1/p' %_sourcedir/alloy.obsinfo)" +COMMIT_HASH="$(sed -n 's/commit: \(.*\)/\1/p' %{_sourcedir}/alloy.obsinfo)" DATE_FMT="+%%Y-%%m-%%dT%%H:%%M:%%SZ" BUILD_DATE=$(date -u -d "@${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u -r "${SOURCE_DATE_EPOCH}" "${DATE_FMT}" 2>/dev/null || date -u "${DATE_FMT}") @@ -100,8 +99,8 @@ # systemd unit install -D -m 0644 packaging/rpm/%{name}.service %{buildroot}/%{_unitdir}/%{name}.service -# configuration directory -install -d -m 0755 %{buildroot}/%{_sysconfdir}/%{name} +# configuration file +install -D -m 0644 packaging/config.alloy %{buildroot}/%{_sysconfdir}/%{name}/config.alloy # sysconfig file install -D -m 0644 packaging/environment-file %{buildroot}%{_fillupdir}/sysconfig.alloy @@ -125,6 +124,7 @@ %files %doc README.md packaging/config.alloy +%config(noreplace) %{_sysconfdir}/%{name}/config.alloy %license LICENSE %{_bindir}/%{name} %{_unitdir}/%{name}.service