Browse Source

libevent: add BR: openssl, nfs-utils: add BR: libblkid-devel

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2690 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 14 years ago
parent
commit
0ca979df51
2 changed files with 11 additions and 2 deletions
  1. 6 1
      lib/libe/libevent/libevent-vl.spec
  2. 5 1
      n/nfs-utils/nfs-utils-vl.spec

+ 6 - 1
lib/libe/libevent/libevent-vl.spec

@@ -2,7 +2,7 @@ Summary:        Abstract asynchronous event notification library
 Summary(ja):	非同期イベント通知ライブラリ
 Name:           libevent
 Version:        2.0.10
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Group:          System Environment/Libraries
 License:        BSD
 URL:            http://monkey.org/~provos/libevent/
@@ -10,6 +10,8 @@ Source0:        http://monkey.org/~provos/libevent-%{version}-stable.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
+BuildRequires:	openssl-devel
+
 
 %description
 The libevent API provides a mechanism to execute a callback function
@@ -71,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Feb 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.10-2
+- add BuildRequires: openssl-devel
+
 * Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.10-1
 - new upstream release
 

+ 5 - 1
n/nfs-utils/nfs-utils-vl.spec

@@ -3,7 +3,7 @@ Summary(ja): カーネル NFS サーバ用 NFS ユーティリティと関連プ
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
 Version: 1.1.5
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 
 # group all 32bit related archs
 %define all_32bit_archs i386 i686 athlon
@@ -69,6 +69,7 @@ Requires: sed, gawk, sh-utils, fileutils, textutils, grep
 Requires: modutils >= 2.4.26-9
 BuildRequires: libevent-devel >= 1.3b
 BuildRequires: libnfsidmap >= 0.20
+BuildRequires: libblkid-devel
 %if %{enablegss}
 BuildRequires: libgssglue-devel
 BuildRequires: librpcsecgss >= 0.17
@@ -316,6 +317,9 @@ fi
 
 
 %changelog
+* Sun Feb 13 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.5-5
+- add BuildRequires: libblkid-devel
+
 * Thu Feb 10 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.5-4
 - rebuilt with libevent-2.0.10