Hello community,

here is the log from the commit of package dmraid for openSUSE:Factory checked 
in at 2020-11-30 09:53:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dmraid (Old)
 and      /work/SRC/openSUSE:Factory/.dmraid.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dmraid"

Mon Nov 30 09:53:05 2020 rev:61 rq:850824 version:1.0.0.rc16

Changes:
--------
--- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes    2019-06-01 
09:44:13.815432227 +0200
+++ /work/SRC/openSUSE:Factory/.dmraid.new.5913/dmraid.changes  2020-11-30 
09:53:07.261736743 +0100
@@ -1,0 +2,10 @@
+Tue Nov 17 13:59:10 UTC 2020 - Ludwig Nussel <[email protected]>
+
+- prepare usrmerge (boo#1029961)
+
+-------------------------------------------------------------------
+Thu Oct 17 17:38:43 UTC 2019 - Richard Brown <[email protected]>
+
+- Remove obsolete Groups tag (fate#326485)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dmraid.spec ++++++
--- /var/tmp/diff_new_pack.V9sZdg/_old  2020-11-30 09:53:08.009737455 +0100
+++ /var/tmp/diff_new_pack.V9sZdg/_new  2020-11-30 09:53:08.013737459 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dmraid
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,12 @@
 #
 
 
+%if 0%{?usrmerged}
+%define sbindir %_sbindir
+%else
+%define sbindir /sbin
+%endif
+
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
   %define _fillupdir /var/adm/fillup-templates
@@ -34,10 +40,9 @@
 Requires:       kpartx
 Requires(post): coreutils
 Requires(postun): coreutils
-Url:            http://people.redhat.com/~heinzm/sw/dmraid/src/
+URL:            http://people.redhat.com/~heinzm/sw/dmraid/src/
 Summary:        A Device-Mapper Software RAID Support Tool
 License:        GPL-2.0-only
-Group:          System/Base
 Version:        1.0.0.rc16
 Release:        0
 Source:         
ftp://people.redhat.com/heinzm/sw/dmraid/src/dmraid-%{version}.tar.bz2
@@ -83,7 +88,6 @@
 
 %package devel
 Summary:        Development files for dmraid
-Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 
 %description devel
@@ -116,15 +120,16 @@
 autoreconf -fi
 rm -r autom4te.cache
 %configure \
-  --libdir=/%_lib \
-  --sbindir=/sbin \
+%if !0%{?usrmerged}
+  --sbindir=%{sbindir} \
+%endif
   --with-user=`id -nu` --with-group=`id -ng` \
   --enable-libselinux --enable-libsepol
 make
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT/%_lib/libdmraid.a
+rm -f $RPM_BUILD_ROOT/%_libdir/libdmraid.a
 mkdir -p $RPM_BUILD_ROOT%{_fillupdir}
 install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_fillupdir}/sysconfig.dmraid
 install -D -m 0644 %{S:6} %{buildroot}%{_unitdir}/dmraid-activation.service
@@ -156,13 +161,13 @@
 
 %files
 %defattr(-, root, root)
-/sbin/dmraid
-/sbin/dmevent_tool
+%{sbindir}/dmraid
+%{sbindir}/dmevent_tool
 %{_mandir}/man8/*
 %doc LICENSE LICENSE_GPL LICENSE_LGPL README README.SUSE TODO doc/*
 %{_fillupdir}/sysconfig.dmraid
-/%{_lib}/libdmraid-events-isw.so
-/%{_lib}/libdmraid.so.1.0.0.rc16-3
+%{_libdir}/libdmraid-events-isw.so
+%{_libdir}/libdmraid.so.1.0.0.rc16-3
 %dir %{_tmpfilesdir}
 %{_tmpfilesdir}/dmraid.conf
 %{_unitdir}/dmraid-activation.service
@@ -171,6 +176,6 @@
 %defattr(-, root, root)
 %dir %{_prefix}/include/dmraid
 %{_prefix}/include/dmraid
-/%{_lib}/libdmraid.so
+%{_libdir}/libdmraid.so
 
 %changelog
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to