Browse Source

2014-12-02 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* samba: fixed typo in spec file
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9129 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
d39e07a6e6
1 changed files with 8 additions and 5 deletions
  1. 8 5
      s/samba/samba-vl.spec

+ 8 - 5
s/samba/samba-vl.spec

@@ -15,7 +15,7 @@
 %global with_mitkrb5      0
 %global with_dc           1
 
-%define samba_release 2
+%define samba_release 3
 
 %define samba_source source3
 
@@ -149,7 +149,7 @@ samba-client は Linux カーネルがサポートしている SMB ファイル
 %package libs
 Summary: Samba libraries
 Summary(ja): Samba ライブラリ
-Group: System Environment/Libraris
+Group: System Environment/Libraries
 %if %with_libwbclient
 Requires: libwbclient
 %endif
@@ -162,7 +162,7 @@ link against the SMB, RPC and other protocols provided by the Samba suite.
 %package python
 Summary: Samba Python libraries
 Summary(ja): Python 向け Samba ライブラリ
-Group: System Environment/Libraris
+Group: System Environment/Libraries
 Requires: %{name}-libs = %{samba_version}
 
 %description python
@@ -198,7 +198,7 @@ and Wireshark to parse IDL and similar protocols
 %package common
 Summary: Files used by both Samba servers and clients
 Summary(ja): Samba サーバーとクライアントの両方に使用されるファイル
-Group: System Environment/Libraris
+Group: System Environment/Libraries
 Conflicts: samba-common < %{samba_version}
 Provides: samba-common = %{samba_version}-%{release}
 Requires: %{name}-libs = %{samba_version}-%{release}
@@ -270,7 +270,7 @@ module necessary to communicate to the Winbind Daemon
 %package -n libsmbclient
 Summary: The SMB client library
 Summary(ja): SMB クライアントライブラリ
-Group: System Environment/Libraris
+Group: System Environment/Libraries
 Requires: %{name}-common = %{samba_version}
 
 Conflicts: libsmbclient < %{samba_version}
@@ -1438,6 +1438,9 @@ exit 0
 %endif
 
 %changelog
+* Tue Dec  2 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.1.11-3
+- fixed Group typo involved by previous release
+
 * Sat Nov 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.1.11-2
 - moved common, libs, python, liibsmbclient and libwbclient packages to System Environment/Libraries Group