From a01c39701855bc6f340260bec766215faddf4c8d Mon Sep 17 00:00:00 2001 From: Mitsutoshi NAKANO Date: Wed, 16 Jul 2014 10:35:32 +0900 Subject: replace shebang => null line in yum-etckeeper.py. The yum-etckeeper.py is not executable. But it has a shebang. So rpmlint is warning. So Fedora executes "sed -i -e 1d" in etcleeper.spec. http://pkgs.fedoraproject.org/cgit/etckeeper.git/tree/etckeeper.spec Upstream should not worry downstreams. The etckeeper-bzr/__INIT__.py has same problem too. So I will modify it in other patch. modified: yum-etckeeper.py --- yum-etckeeper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yum-etckeeper.py b/yum-etckeeper.py index b77a93b..c36e90b 100644 --- a/yum-etckeeper.py +++ b/yum-etckeeper.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +# # # author: jtang@tchpc.tcd.ie # -- cgit v1.2.3