|
@@ -1,7 +1,7 @@
|
|
%bcond_with systemd
|
|
%bcond_with systemd
|
|
%bcond_without pidl
|
|
%bcond_without pidl
|
|
|
|
|
|
-%define samba_version 4.12.5
|
|
|
|
|
|
+%define samba_version 4.12.6
|
|
#define rc_number rc4
|
|
#define rc_number rc4
|
|
%define samba_release 1
|
|
%define samba_release 1
|
|
|
|
|
|
@@ -40,7 +40,7 @@ Summary(ja): Samba スイート
|
|
Name: samba
|
|
Name: samba
|
|
Version: %{samba_version}
|
|
Version: %{samba_version}
|
|
Release: %{samba_release}%{?rc_suffix}%{?_dist_release}%{?with_systemd:.systemd}
|
|
Release: %{samba_release}%{?rc_suffix}%{?_dist_release}%{?with_systemd:.systemd}
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: servers
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
@@ -168,7 +168,7 @@ SambaはLinux・UNIX用の、Windowsとの標準的な相互運用性ソフト
|
|
%package client
|
|
%package client
|
|
Summary: Samba client programs
|
|
Summary: Samba client programs
|
|
Summary(ja): Samba クライアントプログラム
|
|
Summary(ja): Samba クライアントプログラム
|
|
-Group: Applications/System
|
|
|
|
|
|
+Group: network
|
|
Requires: samba-common = %{samba_version}-%{release}
|
|
Requires: samba-common = %{samba_version}-%{release}
|
|
Obsoletes: smbfs
|
|
Obsoletes: smbfs
|
|
Conflicts: %{name}-client < %{samba_version}
|
|
Conflicts: %{name}-client < %{samba_version}
|
|
@@ -188,7 +188,7 @@ samba-client は Linux カーネルがサポートしている SMB ファイル
|
|
%package libs
|
|
%package libs
|
|
Summary: Samba libraries
|
|
Summary: Samba libraries
|
|
Summary(ja): Samba ライブラリ
|
|
Summary(ja): Samba ライブラリ
|
|
-Group: System Environment/Libraries
|
|
|
|
|
|
+Group: system
|
|
%if %with_libwbclient
|
|
%if %with_libwbclient
|
|
Requires: libwbclient
|
|
Requires: libwbclient
|
|
%endif
|
|
%endif
|
|
@@ -204,7 +204,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/Libraries
|
|
|
|
|
|
+Group: system
|
|
Requires: %{name}-libs = %{samba_version}
|
|
Requires: %{name}-libs = %{samba_version}
|
|
Provides: %{name}-python3 = %{version}-%{release}
|
|
Provides: %{name}-python3 = %{version}-%{release}
|
|
|
|
|
|
@@ -216,7 +216,7 @@ that use SMB, RPC and other Samba provided protocols in Python programs.
|
|
%package devel
|
|
%package devel
|
|
Summary: Developer tools for Samba libraries
|
|
Summary: Developer tools for Samba libraries
|
|
Summary(ja): Samba ライブラリの開発用ファイル
|
|
Summary(ja): Samba ライブラリの開発用ファイル
|
|
-Group: Development/Libraries
|
|
|
|
|
|
+Group: programming
|
|
Requires: %{name}-libs = %{samba_version}-%{release}
|
|
Requires: %{name}-libs = %{samba_version}-%{release}
|
|
|
|
|
|
Conflicts: samba-devel < %{samba_version}
|
|
Conflicts: samba-devel < %{samba_version}
|
|
@@ -231,7 +231,7 @@ libraries in the Samba suite.
|
|
%if %{with pidl}
|
|
%if %{with pidl}
|
|
%package pidl
|
|
%package pidl
|
|
Summary: Perl IDL compiler
|
|
Summary: Perl IDL compiler
|
|
-Group: Development/Tools
|
|
|
|
|
|
+Group: programming
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
|
%description pidl
|
|
%description pidl
|
|
@@ -243,7 +243,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/Libraries
|
|
|
|
|
|
+Group: system
|
|
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}
|
|
@@ -264,7 +264,7 @@ samba-common は Samba のサーバーとクライアントの両方のパッケ
|
|
## --------------------------------------------------------------------
|
|
## --------------------------------------------------------------------
|
|
%package test
|
|
%package test
|
|
Summary: Testing tools for Samba servers and clients
|
|
Summary: Testing tools for Samba servers and clients
|
|
-Group: Applications/System
|
|
|
|
|
|
+Group: system
|
|
|
|
|
|
%description test
|
|
%description test
|
|
samba4-test provides testing tools for both the server and client
|
|
samba4-test provides testing tools for both the server and client
|
|
@@ -273,7 +273,7 @@ packages of Samba.
|
|
## --------------------------------------------------------------------
|
|
## --------------------------------------------------------------------
|
|
%package winbind
|
|
%package winbind
|
|
Summary: Samba winbind
|
|
Summary: Samba winbind
|
|
-Group: System Environment/Daemons
|
|
|
|
|
|
+Group: system
|
|
Conflicts: samba-winbind < %{samba_version}
|
|
Conflicts: samba-winbind < %{samba_version}
|
|
Provides: samba-winbind = %{samba_version}
|
|
Provides: samba-winbind = %{samba_version}
|
|
Requires: samba-common = %{samba_version}-%{release}
|
|
Requires: samba-common = %{samba_version}-%{release}
|
|
@@ -295,7 +295,7 @@ Windows domains and to use Windows user and group accounts on Linux.
|
|
## --------------------------------------------------------------------
|
|
## --------------------------------------------------------------------
|
|
%package winbind-krb5-locator
|
|
%package winbind-krb5-locator
|
|
Summary: Samba winbind krb5 locator
|
|
Summary: Samba winbind krb5 locator
|
|
-Group: Applications/System
|
|
|
|
|
|
+Group: system
|
|
Requires: %{name}-winbind-clients = %{samba_version}-%{release}
|
|
Requires: %{name}-winbind-clients = %{samba_version}-%{release}
|
|
Conflicts: samba-winbind-krb5-locator < %{samba_version}
|
|
Conflicts: samba-winbind-krb5-locator < %{samba_version}
|
|
Provides: samba-winbind-krb5-locator = %{samba_version}-%{release}
|
|
Provides: samba-winbind-krb5-locator = %{samba_version}-%{release}
|
|
@@ -308,7 +308,7 @@ winbind use
|
|
## --------------------------------------------------------------------
|
|
## --------------------------------------------------------------------
|
|
%package winbind-clients
|
|
%package winbind-clients
|
|
Summary: Samba winbind clients
|
|
Summary: Samba winbind clients
|
|
-Group: Applications/System
|
|
|
|
|
|
+Group: admin-tools
|
|
Conflicts: samba-winbind-clients < %{samba_version}
|
|
Conflicts: samba-winbind-clients < %{samba_version}
|
|
Provides: samba-winbind-clients = %{samba_version}
|
|
Provides: samba-winbind-clients = %{samba_version}
|
|
|
|
|
|
@@ -320,7 +320,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/Libraries
|
|
|
|
|
|
+Group: system
|
|
Requires: %{name}-common = %{samba_version}
|
|
Requires: %{name}-common = %{samba_version}
|
|
|
|
|
|
Conflicts: libsmbclient < %{samba_version}
|
|
Conflicts: libsmbclient < %{samba_version}
|
|
@@ -337,7 +337,7 @@ libsmbclient は Samba クライアントの機能を提供するライブラリ
|
|
%package -n libsmbclient-devel
|
|
%package -n libsmbclient-devel
|
|
Summary: Developer tools for the SMB client library
|
|
Summary: Developer tools for the SMB client library
|
|
Summary(ja): SMB クライアントライブラリ開発用ファイル
|
|
Summary(ja): SMB クライアントライブラリ開発用ファイル
|
|
-Group: Development/Libraries
|
|
|
|
|
|
+Group: programming
|
|
Requires: libsmbclient = %{samba_version}
|
|
Requires: libsmbclient = %{samba_version}
|
|
|
|
|
|
Conflicts: libsmbclient-devel < %{samba_version}
|
|
Conflicts: libsmbclient-devel < %{samba_version}
|
|
@@ -355,7 +355,7 @@ libsmbclient-devel は Samba クライアントの機能を提供するライブ
|
|
## --------------------------------------------------------------------
|
|
## --------------------------------------------------------------------
|
|
%if %with_libwbclient
|
|
%if %with_libwbclient
|
|
%package -n libwbclient
|
|
%package -n libwbclient
|
|
-Summary: The winbind client library
|
|
|
|
|
|
+Summary: system
|
|
Summary(ja): Winbind クライアントライブラリ
|
|
Summary(ja): Winbind クライアントライブラリ
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
@@ -367,7 +367,7 @@ the Samba suite.
|
|
%package -n libwbclient-devel
|
|
%package -n libwbclient-devel
|
|
Summary: Developer tools for the winbind library
|
|
Summary: Developer tools for the winbind library
|
|
Summary(ja): Winbind ライブラリの開発用ファイル
|
|
Summary(ja): Winbind ライブラリの開発用ファイル
|
|
-Group: Development/Libraries
|
|
|
|
|
|
+Group: programming
|
|
Requires: libwbclient = %{samba_version}-%{release}
|
|
Requires: libwbclient = %{samba_version}-%{release}
|
|
|
|
|
|
%description -n libwbclient-devel
|
|
%description -n libwbclient-devel
|
|
@@ -378,7 +378,7 @@ library.
|
|
## --------------------------------------------------------------------
|
|
## --------------------------------------------------------------------
|
|
%package dc
|
|
%package dc
|
|
Summary: Samba AD Domain Controller
|
|
Summary: Samba AD Domain Controller
|
|
-Group: Applications/System
|
|
|
|
|
|
+Group: servers
|
|
Requires: %{name} = %{samba_version}-%{release}
|
|
Requires: %{name} = %{samba_version}-%{release}
|
|
Requires: %{name}-winbind = %{samba_version}-%{release}
|
|
Requires: %{name}-winbind = %{samba_version}-%{release}
|
|
Requires: %{name}-client = %{samba_version}-%{release}
|
|
Requires: %{name}-client = %{samba_version}-%{release}
|
|
@@ -400,7 +400,7 @@ The %{name}-dc package provides AD Domain Controller functionality
|
|
%package dc-libs
|
|
%package dc-libs
|
|
Summary: Samba AD Domain Controller Libraries
|
|
Summary: Samba AD Domain Controller Libraries
|
|
Summary(ja): Samba AD ドメインコントローラ ライブラリ
|
|
Summary(ja): Samba AD ドメインコントローラ ライブラリ
|
|
-Group: System Environment/Libraries
|
|
|
|
|
|
+Group: system
|
|
Requires: %{name}-libs = %{samba_version}
|
|
Requires: %{name}-libs = %{samba_version}
|
|
|
|
|
|
%description dc-libs
|
|
%description dc-libs
|
|
@@ -413,7 +413,7 @@ link against the SMB, RPC and other protocols.
|
|
%package -n compat32-samba-libs
|
|
%package -n compat32-samba-libs
|
|
Summary: Samba libraries
|
|
Summary: Samba libraries
|
|
Summary(ja): Samba ライブラリ
|
|
Summary(ja): Samba ライブラリ
|
|
-Group: System Environment/Libraries
|
|
|
|
|
|
+Group: system
|
|
%if %with_libwbclient
|
|
%if %with_libwbclient
|
|
Requires: libwbclient
|
|
Requires: libwbclient
|
|
%endif
|
|
%endif
|
|
@@ -427,7 +427,7 @@ link against the SMB, RPC and other protocols provided by the Samba suite.
|
|
%package -n compat32-libsmbclient
|
|
%package -n compat32-libsmbclient
|
|
Summary: The SMB client library
|
|
Summary: The SMB client library
|
|
Summary(ja): SMB クライアントライブラリ
|
|
Summary(ja): SMB クライアントライブラリ
|
|
-Group: System Environment/Libraries
|
|
|
|
|
|
+Group: system
|
|
Requires: samba-common = %{samba_version}-%{release}
|
|
Requires: samba-common = %{samba_version}-%{release}
|
|
|
|
|
|
%description -n compat32-libsmbclient
|
|
%description -n compat32-libsmbclient
|
|
@@ -441,7 +441,7 @@ libsmbclient は Samba クライアントの機能を提供するライブラリ
|
|
%package -n compat32-libwbclient
|
|
%package -n compat32-libwbclient
|
|
Summary: The winbind client library
|
|
Summary: The winbind client library
|
|
Summary(ja): Winbind クライアントライブラリ
|
|
Summary(ja): Winbind クライアントライブラリ
|
|
-Group: System Environment/Libraries
|
|
|
|
|
|
+Group: system
|
|
Requires: samba-common = %{samba_version}-%{release}
|
|
Requires: samba-common = %{samba_version}-%{release}
|
|
Requires(pre): /usr/sbin/groupadd
|
|
Requires(pre): /usr/sbin/groupadd
|
|
Requires(post): /sbin/chkconfig, /sbin/service, coreutils
|
|
Requires(post): /sbin/chkconfig, /sbin/service, coreutils
|
|
@@ -1817,6 +1817,9 @@ fi
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Aug 13 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.12.6-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.12.5-1
|
|
* Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.12.5-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|