public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jochen Schmitt <Jochen@herr-schmitt.de>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: Fix name conflict with libradius
Date: Wed, 26 Aug 2026 08:54:29 GMT [thread overview]
Message-ID: <178773446978.1.925973767586906510.rpms-inn-11dea53828b8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10.3
Commit : 11dea53828b8cb4cc7bdc7919231e6b40a67c054
Author : Jochen Schmitt <Jochen@herr-schmitt.de>
Date : 2013-02-24T16:57:16+01:00
Stats : +9/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/inn/c/11dea53828b8cb4cc7bdc7919231e6b40a67c054?branch=epel10.3
Log:
Fix name conflict with libradius
---
diff --git a/inn.spec b/inn.spec
index 745a9cb..73aec13 100644
--- a/inn.spec
+++ b/inn.spec
@@ -1,7 +1,7 @@
Summary: The InterNetNews system, an Usenet news server
Name: inn
Version: 2.5.3
-Release: 8%{?dist}
+Release: 9%{?dist}
#see LICENSE file for details
License: GPLv2+ and BSD and MIT and Public Domain
Group: System Environment/Daemons
@@ -29,6 +29,7 @@ patch17: inn-2.5.2-pconf.patch
Patch18: inn-2.5.2-smp.patch
Patch19: inn-2.5.2-docrun.patch
Patch20: inn-2.5.3-flex.patch
+Patch21: inn-2.5.3-radius.patch
BuildRequires: python db4-devel byacc krb5-devel pam-devel e2fsprogs-devel perl
BuildRequires: perl(ExtUtils::Embed) flex systemd-units
Requires(pre): shadow-utils
@@ -113,6 +114,7 @@ exit 0
%patch18 -p1 -b .smp
%patch19 -p1 -b .docrun
%patch20 -p1 -b .lex
+%patch21 -p1 -b .radius
perl -pi -e 's/su news/su -m news/' ./INSTALL
perl -pi -e 's/LOCK_READ/LLOCK_READ/' `find . -type f`
@@ -217,6 +219,8 @@ D %{_localstatedir}/run/news 0755 news news -
EOF
install -d -m 0755 $RPM_BUILD_ROOT%{_localstatedir}/run/news
+mv samples/radius.conf samples/inn-radius.conf
+
%post
su -m news -c '/usr/libexec/news/makedbz -i -o'
@@ -358,7 +362,7 @@ fi
%config(noreplace) %{_sysconfdir}/news/.profile
%config(noreplace) %{_sysconfdir}/news/nocem.ctl
%config(noreplace) %{_sysconfdir}/news/incoming.conf
-%config(noreplace) %{_sysconfdir}/news/radius.conf
+%config(noreplace) %{_sysconfdir}/news/inn-radius.conf
%config(noreplace) %{_sysconfdir}/news/ovdb.conf
%config(noreplace) %{_sysconfdir}/news/newsfeeds
%config(noreplace) %{_sysconfdir}/news/readers.conf
@@ -557,6 +561,9 @@ fi
%{_mandir}/man1/inews*
%changelog
+* Sun Feb 24 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-9
+- Fix name conflict with libradius
+
* Fri Jan 25 2013 Jochen Schmitt <Jochen herr-schmitt de> - 2.5.3-8
- Timer service units have to been enabled also
reply other threads:[~2026-08-26 8:54 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=178773446978.1.925973767586906510.rpms-inn-11dea53828b8@fedoraproject.org \
--to=jochen@herr-schmitt.de \
--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