Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mailx for openSUSE:Factory checked in at 2023-01-10 14:59:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mailx (Old) and /work/SRC/openSUSE:Factory/.mailx.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mailx" Tue Jan 10 14:59:16 2023 rev:47 rq:1057030 version:12.5 Changes: -------- --- /work/SRC/openSUSE:Factory/mailx/mailx.changes 2022-03-23 20:15:49.878376301 +0100 +++ /work/SRC/openSUSE:Factory/.mailx.new.32243/mailx.changes 2023-01-10 14:59:37.677147761 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 13:09:42 UTC 2022 - Ludwig Nussel <lnus...@suse.com> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mailx.spec ++++++ --- /var/tmp/diff_new_pack.oXqHkE/_old 2023-01-10 14:59:38.301151102 +0100 +++ /var/tmp/diff_new_pack.oXqHkE/_new 2023-01-10 14:59:38.309151145 +0100 @@ -116,7 +116,7 @@ %if ! %{with libalternatives} # create symlinks for update-alternatives mkdir -p %{buildroot}%{_sysconfdir}/alternatives -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 ln -sf %{_sysconfdir}/alternatives/binmail %{buildroot}/bin/mail %endif ln -sf %{_sysconfdir}/alternatives/Mail %{buildroot}/usr/bin/Mail @@ -124,7 +124,7 @@ ln -sf %{_sysconfdir}/alternatives/Mail.1%{?ext_man} %{buildroot}%{_mandir}/man1/Mail.1%{?ext_man} ln -sf %{_sysconfdir}/alternatives/mail.1%{?ext_man} %{buildroot}%{_mandir}/man1/mail.1%{?ext_man} # -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 ln -sf %{_bindir}/mailx %{buildroot}%{_sysconfdir}/alternatives/binmail %endif ln -sf %{_bindir}/mailx %{buildroot}%{_sysconfdir}/alternatives/Mail @@ -133,7 +133,7 @@ ln -sf %{_mandir}/man1/mailx.1%{?ext_man} %{buildroot}%{_sysconfdir}/alternatives/mail.1%{?ext_man} %else ln -sf %{_bindir}/alts %{buildroot}%{_bindir}/Mail -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 ln -sf %{_bindir}/alts %{buildroot}/bin/Mail %endif mkdir -p %{buildroot}%{_datadir}/libalternatives/Mail @@ -143,7 +143,7 @@ group=mail, Mail EOF ln -sf %{_bindir}/alts %{buildroot}%{_bindir}/mail -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 ln -sf %{_bindir}/alts %{buildroot}/bin/mail %endif mkdir -p %{buildroot}%{_datadir}/libalternatives/mail @@ -160,7 +160,7 @@ %post %{_sbindir}/update-alternatives --quiet --force \ --install %{_bindir}/mail mail %{_bindir}/mailx 20 \ -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 --slave /bin/mail binmail %{_bindir}/mailx \ %endif --slave %{_bindir}/Mail Mail %{_bindir}/mailx \ @@ -185,13 +185,13 @@ %license COPYING %doc README manual.ps.gz nail.rc %config /etc/mail.rc -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /bin/mail %endif /usr/bin/Mail /usr/bin/mail %if ! 0%{with libalternatives} -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 %ghost %config %{_sysconfdir}/alternatives/binmail %endif %ghost %config %{_sysconfdir}/alternatives/Mail