public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/golang-google-protobuf] rawhide: Use protobuf in version 3.x only
Date: Sat, 06 Jun 2026 07:38:34 GMT	[thread overview]
Message-ID: <178073151445.1.16678407717239359759.rpms-golang-google-protobuf-ed56cc9c0a7e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/golang-google-protobuf
            Branch : rawhide
            Commit : ed56cc9c0a7ef0e2719e5aa1e6ec66ef4144167f
            Author : Miroslav Suchý <msuchy@redhat.com>
            Date   : 2026-05-14T11:29:47+02:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/golang-google-protobuf/c/ed56cc9c0a7ef0e2719e5aa1e6ec66ef4144167f?branch=rawhide

            Log:
            Use protobuf in version 3.x only

This is part of https://fedoraproject.org/wiki/Changes/Protobuf_5.x/6.x
This package does not sucessfully build with new protobuf per
  https://copr.fedorainfracloud.org/coprs/mochaa/protobuf/monitor/
so limiting to protobuf version 3.
Once the protobuf is rebase this will automatically pick up compat
package protobuf3

I am not bumping release as this does not need a rebuild now.

---
diff --git a/golang-google-protobuf.spec b/golang-google-protobuf.spec
index 5d01b78..678aa69 100644
--- a/golang-google-protobuf.spec
+++ b/golang-google-protobuf.spec
@@ -26,8 +26,8 @@ License:        BSD-3-Clause
 URL:            %{gourl}
 Source0:        %{gosource}
 
-BuildRequires:  protobuf-compiler
-Requires:       protobuf
+BuildRequires:  protobuf-compiler < 4
+Requires:       protobuf < 4
 
 Provides:       protoc-gen-go = %{version}-%{release}
 Provides:       golang(%{goipath}/protoc-gen-go) = %{version}-%{release}

                 reply	other threads:[~2026-06-06  7:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178073151445.1.16678407717239359759.rpms-golang-google-protobuf-ed56cc9c0a7e@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox