Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cnf-rs for openSUSE:Factory checked 
in at 2023-09-20 13:26:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cnf-rs (Old)
 and      /work/SRC/openSUSE:Factory/.cnf-rs.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cnf-rs"

Wed Sep 20 13:26:48 2023 rev:2 rq:1112082 version:0.5.2~0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cnf-rs/cnf-rs.changes    2023-09-15 
22:11:33.178173796 +0200
+++ /work/SRC/openSUSE:Factory/.cnf-rs.new.16627/cnf-rs.changes 2023-09-20 
13:28:32.393248821 +0200
@@ -1,0 +2,12 @@
+Mon Sep 18 20:57:00 UTC 2023 - Michal Vyskocil <michal.vysko...@gmail.com>
+
+- add Obsoletes back to please the Factory staginh installcheck 
+
+-------------------------------------------------------------------
+Mon Sep 18 11:51:08 UTC 2023 - Michal Vyskocil <michal.vysko...@gmail.com>
+
+- fix boo#1215428
+  * add a compatibility symlink /usr/bin/command-not-found for fish
+  * moved scout Obsoletes from bash/zsh subpackages to main one 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cnf-rs.spec ++++++
--- /var/tmp/diff_new_pack.ZgaeSb/_old  2023-09-20 13:28:34.105310157 +0200
+++ /var/tmp/diff_new_pack.ZgaeSb/_new  2023-09-20 13:28:34.105310157 +0200
@@ -81,14 +81,18 @@
 Provides:       bundled(crate(winapi-x86_64-pc-windows-gnu)) = 0.4.0
 ExclusiveArch:  %{rust_tier1_arches}
 
+Obsoletes:      scout-command-not-found < 0.2.8
+Provides:       command-not-found = %{version}-%{release}
+Provides:       scout-command-not-found = %{version}-%{release}
+
 %description
 A libsolv based command-not-found handler for openSUSE.
 
 %package bash
 Summary:        Integration of %{name} with bash
 Requires:       %{name} = %{version}-%{release}
-Supplements:    (%{name} and bash)
 Obsoletes:      scout-command-not-found < 0.2.8
+Supplements:    (%{name} and bash)
 BuildArch:      noarch
 %if 0%{?sle_version} == 150500 && 0%{?is_opensuse}
 Group:          System/Console
@@ -133,6 +137,10 @@
 # using cargo_install (only supports bindir)
 %{cargo_install}
 
+# https://bugzilla.opensuse.org/show_bug.cgi?id=1215428#c2
+# fish, quite unfortunatelly, depends on a /usr/bin/command-not-found beeing 
present
+ln -sfr %{buildroot}/%{_bindir}/cnf-rs 
%{buildroot}/%{_bindir}/command-not-found
+
 # shell integrations
 install -D -m 0644 %{SOURCE10} 
%{buildroot}%{_sysconfdir}/bash_command_not_found
 install -D -m 0644 %{SOURCE11} %{buildroot}%{_sysconfdir}/zsh_command_not_found
@@ -154,6 +162,7 @@
 %license LICENSE
 %doc README.md
 %attr(0755,root,root) %{_bindir}/cnf-rs
+%{_bindir}/command-not-found
 %{_mandir}/man1/cnf-rs*
 
 %files bash

Reply via email to