0.10-0-10: Fix ldconfig scriptlets.

epel8
Alec Leamas 7 years ago
parent 85e52cf947
commit 6e047c10b0

@ -6,7 +6,7 @@
Name: lirc Name: lirc
Version: 0.10.0 Version: 0.10.0
Release: 9%{?tag:.}%{?tag}%{?dist} Release: 10%{?tag:.}%{?tag}%{?dist}
Summary: The Linux Infrared Remote Control package Summary: The Linux Infrared Remote Control package
%global repo http://downloads.sourceforge.net/lirc/LIRC/%{version} %global repo http://downloads.sourceforge.net/lirc/LIRC/%{version}
@ -284,10 +284,7 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf
%postun core %postun core
%systemd_postun_with_restart lircd.service lircmd.service %systemd_postun_with_restart lircd.service lircmd.service
%ldconfig_scriptlets libs
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%files compat %files compat
@ -386,6 +383,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf
%{_udevrulesdir}/99-remote-control-lirc.rules %{_udevrulesdir}/99-remote-control-lirc.rules
%changelog %changelog
* Fri Jun 29 2018 Alec Leamas <leamas.alec@gmail.com> - 0.10.0-10
- Conditionalize ldconfig scriptlets.
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.10.0-9 * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.10.0-9
- Rebuilt for Python 3.7 - Rebuilt for Python 3.7

Loading…
Cancel
Save