Changeset 1233 for dasscm/trunk


Ignore:
Timestamp:
Apr 3, 2017, 12:30:21 PM (7 years ago)
Author:
stephand
Message:

fix conflict with sudo package on Fedora and RHEL/CentOS > 6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dasscm/trunk/dasscm.spec

    r1168 r1233  
    9191# /etc/sudoers.d/ should not belong to dasscm,
    9292# but is does currently not exist on most distributions
     93# on Fedora, RHEL/CentOS > 6 produces conflict with sudo package
     94# if it is also owned by this package
     95%if ! 0%{?fedora} && ! 0%{?rhel_version} && ! 0%{?centos_version}
    9396%dir /etc/sudoers.d/
     97%endif
    9498# sudo requires permissions 440 and config files without any "."
    9599%attr(440,root,root) %config(noreplace) /etc/sudoers.d/nagios_dasscm_check
Note: See TracChangeset for help on using the changeset viewer.