From af06cae09bd3c175ef7857746a4a19521e8880189b96922fd7b5e0042efd05ce Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 13 Jan 2012 15:19:20 +0000 Subject: [PATCH] - let devel package require the lib package instead of the package for the binaries OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/mtdev?expand=0&rev=4 --- mtdev.changes | 6 ++++++ mtdev.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/mtdev.changes b/mtdev.changes index 419be06..dd9c210 100644 --- a/mtdev.changes +++ b/mtdev.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 13 15:17:11 UTC 2012 - sndirsch@suse.com + +- let devel package require the lib package instead of the package + for the binaries + ------------------------------------------------------------------- Thu Jan 12 14:48:08 UTC 2012 - cfarrell@suse.com diff --git a/mtdev.spec b/mtdev.spec index 6913322..ede363f 100644 --- a/mtdev.spec +++ b/mtdev.spec @@ -44,7 +44,7 @@ The mtdev is a stand-alone library which transforms all variants of kernel MT ev License: MIT Summary: Development package for mtdev library Group: Development/Libraries/C and C++ -Requires: %{name} = %{version} glibc-devel +Requires: libmtdev1 = %{version} glibc-devel %description devel This package contains the files needed to compile programs that use mtdev library.