Skip to content

Commit

Permalink
commenting out some selinux stuff that comes from another package
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schoeller committed Nov 4, 2024
1 parent 4d477fd commit 05d162d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pnp4nagios.spec
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ install -m 0644 contrib/fedora/logwatch/conf/logfiles/pnp4nagios.conf \
# $RPM_BUILD_ROOT%{_datadir}/naemon/html/%{name}/install.ignore
rm $RPM_BUILD_ROOT%{_sysconfdir}/pnp4nagios/background.pdf

%if 0%{with_selinux}
install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/selinux/tmp/%{name}
install -m 0644 %{name}.fc $RPM_BUILD_ROOT%{_localstatedir}/lib/selinux/tmp/%{name}/%{modulename}.fc
install -m 0644 %{name}.te $RPM_BUILD_ROOT%{_localstatedir}/lib/selinux/tmp/%{name}/%{modulename}.te
%endif
#%if 0%{with_selinux}
#install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/selinux/tmp/%{name}
#install -m 0644 %{name}.fc $RPM_BUILD_ROOT%{_localstatedir}/lib/selinux/tmp/%{name}/%{modulename}.fc
#install -m 0644 %{name}.te $RPM_BUILD_ROOT%{_localstatedir}/lib/selinux/tmp/%{name}/%{modulename}.te
#%endif

%package logrotate
Summary: config for rotating pnp4nagios logs
Expand Down

0 comments on commit 05d162d

Please sign in to comment.