public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <rpm@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10.3: fix /usr/libexec/news/auth files listed twice
Date: Wed, 26 Aug 2026 08:54:44 GMT	[thread overview]
Message-ID: <178773448435.1.17682604827772467748.rpms-inn-fe29d24293a4@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/inn
Branch : epel10.3
Commit : fe29d24293a461fe7b9a3040d9d5012b1a960145
Author : Dominik 'Rathann' Mierzejewski <rpm@greysector.net>
Date   : 2016-01-22T00:54:52+01:00
Stats  : +8/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/inn/c/fe29d24293a461fe7b9a3040d9d5012b1a960145?branch=epel10.3

Log:
fix /usr/libexec/news/auth files listed twice

---
diff --git a/inn.spec b/inn.spec
index 7c525c2..2367525 100644
--- a/inn.spec
+++ b/inn.spec
@@ -463,7 +463,13 @@ fi
 %{filterdir}/nnrpd_dynamic.py*
 
 %define authdir %{_libexecdir}/news/auth
-%{authdir}/
+%dir %{authdir}
+
+%define passwddir %{authdir}/passwd
+%dir %{passwddir}
+%{passwddir}/auth_krb5
+%{passwddir}/ckpasswd
+%{passwddir}/radius
 
 %define resolvdir %{authdir}/resolv
 %dir %{resolvdir}
@@ -557,6 +563,7 @@ fi
 - enable SSL (#1282236) and SASL support
 - fix innxmit processes getting killed prematurely (#1274857)
 - depend on systemd instead of -units (#850159)
+- fix /usr/libexec/news/auth files listed twice
 
 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-0.rc1.1.2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

                 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=178773448435.1.17682604827772467748.rpms-inn-fe29d24293a4@fedoraproject.org \
    --to=rpm@greysector.net \
    --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