Accepting request 417745 from Kernel:kdump

1

OBS-URL: https://build.opensuse.org/request/show/417745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eppic?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2016-08-12 13:35:23 +00:00 committed by Git OBS Bridge
commit b425c71032
2 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 15 01:09:33 UTC 2016 - jengelh@inai.de
- Update RPM groups
-------------------------------------------------------------------
Thu May 5 12:37:38 UTC 2016 - ptesarik@suse.com

View File

@ -25,7 +25,7 @@ Version: 3.99.%{checkout}
Release: 0
Summary: Embeddable Pre-Processor and Interpreter for C
License: GPL-2.0+
Group: System/Libraries
Group: Development/Libraries/C and C++
Source: %{name}-git%{git_commit}.tar.bz2
Patch1: %{name}-fix-install.patch
Patch2: %{name}-no-return.patch
@ -42,11 +42,6 @@ interfaces (e.g. /dev/kmem, /dev/mem). Although it has a strong association
with live or postmortem kernel analysis, it is not constraint to it and can be
embedded in any tools that is C friendly.
Authors:
--------
Luc Chouinard <lucchouina@gmail.com>
%package -n libeppic-devel
Summary: EPPIC include files and libraries
Group: Development/Languages/C and C++
@ -67,7 +62,7 @@ This package provides the include files and libraries needed for development.
%build
cd libeppic
%{__make} CFLAGS="%{optflags} -fPIC" %{?_smp_mflags}
make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags}
%install
cd libeppic