Accepting request 1202891 from server:mail
- Missing posttls-finger in postfix though changes mention it (bsc#1221501) - Missing posttls-finger in postfix though changes mention it (bsc#1221501) OBS-URL: https://build.opensuse.org/request/show/1202891 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=245
This commit is contained in:
commit
20d0bdbb40
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 24 08:29:59 UTC 2024 - Peter Varkoly <varkoly@suse.com>
|
||||||
|
|
||||||
|
- Missing posttls-finger in postfix though changes mention it
|
||||||
|
(bsc#1221501)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 08:48:52 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
Fri Aug 9 08:48:52 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
@ -130,14 +130,14 @@ Requires(pre): shadow
|
|||||||
Requires: /usr/bin/cmp
|
Requires: /usr/bin/cmp
|
||||||
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
|
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
|
||||||
Requires(pre): ed
|
Requires(pre): ed
|
||||||
Requires(preun): ed
|
Requires(preun):ed
|
||||||
Requires(post): ed
|
Requires(post): ed
|
||||||
Requires(postun): ed
|
Requires(postun):ed
|
||||||
# /usr/sbin/config.postfix needs perl
|
# /usr/sbin/config.postfix needs perl
|
||||||
Requires(pre): perl
|
Requires(pre): perl
|
||||||
Requires(preun): perl
|
Requires(preun):perl
|
||||||
Requires(post): perl
|
Requires(post): perl
|
||||||
Requires(postun): perl
|
Requires(postun):perl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Postfix aims to be an alternative to the widely-used sendmail program with bdb support
|
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}/usr/share/doc/packages/postfix-doc/
|
||||||
rm -rf %{buildroot}/%{_includedir}/postfix/
|
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
|
%if 0%{?suse_version} >= 1330
|
||||||
%pre -f postfix.pre
|
%pre -f postfix.pre
|
||||||
%else
|
%else
|
||||||
@ -471,7 +474,6 @@ fi
|
|||||||
%config %{_sysconfdir}/pam.d/*
|
%config %{_sysconfdir}/pam.d/*
|
||||||
%{_fillupdir}/sysconfig.postfix
|
%{_fillupdir}/sysconfig.postfix
|
||||||
%{_fillupdir}/sysconfig.mail-postfix
|
%{_fillupdir}/sysconfig.mail-postfix
|
||||||
%{_sbindir}/config.postfix
|
|
||||||
%dir %{_sysconfdir}/postfix
|
%dir %{_sysconfdir}/postfix
|
||||||
%config %{_sysconfdir}/postfix/main.cf.default
|
%config %{_sysconfdir}/postfix/main.cf.default
|
||||||
%config(noreplace) %{_sysconfdir}/postfix/[^mysql]*[^mysql]
|
%config(noreplace) %{_sysconfdir}/postfix/[^mysql]*[^mysql]
|
||||||
@ -508,11 +510,11 @@ fi
|
|||||||
%dir %{pf_shlib_directory}/systemd
|
%dir %{pf_shlib_directory}/systemd
|
||||||
%attr(0755,root,root) %{pf_shlib_directory}/systemd/*
|
%attr(0755,root,root) %{pf_shlib_directory}/systemd/*
|
||||||
%{_unitdir}/postfix.service
|
%{_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}/postdrop
|
||||||
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postlog
|
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postlog
|
||||||
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postqueue
|
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postqueue
|
||||||
%{_bindir}/mailq
|
%attr(0755,root,root) %{_sbindir}/config.postfix
|
||||||
%{_bindir}/newaliases
|
|
||||||
%attr(0755,root,root) %{_sbindir}/sendmail
|
%attr(0755,root,root) %{_sbindir}/sendmail
|
||||||
%attr(0755,root,root) %{_sbindir}/postalias
|
%attr(0755,root,root) %{_sbindir}/postalias
|
||||||
%attr(0755,root,root) %{_sbindir}/postcat
|
%attr(0755,root,root) %{_sbindir}/postcat
|
||||||
@ -523,6 +525,7 @@ fi
|
|||||||
%attr(0755,root,root) %{_sbindir}/postmap
|
%attr(0755,root,root) %{_sbindir}/postmap
|
||||||
%attr(0755,root,root) %{_sbindir}/postmulti
|
%attr(0755,root,root) %{_sbindir}/postmulti
|
||||||
%attr(0755,root,root) %{_sbindir}/postsuper
|
%attr(0755,root,root) %{_sbindir}/postsuper
|
||||||
|
%attr(0755,root,root) %{_sbindir}/posttls-finger
|
||||||
%attr(0755,root,root) %{_sbindir}/qshape
|
%attr(0755,root,root) %{_sbindir}/qshape
|
||||||
%attr(0755,root,root) %{_sbindir}/qmqp-source
|
%attr(0755,root,root) %{_sbindir}/qmqp-source
|
||||||
%attr(0755,root,root) %{_sbindir}/smtp-sink
|
%attr(0755,root,root) %{_sbindir}/smtp-sink
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 24 08:29:19 UTC 2024 - Peter Varkoly <varkoly@suse.com>
|
||||||
|
|
||||||
|
- Missing posttls-finger in postfix though changes mention it
|
||||||
|
(bsc#1221501)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 08:48:07 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
Fri Aug 9 08:48:07 UTC 2024 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
16
postfix.spec
16
postfix.spec
@ -112,14 +112,14 @@ BuildRequires: libnsl-devel
|
|||||||
Requires: /usr/bin/cmp
|
Requires: /usr/bin/cmp
|
||||||
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
|
# /usr/lib/postfix/bin//post-install: line 667: ed: command not found
|
||||||
Requires(pre): /usr/bin/ed
|
Requires(pre): /usr/bin/ed
|
||||||
Requires(preun): /usr/bin/ed
|
Requires(preun):/usr/bin/ed
|
||||||
Requires(post): /usr/bin/ed
|
Requires(post): /usr/bin/ed
|
||||||
Requires(postun): /usr/bin/ed
|
Requires(postun):/usr/bin/ed
|
||||||
# /usr/sbin/config.postfix needs perl
|
# /usr/sbin/config.postfix needs perl
|
||||||
Requires(pre): perl
|
Requires(pre): perl
|
||||||
Requires(preun): perl
|
Requires(preun):perl
|
||||||
Requires(post): perl
|
Requires(post): perl
|
||||||
Requires(postun): perl
|
Requires(postun):perl
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Postfix aims to be an alternative to the widely-used sendmail program.
|
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 %{SOURCE12} %{buildroot}%{_sysusersdir}/
|
||||||
install -m 644 %{SOURCE13} %{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
|
%pre -f postfix.pre
|
||||||
@ -506,7 +509,6 @@ fi
|
|||||||
%config %{_sysconfdir}/pam.d/*
|
%config %{_sysconfdir}/pam.d/*
|
||||||
%{_fillupdir}/sysconfig.%{name}
|
%{_fillupdir}/sysconfig.%{name}
|
||||||
%{_fillupdir}/sysconfig.mail-%{name}
|
%{_fillupdir}/sysconfig.mail-%{name}
|
||||||
%{_sbindir}/config.%{name}
|
|
||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
%config %{_sysconfdir}/%{name}/main.cf.default
|
%config %{_sysconfdir}/%{name}/main.cf.default
|
||||||
%config(noreplace) %{_sysconfdir}/%{name}/[^mysql]*[^mysql]
|
%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}/postdrop
|
||||||
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postlog
|
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postlog
|
||||||
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postqueue
|
%verify(not mode) %attr(2755,root,%{pf_setgid_group}) %{_sbindir}/postqueue
|
||||||
%{_bindir}/mailq
|
%{_bindir}/*
|
||||||
%{_bindir}/newaliases
|
|
||||||
%attr(0755,root,root) %{_sbindir}/sendmail
|
%attr(0755,root,root) %{_sbindir}/sendmail
|
||||||
%attr(0755,root,root) %{_sbindir}/postalias
|
%attr(0755,root,root) %{_sbindir}/postalias
|
||||||
%attr(0755,root,root) %{_sbindir}/postcat
|
%attr(0755,root,root) %{_sbindir}/postcat
|
||||||
@ -555,6 +556,7 @@ fi
|
|||||||
%attr(0755,root,root) %{_sbindir}/postmap
|
%attr(0755,root,root) %{_sbindir}/postmap
|
||||||
%attr(0755,root,root) %{_sbindir}/postmulti
|
%attr(0755,root,root) %{_sbindir}/postmulti
|
||||||
%attr(0755,root,root) %{_sbindir}/postsuper
|
%attr(0755,root,root) %{_sbindir}/postsuper
|
||||||
|
%attr(0755,root,root) %{_sbindir}/posttls-finger
|
||||||
%attr(0755,root,root) %{_sbindir}/qshape
|
%attr(0755,root,root) %{_sbindir}/qshape
|
||||||
%attr(0755,root,root) %{_sbindir}/qmqp-source
|
%attr(0755,root,root) %{_sbindir}/qmqp-source
|
||||||
%attr(0755,root,root) %{_sbindir}/smtp-sink
|
%attr(0755,root,root) %{_sbindir}/smtp-sink
|
||||||
|
Loading…
Reference in New Issue
Block a user