public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: fix /usr/libexec/news/auth files listed twice
@ 2026-08-26 8:06 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-26 8:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/inn
Branch : epel10
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
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-26 8:06 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:06 [rpms/inn] epel10: fix /usr/libexec/news/auth files listed twice Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox