forked from NethServer/nethserver-samba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nethserver-samba.spec.in
106 lines (84 loc) · 4.02 KB
/
nethserver-samba.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Summary: Nethserver specific Samba configuration files and templates
Name: nethserver-samba
Version: @@VERSION@@
Release: @@RELEASE@@
License: GPL
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: nethserver-devtools
URL: %{url_prefix}/%{name}
Requires: nethserver-directory >= 1.1.1-5
Requires: samba >= 3.4.3
Requires: samba-client >= 3.4.3
Requires: samba-common >= 3.4.3
Requires: samba-winbind
Requires: tdb-tools
Requires: cyrus-sasl-gssapi
Requires: krb5-workstation
Requires: perl-Authen-Krb5
%description
* Samba PDC, Workstation, ADS roles
* Integrate smb shares with ibays (shared folders)
* CUPS support
* WINS support
* Active Directory GSSAPI authentication
%prep
%setup
%build
%{makedocs}
perl createlinks
%install
rm -rf $RPM_BUILD_ROOT
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
%{genfilelist} $RPM_BUILD_ROOT \
> %{name}-%{version}-filelist
echo "%doc COPYING" >> %{name}-%{version}-filelist
%clean
rm -rf $RPM_BUILD_ROOT
%post
%files -f %{name}-%{version}-filelist
%defattr(-,root,root)
%changelog
* Wed Dec 18 2013 Davide Principi <davide.principi@nethesis.it> - 1.4.0-1.ns6
- Kerberos keytab file is missing for new services - Bug #2407 [NethServer]
- Directory: backup service accounts passwords - Enhancement #2063 [NethServer]
- Service supervision with Upstart - Feature #2014 [NethServer]
* Tue Jul 16 2013 Davide Principi <davide.principi@nethesis.it> - 1.3.6-1.ns6
- Yum transaction aborted while installing nethserver-file-server group - Bug #2041 [Nethgui]
* Thu Jul 04 2013 Davide Principi <davide.principi@nethesis.it> - 1.3.5-1.ns6
- Fixed "value is not boolean!" warning - Bug #2039 [NethServer]
* Mon Jul 01 2013 Davide Principi <davide.principi@nethesis.it> - 1.3.4-1.ns6
- File permissions not inherited when POSIX ACL is present - Bug #2039 [NethServer]
- Share connection error NT_STATUS_ACCESS_DENIED - Bug #1997 [NethServer]
* Mon Jun 17 2013 Davide Principi <davide.principi@nethesis.it> - 1.3.3-1.ns6
- Added a 5% of tolerance to deadline time, to avoid ticket expiration during renewal - Feature #1746 [NethServer]
* Mon Jun 10 2013 Davide Principi <davide.principi@nethesis.it> - 1.3.2-1.ns6
- Disable idmap nss backend if ServerRole is ADS #1997
* Mon Jun 10 2013 Davide Principi <davide.principi@nethesis.it> - 1.3.1-1.ns6
- Fix samba share connection error NT_STATUS_ACCESS_DENIED #1997
* Wed May 29 2013 Davide Principi <davide.principi@nethesis.it> - 1.3.0-1.ns6
- Active Directory member role. Refs #1746
- *.spec.in: Require cyrus-sasl-gssapi, krb5-workstation, perl-Authen-Krb5
* Tue May 7 2013 Davide Principi <davide.principi@nethesis.it> - 1.2.1-1.ns6
- nethserver-samba-group-sync action: check if samba idmap backend is functional before going on, and don't fail if a unix group does not exist #1870
* Tue Apr 30 2013 Davide Principi <davide.principi@nethesis.it> - 1.2.0-1.ns6
- Store machine accounts under ou=Computers branch #1890
- Implant migrated SID as "localsid" #1895
- Shared folder guest access #1882
- winregistry-patches served by httpd-admin #1799
- SharedFolder UI plugin: hide profile widget #1881
- Full automatic package install/upgrade/uninstall support #1870 #1872 #1874
- Update group description when changed from UI #1861
- Migration ibay profile #1855
- Fixed idmap LDAP backend configuration: pre-defined groups were not available after migration #1829
- Partial implementation of Active Directory domain join #1746
- Removed shadow copy checkbox from UI #1750
* Tue Mar 19 2013 Davide Principi <davide.principi@nethesis.it> - 1.1.0-1.ns6
- smb.conf template: implement ibay profiles. Refs #1724
- /etc/fstab template: enable acl & xattrs attributes. #1658
- smb WinsServerStatus WinsServerIP props to configure wins support. #7
- smb.conf template refactor. #7
- CUPS integration. #1626
- Migration support. #1657 #1667
- Protect samba password ldap field. #1650
- *.spec.in: Removed nethserver-devtools specific version requirement; Fixed Released tag expansion Refs; use url_prefix macro in URL tag; set minimum version requirements. #1653 #1654