Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nvmetcli for openSUSE:Factory 
checked in at 2023-12-06 23:47:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvmetcli (Old)
 and      /work/SRC/openSUSE:Factory/.nvmetcli.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nvmetcli"

Wed Dec  6 23:47:00 2023 rev:14 rq:1130991 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/nvmetcli/nvmetcli.changes        2023-11-28 
22:20:16.347704763 +0100
+++ /work/SRC/openSUSE:Factory/.nvmetcli.new.25432/nvmetcli.changes     
2023-12-06 23:47:02.572644026 +0100
@@ -1,0 +2,5 @@
+Tue Dec  5 13:45:44 UTC 2023 - Daniel Wagner <[email protected]>
+
+- fix build on SLE15 code streams
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nvmetcli.spec ++++++
--- /var/tmp/diff_new_pack.y9NgTw/_old  2023-12-06 23:47:03.376673667 +0100
+++ /var/tmp/diff_new_pack.y9NgTw/_new  2023-12-06 23:47:03.380673814 +0100
@@ -55,7 +55,11 @@
 %python3_pyproject_install
 mkdir -p %{buildroot}%{_sysconfdir}/nvmet
 mkdir -p %{buildroot}%{_prefix}/sbin
-mv %{buildroot}%{_bindir}/nvmetcli %{buildroot}%{_sbindir}
+%if 0%{?suse_version} <= 1500
+  install -m 755 nvmetcli %{buildroot}%{_sbindir}/nvmetcli
+%else
+  mv %{buildroot}%{_bindir}/nvmetcli %{buildroot}%{_sbindir}
+%endif
 mkdir -p %{buildroot}%{_prefix}/usr/sbin
 ln -s /usr/sbin/service %{buildroot}/usr/sbin/rcnvmet
 mkdir -p %{buildroot}%{_unitdir}

Reply via email to