From 37fed74838cc15ba25762650fff823cbddc2818a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 4 Jul 2016 13:32:31 +0300 Subject: [PATCH] /etc/rwtab.d not supported by pld or at least no package provides the dir --- sssd.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sssd.spec b/sssd.spec index 3aff340..ab09855 100644 --- a/sssd.spec +++ b/sssd.spec @@ -14,7 +14,7 @@ Summary: System Security Services Daemon Summary(pl.UTF-8): System Security Services Daemon - demon usług bezpieczeństwa systemu Name: sssd Version: 1.13.4 -Release: 1 +Release: 2 License: GPL v3+ Group: Applications/System Source0: https://fedorahosted.org/released/sssd/%{name}-%{version}.tar.gz @@ -513,7 +513,7 @@ cp -p src/examples/logrotate $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/sssd # Make sure SSSD is able to run on read-only root install -d $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d -cp -p src/examples/rwtab $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/sssd +#cp -p src/examples/rwtab $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/sssd # Remove .la files created by libtool %{__rm} \ @@ -653,7 +653,7 @@ fi %attr(700,root,root) %dir %{_sysconfdir}/sssd %attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sssd/sssd.conf %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/sssd -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rwtab.d/sssd +#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rwtab.d/sssd %attr(754,root,root) /etc/rc.d/init.d/sssd %{systemdunitdir}/sssd.service /etc/dbus-1/system.d/org.freedesktop.sssd.infopipe.conf -- 2.43.0