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
This commit is contained in:
parent
097127653d
commit
4219010442
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 5 12:06:44 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <sbrabec@suse.com>
|
Sun Aug 8 01:55:41 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ Source1: baselibs.conf
|
|||||||
Patch0: reproducible.patch
|
Patch0: reproducible.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: gobject-introspection
|
||||||
BuildRequires: kmod-compat
|
BuildRequires: kmod-compat
|
||||||
BuildRequires: libxslt-tools
|
BuildRequires: libxslt-tools
|
||||||
# for hw_atilibusb driver
|
# for hw_atilibusb driver
|
||||||
@ -77,9 +78,6 @@ Group: Hardware/Other
|
|||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
Obsoletes: %{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}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description core
|
%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 liblirc_driver0 -p /sbin/ldconfig
|
||||||
%postun -n liblirc0 -p /sbin/ldconfig
|
%postun -n liblirc0 -p /sbin/ldconfig
|
||||||
%postun -n libirrecord0 -p /sbin/ldconfig
|
%postun -n libirrecord0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%pre core
|
%pre core
|
||||||
getent group lirc >/dev/null || groupadd -r lirc
|
getent group lirc >/dev/null || groupadd -r lirc
|
||||||
getent passwd lirc >/dev/null || \
|
getent passwd lirc >/dev/null || \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user