]> git.pld-linux.org Git - packages/dante.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:
    dante.spec -> 1.35

dante.spec

index 6bf49d410a8943b8a714b95a6727a23963a9c90d..34d01d7e23956091ed3ad8cc8d48e5b80fdfef7d 100644 (file)
@@ -36,9 +36,9 @@ istniej
 Summary:       A free Socks v4/v5 server implementation
 Summary(pl):   Darmowa implementacja serwera Socks v4/5
 Group:         Networking/Daemons
-Requires:      %{name} = %{version}-%{release}
-PreReq:                rc-scripts
 Requires(post,preun):  /sbin/chkconfig
+Requires:      %{name} = %{version}-%{release}
+Requires:      rc-scripts
 
 %description server
 This package contains the socks proxy daemon and its documentation.
@@ -121,14 +121,14 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc BUGS CREDITS LICENSE NEWS README SUPPORT TODO
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/socks.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/socks.conf
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 %attr(755,root,root) %{_bindir}/socksify
 %{_mandir}/man5/socks.conf.5*
 
 %files server
 %defattr(644,root,root,755)
-%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/sockd.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sockd.conf
 %attr(754,root,root) /etc/rc.d/init.d/sockd
 %attr(755,root,root) %{_sbindir}/sockd
 %{_mandir}/man8/sockd.8*
This page took 0.094337 seconds and 4 git commands to generate.