91e68df6fd
- update to 1.18.7: * Will work on systems that don't have perl. (Perl is still used when available). * Prevent LC_ALL overriding the LC_COLLATE used to sort metadata. - includes changes from 1.18.6: * Only show errors (no progress indicators) when pushing Git/Mercurial repos to avoid unecessary cron mails. * Fix regex in 20-warn-problem-files. * Support added for apk (alpine linux) - Lint spec file - Point source URL to upstream tarball - Mark dependency on python-base per rpmlint - Patches / source modifications: * Add 0001-Remove-env-from-shebang-in-zypper-plugin.patch - fixes rpmlint warning about dependency detection * Rebase etckeeeper-avoid-packagelist.patch * Remove junk file caught by rpmlint (.mdwn) OBS-URL: https://build.opensuse.org/request/show/537429 OBS-URL: https://build.opensuse.org/package/show/utilities/etckeeper?expand=0&rev=15
23 lines
537 B
Diff
23 lines
537 B
Diff
From 86700d49eac01eb070c4581e0729ba107370e105 Mon Sep 17 00:00:00 2001
|
|
From: Avindra Goolcharan <aavindraa@gmail.com>
|
|
Date: Sun, 29 Oct 2017 11:54:49 -0400
|
|
Subject: [PATCH] Remove env from shebang in zypper plugin
|
|
|
|
---
|
|
zypper-etckeeper.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/zypper-etckeeper.py b/zypper-etckeeper.py
|
|
index daa2ff2..0b21881 100755
|
|
--- a/zypper-etckeeper.py
|
|
+++ b/zypper-etckeeper.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python
|
|
|
|
import errno
|
|
import subprocess
|
|
--
|
|
2.14.3
|
|
|