public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rasmus Ory Nielsen <ron@ron.dk>
To: git-commits@fedoraproject.org
Subject: [rpms/samtools] rawhide: Added missing Perl requirement
Date: Sat, 18 Jul 2026 15:26:01 GMT [thread overview]
Message-ID: <178438836134.1.8920277923312546279.rpms-samtools-6994f637ef04@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/samtools
Branch : rawhide
Commit : 6994f637ef047105e7eeef3f37e57f32ce185e5c
Author : Rasmus Ory Nielsen <ron@ron.dk>
Date : 2026-07-18T17:25:54+02:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/samtools/c/6994f637ef047105e7eeef3f37e57f32ce185e5c?branch=rawhide
Log:
Added missing Perl requirement
---
diff --git a/samtools.spec b/samtools.spec
index beaea1c..18d33ef 100644
--- a/samtools.spec
+++ b/samtools.spec
@@ -1,6 +1,6 @@
Name: samtools
Version: 1.24
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Tools for nucleotide sequence alignments in the SAM format
License: MIT
@@ -18,6 +18,8 @@ BuildRequires: perl-interpreter
BuildRequires: perl(FindBin)
BuildRequires: perl(Getopt::Long)
BuildRequires: perl(lib)
+# Needed for seq_cache_populate.pl
+Requires: perl(File::Find)
%description
SAM (Sequence Alignment/Map) is a flexible generic format for storing
@@ -91,6 +93,9 @@ make test
%changelog
+* Sat Jul 18 2026 Rasmus Ory Nielsen <ron@ron.dk> - 1.24-2
+- Added missing Perl requirement
+
* Fri Jul 17 2026 Rasmus Ory Nielsen <ron@ron.dk> - 1.24-1
- Update to 1.24 (#2498633)
reply other threads:[~2026-07-18 15:26 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=178438836134.1.8920277923312546279.rpms-samtools-6994f637ef04@fedoraproject.org \
--to=ron@ron.dk \
--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