diff --git a/hamlib.spec b/hamlib.spec index 2f0acf5..30d5f2d 100644 --- a/hamlib.spec +++ b/hamlib.spec @@ -3,7 +3,7 @@ Name: hamlib Version: 3.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Run-time library to control radio transceivers and receivers License: GPLv2+ and LGPLv2+ @@ -22,9 +22,6 @@ BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: automake autoconf libtool -Requires(post): info -Requires(preun): info - # Filter provides from private libraries. %{?perl_default_filter} @@ -155,12 +152,6 @@ make V=1 check %post /sbin/ldconfig -/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : - -%preun -if [ $1 = 0 ] ; then - /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : -fi %postun -p /sbin/ldconfig @@ -219,6 +210,9 @@ fi %changelog +* Tue Jun 19 2018 Jaroslav Škarvada - 3.2-2 +- Dropped info scriptlets, it's now handled automatically by trigger + * Tue Apr 03 2018 Richard Shaw - 3.2-1 - Update to 3.2.