public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/samtools] rawhide: Added missing Perl requirement
@ 2026-07-18 15:26 Rasmus Ory Nielsen
0 siblings, 0 replies; only message in thread
From: Rasmus Ory Nielsen @ 2026-07-18 15:26 UTC (permalink / raw)
To: git-commits
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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-18 15:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-18 15:26 [rpms/samtools] rawhide: Added missing Perl requirement Rasmus Ory Nielsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox