Changes of Revision 7
[-] | Changed | memcached.spec |
x 1
2 %files 3 %defattr(-,root,root,-) 4 %doc AUTHORS ChangeLog COPYING NEWS README TODO doc/CONTRIBUTORS doc/*.txt 5 -%config(noreplace) %{_sysconfdir}/sysconfig/%{name} 6 +%config(noreplace) %{_sysconfdir}/sysconfig/%{name} 7 8 -%dir %attr(755,%{username},%{groupname}) %{_localstatedir}/run/memcached 9 +%dir %attr(750,nobody,nobody) %{_localstatedir}/run/memcached 10 %{_bindir}/memcached-tool 11 %{_bindir}/memcached 12 %{_mandir}/man1/memcached.1* 13 %{_initrddir}/memcached 14 - 15 - 16 -%files selinux 17 -%defattr(-,root,root,0755) 18 -%doc SELinux/*.te SELinux/*.fc SELinux/*.if 19 -%{_datadir}/selinux/*/%{modulename}.pp 20 +%{_includedir}/memcached 21 22 23 %changelog 24 |