public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: add Requires for versioned perl (libperl.so)
@ 2026-08-26 8:05 Tom Callaway
0 siblings, 0 replies; only message in thread
From: Tom Callaway @ 2026-08-26 8:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
Commit : 47ea28b86fa853cb1b7e52d0a56479b3139848f7
Author : Tom Callaway <spot@fedoraproject.org>
Date : 2008-03-18T18:19:20+00:00
Stats : +8/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/47ea28b86fa853cb1b7e52d0a56479b3139848f7?branch=epel10
Log:
add Requires for versioned perl (libperl.so)
---
diff --git a/inn.spec b/inn.spec
index fd242b5..5c178d8 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
Summary: The InterNetNews (INN) system, an Usenet news server
Name: inn
Version: 2.4.3
-Release: 10%{?dist}
+Release: 11%{?dist}
#see LICENSE file for details
License: GPL+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -22,13 +22,15 @@ Patch7: inn-2.4.3.warn.patch
Patch8: inn-2.4.2-makedbz.patch
Patch9: inn-2.4.3.rcreaderaddrinuse.patch
BuildRequires: perl-devel python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel
-Prereq: /sbin/chkconfig, grep, coreutils, sed
+Requires: perl(ExtUtils::Embed)
+Prereq: chkconfig, grep, coreutils, sed
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: bash >= 2.0, inews
# XXX white out bogus perl requirement for now
Provides: perl(::usr/lib/innshellvars.pl)
-Buildroot: %{_tmppath}/%{name}-root
+Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%description
INN (InterNetNews) is a complete system for serving Usenet news and/or
@@ -321,6 +323,9 @@ exit 0
%{_mandir}/man1/inews*
%changelog
+* Tue Mar 18 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.4.3-11
+- add Requires for versioned perl (libperl.so)
+
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> 2.4.3-10
- again added trigger for sysklogd
- rebuild for gcc43
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-26 8:05 [rpms/inn] epel10: add Requires for versioned perl (libperl.so) Tom Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox