https://bugzilla.redhat.com/show_bug.cgi?id=2382327

Miro Hrončok <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?([email protected] |
                   |om)                         |



--- Comment #13 from Miro Hrončok <[email protected]> ---
I believe this creates a duplicate file record:

  %config(noreplace) %{_sysconfdir}/mpb/*.conf.d/
  %config(noreplace) %{_sysconfdir}/mpb/*.conf.d/*

RPM build warnings:
    File listed twice: /etc/mpb/copr.conf.d/01_project.yaml
    File listed twice: /etc/mpb/copr.conf.d/02_packages.yaml
    File listed twice: /etc/mpb/repo.conf.d/centos-stream.yaml
    File listed twice: /etc/mpb/repo.conf.d/epel.yaml
    File listed twice: /etc/mpb/repo.conf.d/fedora.yaml


Perhaps use this instead?

  %dir %{_sysconfdir}/mpb/*.conf.d/
  %config(noreplace) %{_sysconfdir}/mpb/*.conf.d/*


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
https://bugzilla.redhat.com/show_bug.cgi?id=2382327

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202382327%23c13

-- 
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to