diff --git a/postfix-bdb.changes b/postfix-bdb.changes index 1c37a4d..c5d3446 100644 --- a/postfix-bdb.changes +++ b/postfix-bdb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 24 08:29:59 UTC 2024 - Peter Varkoly + +- Missing posttls-finger in postfix though changes mention it + (bsc#1221501) + ------------------------------------------------------------------- Fri Aug 9 08:48:52 UTC 2024 - Thorsten Kukuk diff --git a/postfix-bdb.spec b/postfix-bdb.spec index 26ced5a..855a29b 100644 --- a/postfix-bdb.spec +++ b/postfix-bdb.spec @@ -130,14 +130,14 @@ Requires(pre): shadow Requires: /usr/bin/cmp # /usr/lib/postfix/bin//post-install: line 667: ed: command not found Requires(pre): ed -Requires(preun): ed +Requires(preun):ed Requires(post): ed -Requires(postun): ed +Requires(postun):ed # /usr/sbin/config.postfix needs perl Requires(pre): perl -Requires(preun): perl +Requires(preun):perl Requires(post): perl -Requires(postun): perl +Requires(postun):perl %description Postfix aims to be an alternative to the widely-used sendmail program with bdb support @@ -400,6 +400,9 @@ rm -rf %{buildroot}/usr/lib/sysusers.d/postfix-vmail-user.conf rm -rf %{buildroot}/usr/share/doc/packages/postfix-doc/ rm -rf %{buildroot}/%{_includedir}/postfix/ +# posttls-finger is built but not installed +install -m 755 bin/posttls-finger %{buildroot}%{_sbindir}/ + %if 0%{?suse_version} >= 1330 %pre -f postfix.pre %else @@ -471,7 +474,6 @@ fi %config %{_sysconfdir}/pam.d/* %{_fillupdir}/sysconfig.postfix %{_fillupdir}/sysconfig.mail-postfix -%{_sbindir}/config.postfix %dir %{_sysconfdir}/postfix %config %{_sysconfdir}/postfix/main.cf.default %config(noreplace) %{_sysconfdir}/postfix/[^mysql]*[^mysql] @@ -508,11 +510,11 @@ fi %dir %{pf_shlib_directory}/systemd %attr(0755,root,root) %{pf_shlib_directory}/systemd/* %{_unitdir}/postfix.service +%{_bindir}/* %verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postdrop %verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postlog %verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postqueue -%{_bindir}/mailq -%{_bindir}/newaliases +%attr(0755,root,root) %{_sbindir}/config.postfix %attr(0755,root,root) %{_sbindir}/sendmail %attr(0755,root,root) %{_sbindir}/postalias %attr(0755,root,root) %{_sbindir}/postcat @@ -523,6 +525,7 @@ fi %attr(0755,root,root) %{_sbindir}/postmap %attr(0755,root,root) %{_sbindir}/postmulti %attr(0755,root,root) %{_sbindir}/postsuper +%attr(0755,root,root) %{_sbindir}/posttls-finger %attr(0755,root,root) %{_sbindir}/qshape %attr(0755,root,root) %{_sbindir}/qmqp-source %attr(0755,root,root) %{_sbindir}/smtp-sink diff --git a/postfix.changes b/postfix.changes index 8ccf3a4..e7fc9fb 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 24 08:29:19 UTC 2024 - Peter Varkoly + +- Missing posttls-finger in postfix though changes mention it + (bsc#1221501) + ------------------------------------------------------------------- Fri Aug 9 08:48:07 UTC 2024 - Thorsten Kukuk diff --git a/postfix.spec b/postfix.spec index 3bebca2..9768544 100644 --- a/postfix.spec +++ b/postfix.spec @@ -112,14 +112,14 @@ BuildRequires: libnsl-devel Requires: /usr/bin/cmp # /usr/lib/postfix/bin//post-install: line 667: ed: command not found Requires(pre): /usr/bin/ed -Requires(preun): /usr/bin/ed +Requires(preun):/usr/bin/ed Requires(post): /usr/bin/ed -Requires(postun): /usr/bin/ed +Requires(postun):/usr/bin/ed # /usr/sbin/config.postfix needs perl Requires(pre): perl -Requires(preun): perl +Requires(preun):perl Requires(post): perl -Requires(postun): perl +Requires(postun):perl %description Postfix aims to be an alternative to the widely-used sendmail program. @@ -423,6 +423,9 @@ mkdir -p %{buildroot}%{_sysusersdir} install -m 644 %{SOURCE12} %{buildroot}%{_sysusersdir}/ install -m 644 %{SOURCE13} %{buildroot}%{_sysusersdir}/ +# posttls-finger is built but not installed +install -m 755 bin/posttls-finger %{buildroot}%{_sbindir}/ + # --------------------------------------------------------------------------- %pre -f postfix.pre @@ -506,7 +509,6 @@ fi %config %{_sysconfdir}/pam.d/* %{_fillupdir}/sysconfig.%{name} %{_fillupdir}/sysconfig.mail-%{name} -%{_sbindir}/config.%{name} %dir %{_sysconfdir}/%{name} %config %{_sysconfdir}/%{name}/main.cf.default %config(noreplace) %{_sysconfdir}/%{name}/[^mysql]*[^mysql] @@ -543,8 +545,7 @@ fi %verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postdrop %verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postlog %verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postqueue -%{_bindir}/mailq -%{_bindir}/newaliases +%{_bindir}/* %attr(0755,root,root) %{_sbindir}/sendmail %attr(0755,root,root) %{_sbindir}/postalias %attr(0755,root,root) %{_sbindir}/postcat @@ -555,6 +556,7 @@ fi %attr(0755,root,root) %{_sbindir}/postmap %attr(0755,root,root) %{_sbindir}/postmulti %attr(0755,root,root) %{_sbindir}/postsuper +%attr(0755,root,root) %{_sbindir}/posttls-finger %attr(0755,root,root) %{_sbindir}/qshape %attr(0755,root,root) %{_sbindir}/qmqp-source %attr(0755,root,root) %{_sbindir}/smtp-sink