Add shebang

Missing shebang results in RPM removing the executable bit, which later obviously doesn't work.
This commit is contained in:
Honza Horak 2018-06-14 23:31:19 +02:00
parent f718b09aa5
commit eec124c6d3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#! /bin/sh
# Probe system for multilib information.
# Copyright (C) 2016 Red Hat, Inc.
# Written by Pavel Raiskup <praiskup@redhat.com>

View File

@ -6,7 +6,7 @@
Summary: Multilib packaging helpers
Name: multilib-rpm-config
Version: 1
Release: 10%{?dist}
Release: 11%{?dist}
License: GPLv2+
# TODO: resolve directly in rpm/redhat-rpm-config (instead of this hack).
@ -119,6 +119,9 @@ test `$capable --arch ppc64p7` = true
%changelog
* Thu Jun 14 2018 Honza Horak <hhorak@redhat.com> - 1-11
- Add shebang to multilib-info
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild