change /bin requirements to /usr/bin

This commit is contained in:
Ondřej Vašík 2017-11-09 14:56:49 +01:00
parent b47268f632
commit 73bc43b9f7
1 changed files with 4 additions and 1 deletions

View File

@ -58,7 +58,7 @@
Summary: Implementation of Linux Standard Base specification
Name: redhat-lsb
Version: 4.1
Release: 37%{?dist}
Release: 38%{?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 +746,9 @@ os.remove("%{_datadir}/lsb")
%changelog
* Thu Nov 09 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.1-38
- change /bin requirements to /usr/bin
* Mon Nov 06 2017 Ondrej Vasik <ovasik@redhat.com> - 4.1-37
- drop the postscriptlet specific for itanium completely(#1508613)