public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: cvsdist <cvsdist@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10: auto-import changelog data from inn-2.3.5-10.src.rpm
Date: Wed, 26 Aug 2026 08:05:37 GMT	[thread overview]
Message-ID: <178773153712.1.8033954250450538652.rpms-inn-fea5665faad4@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/inn
            Branch : epel10
            Commit : fea5665faad493c466ff09017ebd947ac3368cdd
            Author : cvsdist <cvsdist@fedoraproject.org>
            Date   : 2004-09-09T06:18:27+00:00
            Stats  : +12/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/inn/c/fea5665faad493c466ff09017ebd947ac3368cdd?branch=epel10

            Log:
            auto-import changelog data from inn-2.3.5-10.src.rpm
Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 2.3.5-10
- compiling server and suid programs PIE

---
diff --git a/inn.spec b/inn.spec
index 91e9e9d..51eb8cf 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
 Summary: The InterNetNews (INN) system, an Usenet news server.
 Name: inn
 Version: 2.3.5
-Release: 9
+Release: 10
 License: GPL
 Group: System Environment/Daemons
 Source0: ftp://ftp.isc.org/isc/inn/inn-%{version}.tar.gz
@@ -14,6 +14,7 @@ Source10: inn-faq.tar.gz
 Patch: inn-2.3.1-rh.patch
 Patch2: inn-2.3.3-strerror.patch
 Patch3: inn-headusage.patch
+Patch4: inn-2.3.5-pie.patch
 BuildRequires: db4-devel
 Prereq: /sbin/chkconfig, grep, textutils, sed, fileutils, sh-utils
 Requires: bash >= 2.0, inews
@@ -67,12 +68,18 @@ local news servers.
 %patch -p1 -b .rh
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1 -b .pie
 
 perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
 perl -pi -e 's/LOCK_WRITE/LLOCK_WRITE/' `find . -type f`
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" with_tmp_path=/var/lib/news/tmp ./configure \
+%ifarch s390 s390x
+export CFLAGS="$RPM_OPT_FLAGS -fPIC"
+%else
+export CFLAGS="$RPM_OPT_FLAGS -fpic"
+%endif
+with_tmp_path=/var/lib/news/tmp ./configure \
 	--prefix=/usr/lib/news \
 	--sysconfdir=/etc/news --mandir=%{_mandir} \
 	--with-log-dir=/var/log/news --with-spool-dir=/var/spool/news\
@@ -248,6 +255,9 @@ exit 0
 %{_mandir}/man1/inews*
 
 %changelog
+* Mon May 17 2004 Thomas Woerner <twoerner@redhat.com> 2.3.5-10
+- compiling server and suid programs PIE
+
 * Tue Apr  6 2004 Thomas Woerner <twoerner@redhat.com> 2.3.5-9
 - /etc/rc.d/init.d/innd is owned by root now (#119131)
 

                 reply	other threads:[~2026-08-26  8:05 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=178773153712.1.8033954250450538652.rpms-inn-fea5665faad4@fedoraproject.org \
    --to=cvsdist@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