Install configuration files with 644 mode

Related: RHEL-54303
This commit is contained in:
Zdenek Pytela 2024-06-10 15:14:46 +02:00 committed by Petr Lautrbach
parent 3d9c5beb8f
commit 2468f6a593

View File

@ -444,8 +444,8 @@ mkdir -p %{buildroot}%{_sharedstatedir}/selinux/{targeted,mls,minimum,modules}/
mkdir -p %{buildroot}%{_datadir}/selinux/packages mkdir -p %{buildroot}%{_datadir}/selinux/packages
mkdir -p %{buildroot}%{_sysconfdir}/dnf/protected.d/ mkdir -p %{buildroot}%{_sysconfdir}/dnf/protected.d/
install -m 755 %{SOURCE38} %{buildroot}%{_sysconfdir}/dnf/protected.d/ install -m 644 %{SOURCE38} %{buildroot}%{_sysconfdir}/dnf/protected.d/
install -m 755 %{SOURCE39} %{buildroot}%{_sysconfdir}/dnf/protected.d/ install -m 644 %{SOURCE39} %{buildroot}%{_sysconfdir}/dnf/protected.d/
# Install devel # Install devel
make clean make clean