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/rust-rpm-sequoia] eln: Revendor
Date: Mon, 22 Jun 2026 02:44:58 GMT [thread overview]
Message-ID: <178209629875.1.6078994090497220036.rpms-rust-rpm-sequoia-7c30c8b007a4@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-22 2:44 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=178209629875.1.6078994090497220036.rpms-rust-rpm-sequoia-7c30c8b007a4@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