[owfs] make -devel require C-API files

Tomasz Torcz ttorcz at fedoraproject.org
Tue Feb 10 16:57:42 UTC 2015


commit e3f9db5a5558e2c05752973d65110f3538d35731
Author: Tomasz Torcz <tomek at pipebreaker.pl>
Date:   Tue Feb 10 17:57:27 2015 +0100

    make -devel require C-API files

 owfs.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/owfs.spec b/owfs.spec
index ee3f380..79c5a3c 100644
--- a/owfs.spec
+++ b/owfs.spec
@@ -3,7 +3,7 @@
 
 Name:		owfs
 Version:	3.0p0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	1-Wire Virtual File System
 
 # some parts licensed differently, see http://owfs.org/index.php?page=license
@@ -48,6 +48,7 @@ applications to access to 1-Wire networks.
 %package devel
 Summary: Files for development of OWFS applications
 Requires: %{name}-libs%{?_isa} = %{version}
+Requires: %{name}-capi%{?_isa} = %{version}
 
 %description devel
 This package contains the libraries and header files that are needed for
@@ -391,6 +392,10 @@ exit 0
 
 
 %changelog
+* Tue Feb 10 2105 Tomasz Torcz <ttorcz at fedoraproject.org> - 3.0p0-2
+- make -devel require C-API files, that what people expect
+  (spotted by Ruben Kerkhof)
+
 * Wed Feb 04 2015 Tomasz Torcz <ttorcz at fedoraproject.org> - 3.0p0-1
 - new upstream release
 


More information about the scm-commits mailing list