fixed FTBS
This commit is contained in:
parent
d584361f88
commit
2184ad9d71
@ -55,10 +55,14 @@
|
|||||||
%global lsbrelver 4.1
|
%global lsbrelver 4.1
|
||||||
%global srcrelease 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
|
Summary: Implementation of Linux Standard Base specification
|
||||||
Name: redhat-lsb
|
Name: redhat-lsb
|
||||||
Version: 4.1
|
Version: 4.1
|
||||||
Release: 42%{?dist}
|
Release: 43%{?dist}
|
||||||
URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb
|
URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb
|
||||||
Source0: https://fedorahosted.org/releases/r/e/redhat-lsb/%{name}-%{version}-%{srcrelease}.tar.bz2
|
Source0: https://fedorahosted.org/releases/r/e/redhat-lsb/%{name}-%{version}-%{srcrelease}.tar.bz2
|
||||||
Patch0: lsb-release-3.1-update-init-functions.patch
|
Patch0: lsb-release-3.1-update-init-functions.patch
|
||||||
@ -746,6 +750,9 @@ os.remove("%{_datadir}/lsb")
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 13 2018 Than Ngo <than@redhat.com> - 4.1-43
|
||||||
|
- fixed FTBS
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-42
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-42
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user