Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dmraid for openSUSE:Factory checked in at 2024-03-03 20:18:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dmraid (Old) and /work/SRC/openSUSE:Factory/.dmraid.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dmraid" Sun Mar 3 20:18:55 2024 rev:64 rq:1154004 version:1.0.0.rc16.3 Changes: -------- --- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes 2023-01-07 17:16:15.600919470 +0100 +++ /work/SRC/openSUSE:Factory/.dmraid.new.1770/dmraid.changes 2024-03-03 20:19:12.661591051 +0100 @@ -1,0 +2,7 @@ +Mon Feb 26 07:50:20 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + PatchN. +- Rebase 0001-remove-partitions-with-O_RDONLY.patch to apply -p1. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dmraid.spec ++++++ --- /var/tmp/diff_new_pack.z99OyK/_old 2024-03-03 20:19:13.173609574 +0100 +++ /var/tmp/diff_new_pack.z99OyK/_new 2024-03-03 20:19:13.177609718 +0100 @@ -1,7 +1,7 @@ # # spec file for package dmraid # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,7 +39,7 @@ Requires: aaa_base Requires: kpartx Requires(post): coreutils -Requires(postun):coreutils +Requires(postun): coreutils URL: http://people.redhat.com/~heinzm/sw/dmraid/src/ Summary: A Device-Mapper Software RAID Support Tool License: GPL-2.0-only @@ -94,13 +94,7 @@ devices with respective mappings for the ATARAID sets discovered. %prep -%setup -n dmraid/%{src_version}/dmraid -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p2 +%autosetup -p1 -n dmraid/%{src_version}/dmraid cp %{SOURCE3} . ++++++ 0001-remove-partitions-with-O_RDONLY.patch ++++++ --- /var/tmp/diff_new_pack.z99OyK/_old 2024-03-03 20:19:13.197610443 +0100 +++ /var/tmp/diff_new_pack.z99OyK/_new 2024-03-03 20:19:13.197610443 +0100 @@ -13,8 +13,8 @@ diff --git a/lib/device/partition.c b/lib/device/partition.c index 99e92f6a66cd..bcc8de819eb4 100644 ---- a/1.0.0.rc16/lib/device/partition.c -+++ b/1.0.0.rc16/lib/device/partition.c +--- a/lib/device/partition.c ++++ b/lib/device/partition.c @@ -22,8 +22,7 @@ _remove_subset_partitions(struct lib_context *lc, struct raid_set *rs) };