Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package initviocons for openSUSE:Factory checked in at 2023-01-05 14:59:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/initviocons (Old) and /work/SRC/openSUSE:Factory/.initviocons.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "initviocons" Thu Jan 5 14:59:55 2023 rev:24 rq:1055202 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/initviocons/initviocons.changes 2020-11-29 12:20:36.317527438 +0100 +++ /work/SRC/openSUSE:Factory/.initviocons.new.1563/initviocons.changes 2023-01-05 14:59:58.604769228 +0100 @@ -1,0 +2,5 @@ +Tue Dec 27 12:27:04 UTC 2022 - Ludwig Nussel <[email protected]> + +- Replace transitional %usrmerged macro with regular version check (boo#1206798) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ initviocons.spec ++++++ --- /var/tmp/diff_new_pack.XvAJu9/_old 2023-01-05 14:59:59.072768852 +0100 +++ /var/tmp/diff_new_pack.XvAJu9/_new 2023-01-05 14:59:59.076768848 +0100 @@ -1,7 +1,7 @@ # # spec file for package initviocons # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,7 +54,7 @@ %install %make_install install -m 0755 termprobes $RPM_BUILD_ROOT/%{_bindir}/termprobes -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 mkdir -p $RPM_BUILD_ROOT/bin ln -sf %{_bindir}/initviocons $RPM_BUILD_ROOT/bin %endif @@ -62,7 +62,7 @@ %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README -%if !0%{?usrmerged} +%if 0%{?suse_version} < 1550 /bin/* %endif %{_bindir}/*
