public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rpm-sequoia] eln: Revendor
@ 2026-06-22  2:44 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-22  2:44 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-rpm-sequoia
Branch : eln
Commit : 7c30c8b007a4739047a0d98b3a791aa6d2c0ef86
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-06-21T22:44:53-04:00
Stats  : +3/-1 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-rpm-sequoia/c/7c30c8b007a4739047a0d98b3a791aa6d2c0ef86?branch=eln

Log:
Revendor

---
diff --git a/rust-rpm-sequoia.spec b/rust-rpm-sequoia.spec
index edd2781..0ecd97a 100644
--- a/rust-rpm-sequoia.spec
+++ b/rust-rpm-sequoia.spec
@@ -74,6 +74,7 @@ Requires:       %{crate}%{?_isa} = %{version}-%{release}
 %prep
 %autosetup -n %{crate}-%{version} -p1 -a1
 %cargo_prep -v vendor
+rm -f Cargo.lock
 
 %build
 # build script uses environment variables to populate the pkgconfig file

diff --git a/sources b/sources
index 64aec91..4a94894 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 SHA512 (rpm-sequoia-1.10.2.crate) = bf7fbd046a81ab954b1568ceed53d2c128b063fc661045db1877a6a14ef5687e67c06ab0750388fab5613fabb83f7b2ed05f3d2037ec7490a0dec8288e772e37
-SHA512 (rpm-sequoia-1.10.2-vendor.tar.xz) = 2060085c2e204d965cd24afd9cdb8f0079341a38498d6471e7b0beca08a1b352d97ad9082ecc1e9ceba107237e7d01dfa9730704359cd264ef3e6ff8f766ec03
+SHA512 (rpm-sequoia-1.10.2-vendor.tar.xz) = eb6508973d26a0a52246be610195c415b5093857961deb0c26fc6cd69097dd081d84dd7bfd5ee1f00cb9b9864ac7f26f5a332aef23565f3229bb81181b83ae9f

diff --git a/vendor.sh b/vendor.sh
index 772589b..0757ff0 100755
--- a/vendor.sh
+++ b/vendor.sh
@@ -13,6 +13,7 @@ tar -xzf ${CRATE}-${VERSION}.crate
 
 pushd ${CRATE}-${VERSION}
 patch -p1 < ../rpm-sequoia-fix-metadata.diff
+rm -f Cargo.lock
 cargo vendor --versioned-dirs vendor
 tar -Jcf ../${CRATE}-${VERSION}-vendor.tar.xz vendor/
 popd

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-22  2:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22  2:44 [rpms/rust-rpm-sequoia] eln: Revendor Yaakov Selkowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox