From 127efe8528473e2182b73ded2bd00ada12549032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 26 Feb 2018 11:39:07 +0100 Subject: [PATCH] Owned /usr/lib64/postfix directory Resolves: rhbz#1548686 --- postfix.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/postfix.spec b/postfix.spec index b7d8308..b5867e0 100644 --- a/postfix.spec +++ b/postfix.spec @@ -45,7 +45,7 @@ Name: postfix Summary: Postfix Mail Transport Agent Version: 3.2.5 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 2 Group: System Environment/Daemons URL: http://www.postfix.org @@ -573,6 +573,7 @@ fi %dir %attr(0755, root, root) %{postfix_config_dir} %dir %attr(0755, root, root) %{postfix_daemon_dir} %dir %attr(0755, root, root) %{postfix_queue_dir} +%dir %attr(0755, root, root) %{postfix_shlib_dir} %dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/active %dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/bounce %dir %attr(0700, %{postfix_user}, root) %{postfix_queue_dir}/corrupt @@ -735,6 +736,10 @@ fi %endif %changelog +* Mon Feb 26 2018 Jaroslav Škarvada - 2:3.2.5-4 +- Owned /usr/lib64/postfix directory + Resolves: rhbz#1548686 + * Mon Feb 19 2018 Ondřej Lysoněk - 2:3.2.5-3 - Add gcc to BuildRequires