Accepting request 1175397 from home:computersalat:devel:mail

Update update_chroot.systemd

OBS-URL: https://build.opensuse.org/request/show/1175397
OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=485
This commit is contained in:
Christian Wittmer 2024-05-20 21:14:13 +00:00 committed by Git OBS Bridge
parent 0c726e5bd8
commit ea53e42589
5 changed files with 34 additions and 11 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2d5980cf353db4b1faebe0366d98ce94a396279a8939303eb5d3bba7c84e6d5e oid sha256:ac6c02f36dc447ed8bf3574ed1dd200d26bb9f10d2f84214592a15bc28125806
size 24846 size 25138

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 20 20:45:06 UTC 2024 - chris@computersalat.de
- Update update_chroot.systemd
* Add missing checks for DKIM (openDKIM)
- keep spec and changes files in sync
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 17 11:42:53 UTC 2024 - Peter Varkoly <varkoly@suse.com> Fri May 17 11:42:53 UTC 2024 - Peter Varkoly <varkoly@suse.com>
@ -7,6 +14,11 @@ Fri May 17 11:42:53 UTC 2024 - Peter Varkoly <varkoly@suse.com>
* /usr/lib64/sasl2 does not need to exist * /usr/lib64/sasl2 does not need to exist
* Fetch timezone via readlink from /etc/localtime * Fetch timezone via readlink from /etc/localtime
-------------------------------------------------------------------
Fri Apr 5 01:44:30 UTC 2024 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
- Move qshape(1) out of -doc, install it as a binary with the main package
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 7 18:42:30 UTC 2024 - Arjen de Korte <suse+build@de-korte.org> Thu Mar 7 18:42:30 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
@ -138,7 +150,7 @@ Tue Mar 5 16:46:16 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
single delivery agent crash. The scheduler now throttles single delivery agent crash. The scheduler now throttles
deliveries to one destination, and allows other deliveries to deliveries to one destination, and allows other deliveries to
keep making progress. keep making progress.
- change to functioning mirror (http://cdn.postfix.johnriley.me/ - change to functioning mirror (http://cdn.postfix.johnriley.me/
has been dead for a while although it is still listed upstream) has been dead for a while although it is still listed upstream)
- make output of %setup less verbose by restoring -q option - make output of %setup less verbose by restoring -q option

View File

@ -128,14 +128,14 @@ Requires(pre): shadow
%endif %endif
# /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
@ -342,6 +342,9 @@ cp -a examples/* %{buildroot}%{pf_sample_directory}
cp -a html/* %{buildroot}%{pf_html_directory} cp -a html/* %{buildroot}%{pf_html_directory}
cp -a auxiliary %{buildroot}%{pf_docdir} cp -a auxiliary %{buildroot}%{pf_docdir}
rm %{buildroot}%{pf_docdir}/README_FILES/INSTALL rm %{buildroot}%{pf_docdir}/README_FILES/INSTALL
rm -r %{buildroot}%{pf_docdir}/auxiliary/qshape
install -p auxiliary/qshape/qshape.pl %{buildroot}%{_sbindir}/qshape
mantools/srctoman - auxiliary/qshape/qshape.pl > %{buildroot}%{_mandir}/man1/qshape.1
# Fix build for Leap 42.3. # Fix build for Leap 42.3.
rm -f %{buildroot}%{_sysconfdir}/postfix/*.orig rm -f %{buildroot}%{_sysconfdir}/postfix/*.orig
mkdir -p %{buildroot}%{_unitdir} mkdir -p %{buildroot}%{_unitdir}
@ -506,6 +509,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}/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
%attr(0755,root,root) %{_sbindir}/smtp-source %attr(0755,root,root) %{_sbindir}/smtp-source

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 20 20:45:06 UTC 2024 - chris@computersalat.de
- Update update_chroot.systemd
* Add missing checks for DKIM (openDKIM)
- keep spec and changes files in sync
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 17 11:42:53 UTC 2024 - Peter Varkoly <varkoly@suse.com> Fri May 17 11:42:53 UTC 2024 - Peter Varkoly <varkoly@suse.com>

View File

@ -110,14 +110,14 @@ BuildRequires: libnsl-devel
%endif %endif
# /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.