public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/inn] epel10: file list review
@ 2026-08-26  8:07 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-26  8:07 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/inn
            Branch : epel10
            Commit : 16b4198800c4c72f485a61b3bae437fd965b3a3b
            Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
            Date   : 2021-02-17T14:59:37+01:00
            Stats  : +10/-3 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/inn/c/16b4198800c4c72f485a61b3bae437fd965b3a3b?branch=epel10

            Log:
            file list review

- move some man pages to the main package
- exclude internal header files and templates
- inews requires passwd.nntp to be present, move it to inews subpackage

---
diff --git a/inn.spec b/inn.spec
index 4f49742..21f3166 100644
--- a/inn.spec
+++ b/inn.spec
@@ -390,7 +390,6 @@ fi
 %dir %{_localstatedir}/run/news
 # /etc/news config files
 %dir %{_sysconfdir}/news
-%config(noreplace) %{_sysconfdir}/news/passwd.nntp
 %config(noreplace) %{_sysconfdir}/news/send-uucp.cf
 %config(noreplace) %{_sysconfdir}/news/actsync.cfg
 %config(noreplace) %{_sysconfdir}/news/motd.innd.sample
@@ -592,6 +591,7 @@ fi
 %{_mandir}/man1/s*.1.gz
 %{_mandir}/man3/INN::Config.3pm*
 %{_mandir}/man3/INN::Utils::Shlock.3pm*
+%{_mandir}/man3/uwildmat.3*
 %{_mandir}/man[58]/*
 %defattr(-,root,root,0755)
 %doc NEWS README* HACKING ChangeLog CONTRIBUTORS LICENSE INSTALL FAQ.html 
@@ -599,20 +599,24 @@ fi
 %doc doc/config-semantics doc/external-auth TODO doc/hook-python doc/config-syntax
 %doc doc/hook-perl doc/history
 %doc samples
+%exclude %{_docdir}/inn/samples/*.in*
 
 %files libs
 %{_libdir}/lib*.so.*
 
 %files devel
-%dir %{_includedir}/inn/
-%{_includedir}/inn/*
+%{_includedir}/inn
+%exclude %{_includedir}/inn/clibrary.h
+%exclude %{_includedir}/inn/config.h
 %{_libdir}/lib*.so
 %{_mandir}/man3/*
 %exclude %{_mandir}/man3/INN::Config.3pm*
 %exclude %{_mandir}/man3/INN::Utils::Shlock.3pm*
+%exclude %{_mandir}/man3/uwildmat.3*
 
 %files -n inews
 %config(noreplace) %attr(-,news,news) %{_sysconfdir}/news/inn.conf
+%config(noreplace) %attr(-,news,news) %{_sysconfdir}/news/passwd.nntp
 %{_bindir}/inews
 %attr(0755,root,root) %{_libexecdir}/news/inews
 %{_mandir}/man1/inews*
@@ -621,6 +625,9 @@ fi
 * Tue Feb 16 2021 Dominik Mierzejewski <rpm@greysector.net> - 2.6.4-2
 - backport upstream patch to fix util/inndf test on ppc64le
 - drop obsolete patch (-pie is used for all programs by default now)
+- move some man pages to the main package
+- exclude internal header files and templates
+- inews requires passwd.nntp to be present, move it to inews subpackage
 
 * Sun Feb 14 2021 Dominik Mierzejewski <rpm@greysector.net> - 2.6.4-1
 - update to 2.6.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-26  8:07 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:07 [rpms/inn] epel10: file list review 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