From 5b49ebde9cd9347c56a1b6a4299b3e5777c4d840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Mon, 6 Nov 2017 14:51:21 +0100 Subject: [PATCH] drop the postscriptlet specific for itanium completely(#1508613) --- redhat-lsb.spec | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index 1b8b305..70fd665 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -58,7 +58,7 @@ Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 4.1 -Release: 33%{?dist} +Release: 34%{?dist} URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb Source0: https://fedorahosted.org/releases/r/e/redhat-lsb/%{name}-%{version}-%{srcrelease}.tar.bz2 Patch0: lsb-release-3.1-update-init-functions.patch @@ -628,16 +628,6 @@ fi fi %endif -%post -%ifarch %{ix86} -# make this softlink again for /emul - if [ -f /emul/ia32-linux/lib/%{ldso} ]; then - for LSBVER in %{lsbsover}; do - /sbin/sln /emul/ia32-linux/lib/%{ldso} /%{_lib}/%{lsbldso}.$LSBVER || : - done - fi -%endif - %postun submod-security -p os.remove("%{_datadir}/lsb/%{lsbrelver}/submodules") os.remove("%{_datadir}/lsb/%{lsbrelver}/modules") @@ -757,6 +747,9 @@ os.remove("%{_datadir}/lsb") %changelog +* Mon Nov 06 2017 Ondrej Vasik - 4.1-34 +- drop the postscriptlet specific for itanium completely(#1508613) + * Thu Nov 10 2016 Ondrej Vasik - 4.1-33 - require ncurses-compat-libs - as LSB strictly requires libncurses.so.5 (#1392972)