public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/inn] epel10: file list review
Date: Wed, 26 Aug 2026 08:07:22 GMT	[thread overview]
Message-ID: <178773164241.1.10528198706412075395.rpms-inn-16b4198800c4@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-26  8:07 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=178773164241.1.10528198706412075395.rpms-inn-16b4198800c4@fedoraproject.org \
    --to=dominik@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