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