Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package garage for openSUSE:Factory checked in at 2025-12-16 15:56:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/garage (Old) and /work/SRC/openSUSE:Factory/.garage.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "garage" Tue Dec 16 15:56:39 2025 rev:8 rq:1323046 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/garage/garage.changes 2025-12-15 12:04:12.754004361 +0100 +++ /work/SRC/openSUSE:Factory/.garage.new.1939/garage.changes 2025-12-16 16:02:51.595548593 +0100 @@ -1,0 +2,6 @@ +Mon Dec 15 13:05:57 UTC 2025 - Andreas Schwab <[email protected]> + +- Use protoc from protobuf-devel package, intead of bundled binaries of + questionable provenance + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ garage.spec ++++++ --- /var/tmp/diff_new_pack.5QhqfR/_old 2025-12-16 16:02:53.035609455 +0100 +++ /var/tmp/diff_new_pack.5QhqfR/_new 2025-12-16 16:02:53.039609625 +0100 @@ -32,6 +32,7 @@ Patch0: make-the-default-path-match-our-package.patch BuildRequires: cargo >= 1.77 BuildRequires: cargo-packaging +BuildRequires: protobuf-devel BuildRequires: sysuser-tools BuildRequires: zstd BuildRequires: pkgconfig(libseccomp) @@ -56,6 +57,8 @@ %autosetup -p 1 -a 1 %build +# Use protoc from protobuf-devel package +export PROTOC=protoc %{cargo_build} --no-default-features --features=%{default_features}%{additional_features} # system-user
