SHA256
1
0
forked from pool/acpica

Accepting request 563805 from home:jmoellers:branches:hardware

OBS-URL: https://build.opensuse.org/request/show/563805
OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=107
This commit is contained in:
Thomas Renninger 2018-01-12 17:42:43 +00:00 committed by Git OBS Bridge
parent b3f162f6da
commit befc30986d
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jan 12 10:06:04 UTC 2018 - josef.moellers@suse.com
- Changed shebang path in wmidump_add_she_bang.patch
to /usr/bin/python3
[bsc#1075687,wmidump_add_she_bang.patch]
-------------------------------------------------------------------
Thu Dec 7 10:57:17 UTC 2017 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package acpica
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -7,7 +7,7 @@ Index: acpica-unix2-20130517/wmidump/wmixtract.py
--- acpica-unix2-20130517.orig/wmidump/wmixtract.py
+++ acpica-unix2-20130517/wmidump/wmixtract.py
@@ -1,3 +1,5 @@
+#!/usr/bin/python
+#!/usr/bin/python3
+
import sys
import re