Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package google-guest-configs for
openSUSE:Factory checked in at 2021-12-14 22:02:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-guest-configs (Old)
and /work/SRC/openSUSE:Factory/.google-guest-configs.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-guest-configs"
Tue Dec 14 22:02:22 2021 rev:9 rq:940559 version:20211116.00
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-guest-configs/google-guest-configs.changes
2021-12-08 00:00:45.491532885 +0100
+++
/work/SRC/openSUSE:Factory/.google-guest-configs.new.2520/google-guest-configs.changes
2021-12-14 22:02:48.247168722 +0100
@@ -1,0 +2,9 @@
+Tue Dec 7 15:02:57 UTC 2021 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Install modprobe configuration files into /etc again on SLE-15-SP2 and
+ older since that's stil the default location on these distributions
+- Probe udev directory using the "udevdir" pkg-config variable on SLE-15-SP2
+ and older since the variable got renamed to "udev_dir" in later versions
+- Remove redundant pkgconfig(udev) from BuildRequires for SLE-12
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-guest-configs.spec ++++++
--- /var/tmp/diff_new_pack.aKzBrN/_old 2021-12-14 22:02:48.655168955 +0100
+++ /var/tmp/diff_new_pack.aKzBrN/_new 2021-12-14 22:02:48.659168956 +0100
@@ -17,10 +17,11 @@
%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150300
-# systemd-rpm-macros(or kmod) is wrong in 15.2
-%define _modprobedir /lib/modprobe.d
-%endif
+%define _udevdir %(pkg-config --variable udevdir udev)
+%define _modprobedir %{_sysconfdir}/modprobe.d
+%else
%define _udevdir %(pkg-config --variable udev_dir udev)
+%endif
Name: google-guest-configs
Version: 20211116.00
Release: 0
@@ -31,9 +32,6 @@
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(udev)
-%if 0%{?suse_version} && 0%{?suse_version} <= 1315
-BuildRequires: pkgconfig(udev)
-%endif
BuildArch: noarch
%description