]> git.pld-linux.org Git - packages/cfingerd.git/commitdiff
- adapterized (sorted %verify flags)
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 12 Dec 2005 15:19:32 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cfingerd.spec -> 1.42

cfingerd.spec

index 0e993d59bc34dea804a2d7b22a6e82232afdf7ef..b7bccbb330e847dec0b51decf823dba124d8cbc1 100644 (file)
@@ -17,7 +17,7 @@ Patch2:               %{name}-security_format_bug.patch
 Patch3:                %{name}-gpg.patch
 BuildRequires: perl-base
 Requires:      inetdaemon
-Prereq:                rc-inetd >= 0.8.1
+Requires:      rc-inetd >= 0.8.1
 Provides:      fingerd
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     cfingerd-nobody
@@ -89,9 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %dir %{_sysconfdir}/%{name}/scripts
 %attr(755,root,root) %{_sysconfdir}/%{name}/scripts/*
 %attr(755,root,root) %{_sbindir}/*
-%attr(600,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/cfingerd.conf
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/userlist.conf
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/%{name}/*.txt
-%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/%{name}
-%attr(640,root,root) /etc/sysconfig/rc-inetd/fingerd
+%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/cfingerd.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/userlist.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.txt
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/fingerd
 %{_mandir}/man[158]/*
This page took 0.100007 seconds and 4 git commands to generate.