From 7de92272b7fe3d97c953d13e4771ee807500467d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 4 Dec 2005 23:10:18 +0000 Subject: [PATCH] - adapterized (sorted %verify flags) Changed files: openssl.spec -> 1.146 --- openssl.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openssl.spec b/openssl.spec index 584947b..aeaef53 100644 --- a/openssl.spec +++ b/openssl.spec @@ -353,10 +353,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %dir %{_sysconfdir}/%{name} -%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/%{name}/openssl.cnf -%verify(not md5 size mtime) %config(noreplace) %{_var}/lib/%{name}/openssl.cnf +%verify(not md5 mtime size) %config(noreplace) %{_sysconfdir}/%{name}/openssl.cnf +%verify(not md5 mtime size) %config(noreplace) %{_var}/lib/%{name}/openssl.cnf %dir %{_datadir}/ssl -%verify(not md5 size mtime) %config(noreplace) %{_datadir}/ssl/ca-bundle.crt +%verify(not md5 mtime size) %config(noreplace) %{_datadir}/ssl/ca-bundle.crt %attr(755,root,root) %{_bindir}/%{name} %attr(755,root,root) %{_bindir}/openssl_fips_fingerprint -- 2.43.0