Accepting request 778071 from home:lee_duncan:branches:Base:System

- Fix compiler issues for this package, which hasn't been touched
  in a while. Should be no functional change. Added patch:
  * sysfsutils-fix-compiler-issues.patch

OBS-URL: https://build.opensuse.org/request/show/778071
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysfsutils?expand=0&rev=12
This commit is contained in:
Dirk Mueller 2020-02-22 19:25:45 +00:00 committed by Git OBS Bridge
parent 61cc5494d8
commit 7f2cf5fe12
3 changed files with 16025 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Feb 21 18:05:28 UTC 2020 - Lee Duncan <lduncan@suse.com>
- Fix compiler issues for this package, which hasn't been touched
in a while. Should be no functional change. Added patch:
* sysfsutils-fix-compiler-issues.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 16 20:11:00 UTC 2012 - crrodriguez@opensuse.org Thu Feb 16 20:11:00 UTC 2012 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package sysfsutils # spec file for package sysfsutils
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,19 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: sysfsutils Name: sysfsutils
Summary: System Utilities Package / Libsysfs Summary: System Utilities Package / Libsysfs
License: LGPL-2.1+ License: LGPL-2.1-or-later
Group: System/Libraries Group: System/Libraries
Version: 2.1.0 Version: 2.1.0
Release: 0 Release: 0
Url: http://linux-diag.sourceforge.net URL: http://linux-diag.sourceforge.net
Source: http://aleron.dl.sourceforge.net/sourceforge/linux-diag/%{name}-%{version}.tar.gz Source: http://aleron.dl.sourceforge.net/sourceforge/linux-diag/%{name}-%{version}.tar.gz
Source2: baselibs.conf Source2: baselibs.conf
Patch1: %{name}-fix-compiler-issues.patch
Provides: libsysfs Provides: libsysfs
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
@ -62,6 +63,7 @@ This package contains the development files for libsysfs.
%prep %prep
%setup -q %setup -q
%patch1 -p1
%build %build
%configure --disable-static --with-pic %configure --disable-static --with-pic