From 4ec80e981b77d954cc6c12f363a4ebf105aff0a7d53d0864abf218d8a0f9711d Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Wed, 6 Oct 2021 06:33:50 +0000 Subject: [PATCH] Accepting request 923209 from home:dimstar:Factory - Revert "Require typelib packages": better to have rpm auto-detect them. - Add gobject-introspection BuildRequires to have the typelib dep scanner on board. OBS-URL: https://build.opensuse.org/request/show/923209 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=104 --- lirc.changes | 8 ++++++++ lirc.spec | 5 ++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lirc.changes b/lirc.changes index c91913c..2e0d69d 100644 --- a/lirc.changes +++ b/lirc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 5 12:06:44 UTC 2021 - Dominique Leuenberger + +- Revert "Require typelib packages": better to have rpm auto-detect + them. +- Add gobject-introspection BuildRequires to have the typelib dep + scanner on board. + ------------------------------------------------------------------- Sun Aug 8 01:55:41 UTC 2021 - Stanislav Brabec diff --git a/lirc.spec b/lirc.spec index c6966b5..e74f207 100644 --- a/lirc.spec +++ b/lirc.spec @@ -34,6 +34,7 @@ Source1: baselibs.conf Patch0: reproducible.patch BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: gobject-introspection BuildRequires: kmod-compat BuildRequires: libxslt-tools # for hw_atilibusb driver @@ -77,9 +78,6 @@ Group: Hardware/Other Requires(pre): shadow Provides: %{name} = %{version} Obsoletes: %{name} < %{version} -# Required by mvc_view.py from lirc-setup -Requires: typelib-1_0-Gtk-3_0 -Requires: typelib-1_0-Vte-2.91 %{?systemd_requires} %description core @@ -254,6 +252,7 @@ rm -rf %{buildroot}/%{_datadir}/lirc/lirc-%{version}.tar.gz %{buildroot}/%{_data %postun -n liblirc_driver0 -p /sbin/ldconfig %postun -n liblirc0 -p /sbin/ldconfig %postun -n libirrecord0 -p /sbin/ldconfig + %pre core getent group lirc >/dev/null || groupadd -r lirc getent passwd lirc >/dev/null || \