Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package scsirastools for openSUSE:Factory 
checked in at 2022-11-25 13:11:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scsirastools (Old)
 and      /work/SRC/openSUSE:Factory/.scsirastools.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scsirastools"

Fri Nov 25 13:11:31 2022 rev:21 rq:1037865 version:1.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/scsirastools/scsirastools.changes        
2019-04-09 20:18:35.493834720 +0200
+++ /work/SRC/openSUSE:Factory/.scsirastools.new.1597/scsirastools.changes      
2022-11-25 13:11:40.503852728 +0100
@@ -1,0 +2,5 @@
+Thu Oct 20 13:37:29 UTC 2022 - Ludwig Nussel <lnus...@suse.de>
+
+- Use /usr/sbin (boo#1191093)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scsirastools.spec ++++++
--- /var/tmp/diff_new_pack.gFkhNZ/_old  2022-11-25 13:11:41.011855566 +0100
+++ /var/tmp/diff_new_pack.gFkhNZ/_new  2022-11-25 13:11:41.015855588 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scsirastools
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:        Serviceability for SCSI Disks and Arrays
 License:        BSD-3-Clause
 Group:          Hardware/Other
-Url:            http://scsirastools.sourceforge.net/
+URL:            http://scsirastools.sourceforge.net/
 Source:         
http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tar.gz
 Source1:        sgdisk.service
 Source2:        sgraid.service
@@ -77,8 +77,8 @@
 
 %install
 %make_install
-# lets use /sbin
-mv %{buildroot}%{_sbindir}/* %{buildroot}/sbin/
+# usrmerge
+mv %{buildroot}/sbin/* %{buildroot}%{_sbindir}/
 # systemd support
 # 1) move the sysv init scripts away
 install -d %{buildroot}%{_datadir}/scsirastools/scripts
@@ -90,9 +90,9 @@
 
 %files
 %defattr(-,root,root)
-/sbin/sg*
-/sbin/md*
-/sbin/getmd
+%{_sbindir}/sg*
+%{_sbindir}/md*
+%{_sbindir}/getmd
 %{_datadir}/scsirastools
 %config %{_datadir}/scsirastools/scripts/sgraid
 %config %{_datadir}/scsirastools/scripts/sgdisk

Reply via email to