public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Stransky <stransky@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: add support for large files
Date: Wed, 26 Aug 2026 08:53:34 GMT [thread overview]
Message-ID: <178773441495.1.18253544708222274231.rpms-inn-f46c8c5dbf1e@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : f46c8c5dbf1ef582b66f8afcb8d9f44117406dbf
Author : Martin Stransky <stransky@fedoraproject.org>
Date : 2005-04-07T09:44:35+00:00
Stats : +7/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/f46c8c5dbf1ef582b66f8afcb8d9f44117406dbf?branch=epel10.3
Log:
add support for large files
---
diff --git a/inn.spec b/inn.spec
index 6d24b75..24d3f89 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.2
-Release: 2
+Release: 3
License: GPL
Group: System Environment/Daemons
Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
@@ -85,9 +85,9 @@ perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
export DEFINE_INN_FLAGS="-D_XOPEN_SOURCE=600 -D_BSD_SOURCE"
%ifarch s390 s390x
-export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fPIC"
+export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%else
-export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fpic"
+export CFLAGS="$RPM_OPT_FLAGS $DEFINE_INN_FLAGS -fpic -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
%endif
with_tmp_path=/var/lib/news/tmp ./configure \
@@ -188,7 +188,7 @@ rm -f files.list files.main files.devel files.inews
%post
/sbin/chkconfig --add innd
-/usr/lib/news/bin/makedbz -i -o
+su news -c '/usr/lib/news/bin/makedbz -i -o'
umask 002
touch /var/log/news/news.notice
@@ -283,6 +283,9 @@ exit 0
%{_mandir}/man1/inews*
%changelog
+* Thu Apr 7 2005 Martin Stransky <stransky@redhat.com> 2.4.2-3
+- add support for large files
+
* Mon Mar 7 2005 Martin Stransky <stransky@redhat.com>
- rebuilt
reply other threads:[~2026-08-26 8:53 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=178773441495.1.18253544708222274231.rpms-inn-f46c8c5dbf1e@fedoraproject.org \
--to=stransky@fedoraproject.org \
--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