Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2020-01-30 09:30:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.btrfsprogs.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "btrfsprogs"

Thu Jan 30 09:30:39 2020 rev:109 rq:766699 version:5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes    2019-12-11 
12:00:43.764851294 +0100
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new.26092/btrfsprogs.changes 
2020-01-30 09:30:55.277153615 +0100
@@ -1,0 +2,8 @@
+Thu Jan 23 13:00:39 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- BuildRequire pkgconfig(udev) instead of udev: Allow OBS to
+  shortcut through the -mini flavor.
+- Use pkg-config --modversion udev to identify the current udev
+  version. This is more portable and supports the -mini flavors.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ btrfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.ycvjw4/_old  2020-01-30 09:30:57.033154554 +0100
+++ /var/tmp/diff_new_pack.ycvjw4/_new  2020-01-30 09:30:57.053154565 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package btrfsprogs
 #
-# Copyright (c) 2019 SUSE LLC.
+# 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
@@ -17,7 +17,7 @@
 
 
 %define udev_with_btrfs_builtin 190
-%define udev_version %(rpm -q --queryformat %%{VERSION} udev)
+%define udev_version %(pkg-config --modversion udev)
 %define package_udev_rules %{udev_version} >= %{udev_with_btrfs_builtin}
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 
@@ -74,7 +74,7 @@
 %if 0%{?suse_version} >= 1310
 BuildRequires:  suse-module-tools
 %endif
-BuildRequires:  udev
+BuildRequires:  pkgconfig(udev)
 %if 0%{?suse_version} == 1310
 BuildRequires:  libudev-devel
 %endif


Reply via email to