public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/git-lfs] f43: Update to latest go-vendor-tools
Date: Sun, 16 Aug 2026 02:50:01 GMT	[thread overview]
Message-ID: <178684860114.1.9871678939215890646.rpms-git-lfs-0ed29cc3abb5@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/git-lfs
            Branch : f43
            Commit : 0ed29cc3abb58b8d78c4b4a1ba8d58f6beebd702
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2025-11-20T22:40:35-05:00
            Stats  : +4/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/git-lfs/c/0ed29cc3abb58b8d78c4b4a1ba8d58f6beebd702?branch=f43

            Log:
            Update to latest go-vendor-tools

This package was migrated under a draft version of the tools and
guidelines; some changes were made prior to their finalization.

---
diff --git a/git-lfs.spec b/git-lfs.spec
index f8335d5..e8f1af3 100644
--- a/git-lfs.spec
+++ b/git-lfs.spec
@@ -58,10 +58,9 @@ tar xf %{SOURCE3}
 cd %{_sourcedir}
 sha256sum --check --ignore-missing --strict '%{builddir}/trusted_checksums'
 
-%goprep -A
-%setup -q -T -D -a1 %{forgesetupargs}
+%goprep -p1
+tar -xf %{SOURCE1}
 cp -p %{SOURCE4} .
-%autopatch -p1
 
 # Modify tests so that they expect binaries where we build them.
 sed -i -e 's!\.\./bin/!/%{gobuilddir}/bin/!g' t/Makefile
@@ -83,7 +82,7 @@ pushd docs
 popd
 
 %if 0%{?fedora}
-LDFLAGS="-X 'github.com/git-lfs/git-lfs/config.Vendor=Fedora %{?fedora}' " \
+GO_LDFLAGS="-X 'github.com/git-lfs/git-lfs/config.Vendor=Fedora %{?fedora}' "
 %endif
 %gobuild -o %{gobuilddir}/bin/git-lfs %{goipath}
 
@@ -130,7 +129,7 @@ exit 0
 %check
 %go_vendor_license_check -c %{S:5}
 %if %{with check}
-%gotest ./...
+%gocheck2
 PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \
     make -C t PROVE_EXTRA_ARGS="-j$(getconf _NPROCESSORS_ONLN)"
 %endif
@@ -138,7 +137,6 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \
 
 %files -f %{go_vendor_license_filelist}
 %doc README.md README.Fedora CHANGELOG.md docs
-%license vendor/modules.txt
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}*.1*
 %{_mandir}/man5/%{name}*.5*

                 reply	other threads:[~2026-08-16  2:50 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=178684860114.1.9871678939215890646.rpms-git-lfs-0ed29cc3abb5@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=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