- remove shebang from pythondistdeps.py

new patch: pythondistdeps.diff

OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=428
This commit is contained in:
Michael Schröder 2018-01-02 10:06:45 +00:00 committed by Git OBS Bridge
parent ef7bc89829
commit 969ff309fb
4 changed files with 17 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# spec file for package python-rpm
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 Neal Gompa <ngompa13@gmail.com>.
#
# All modifications and additions to the file contributed by third parties

7
pythondistdeps.diff Normal file
View File

@ -0,0 +1,7 @@
--- ./scripts/pythondistdeps.py.orig 2018-01-02 10:03:28.273247676 +0000
+++ ./scripts/pythondistdeps.py 2018-01-02 10:03:41.527207759 +0000
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2010 Per Øyvind Karlsen <proyvind@moondrake.org>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 2 11:04:52 CET 2018 - mls@suse.de
- remove shebang from pythondistdeps.py
new patch: pythondistdeps.diff
-------------------------------------------------------------------
Tue Dec 19 09:39:25 UTC 2017 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package rpm
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -132,6 +132,7 @@ Patch105: rofs.diff
Patch106: transfiletriggerpostun.diff
Patch107: hardlink.diff
Patch108: debugedit-macro.diff
Patch109: pythondistdeps.diff
Patch6464: auto-config-update-aarch64-ppc64le.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#
@ -228,6 +229,7 @@ rm -f rpmdb/db.h
%patch -P 85
%patch -P 93 -P 94 -P 99
%patch -P 100 -P 102 -P 103 -P 104 -P 105 -P 106 -P 107 -P 108
%patch -P 109
%ifarch aarch64 ppc64le
%patch6464