Add shebang
Missing shebang results in RPM removing the executable bit, which later obviously doesn't work.
This commit is contained in:
parent
f718b09aa5
commit
eec124c6d3
@ -1,3 +1,5 @@
|
|||||||
|
#! /bin/sh
|
||||||
|
|
||||||
# Probe system for multilib information.
|
# Probe system for multilib information.
|
||||||
# Copyright (C) 2016 Red Hat, Inc.
|
# Copyright (C) 2016 Red Hat, Inc.
|
||||||
# Written by Pavel Raiskup <praiskup@redhat.com>
|
# Written by Pavel Raiskup <praiskup@redhat.com>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
Summary: Multilib packaging helpers
|
Summary: Multilib packaging helpers
|
||||||
Name: multilib-rpm-config
|
Name: multilib-rpm-config
|
||||||
Version: 1
|
Version: 1
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
|
|
||||||
# TODO: resolve directly in rpm/redhat-rpm-config (instead of this hack).
|
# TODO: resolve directly in rpm/redhat-rpm-config (instead of this hack).
|
||||||
@ -119,6 +119,9 @@ test `$capable --arch ppc64p7` = true
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1-10
|
||||||
- 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