From 2184ad9d711a66f81a5462744a2dda954ce3b298 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 13 Feb 2018 17:16:02 +0100 Subject: [PATCH] fixed FTBS --- redhat-lsb.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/redhat-lsb.spec b/redhat-lsb.spec index 8f5ed1b..9bacef1 100644 --- a/redhat-lsb.spec +++ b/redhat-lsb.spec @@ -55,10 +55,14 @@ %global lsbrelver 4.1 %global srcrelease 1 +# for >= f28, __brp_ldconfig is added in __os_install_post, it removes the symlink %%{lsbldso} +# and thus leading to the FTBS. +%global __brp_ldconfig %{nil} + Summary: Implementation of Linux Standard Base specification Name: redhat-lsb Version: 4.1 -Release: 42%{?dist} +Release: 43%{?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 @@ -746,6 +750,9 @@ os.remove("%{_datadir}/lsb") %changelog +* Tue Feb 13 2018 Than Ngo - 4.1-43 +- fixed FTBS + * Fri Feb 09 2018 Fedora Release Engineering - 4.1-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild