/[smeserver]/rpms/e-smith-base+ldap/sme7/e-smith-base+ldap.spec
ViewVC logotype

Diff of /rpms/e-smith-base+ldap/sme7/e-smith-base+ldap.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.6 by slords, Sat Apr 19 15:16:48 2008 UTC Revision 1.22 by bytegw, Tue Aug 12 17:45:06 2008 UTC
# Line 2  Summary: e-smith server and gateway - ba Line 2  Summary: e-smith server and gateway - ba
2  %define name e-smith-base+ldap  %define name e-smith-base+ldap
3  Name: %{name}  Name: %{name}
4  %define version 4.19.1  %define version 4.19.1
5  %define release 9  %define release 24
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 16  Patch5: e-smith-base+ldap-4.19.1-convert Line 16  Patch5: e-smith-base+ldap-4.19.1-convert
16  Patch6: e-smith-base+ldap-4.19.1-nss_policy-post_install-ssl_fix.patch  Patch6: e-smith-base+ldap-4.19.1-nss_policy-post_install-ssl_fix.patch
17  Patch7: e-smith-base-4.18.1-quitconsole.patch  Patch7: e-smith-base-4.18.1-quitconsole.patch
18  Patch8: e-smith-base-4.18.1-freebusy.patch2  Patch8: e-smith-base-4.18.1-freebusy.patch2
19    Patch9: e-smith-base+ldap-4.19.1-ldap_fixes.patch
20    Patch10: e-smith-base+ldap-4.19.1-import_fixes.patch
21    Patch11: e-smith-base-4.18.1-dateManip.patch
22    Patch12: e-smith-base-4.18.1-ethernetlist.patch
23    Patch13: e-smith-base-4.18.1-add2general.patch
24    Patch14: e-smith-base+ldap-4.19.1-change_domain_name.patch
25    Patch15: e-smith-base+ldap-4.19.1-freebusy.patch2
26    Patch16: e-smith-base+ldap-4.19.1-add2general.patch
27    Patch17: e-smith-base+ldap-4.19.1-get_raid_details_cciss.patch
28    Patch18: e-smith-base+ldap-4.19.1-merge_users_and_people.patch
29    Patch19: e-smith-base+ldap-4.19.1-2739schema.patch
30    Patch20: e-smith-base-4.18.1-PortFixesFromBase.patch
31    Patch21: e-smith-base-4.18.1-fixPASSWORD_VERIFY_NEW.patch
32    Patch22: e-smith-base-4.18.1-ip-down.race.patch
33  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
34  Requires: mod_auth_external  Requires: mod_auth_external
35  Requires: e-smith-lib >= 1.18.0-19  Requires: e-smith-lib >= 1.18.0-19
36  Requires: server-manager-images, server-manager  Requires: server-manager-images, server-manager
37  Requires: e-smith-formmagick >= 1.4.0-9  Requires: e-smith-formmagick >= 1.4.0-12
38  Requires: initscripts >= 6.67-1es17  Requires: initscripts >= 6.67-1es17
39  Requires: e-smith-daemontools >= 1.7.1-04  Requires: e-smith-daemontools >= 1.7.1-04
40  Requires: perl(Locale::gettext)  Requires: perl(Locale::gettext)
# Line 34  Requires: /sbin/microcode_ctl Line 48  Requires: /sbin/microcode_ctl
48  Requires: dbus  Requires: dbus
49  Requires: hal  Requires: hal
50  Requires: acpid  Requires: acpid
 Requires: whiptail  
51  Requires: rssh  Requires: rssh
52  Requires: bridge-utils  Requires: bridge-utils
53  Requires: vconfig  Requires: vconfig
# Line 72  AutoReqProv: no Line 85  AutoReqProv: no
85  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
86    
87  %changelog  %changelog
88    * Tue Aug 12 2008 Gavin Weight <gweight@gmail.com> 4.19.1-24
89    - Fix race condition in VPN ip-down handling which could cause loss of
90      LAN connectivity. [SME: 4405]
91    
92    * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.19.1-23
93    - Remove requires for whiptail.  No longer needed [SME: 4491]
94    
95    * Fri Aug  8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-22
96    - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
97    
98    * Thu Aug  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-21
99    - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
100      to e-smith-formmagick's general [SME: 4475]
101    - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
102    - Remove invalid entry tag from userpassword's locale file preventing the
103      form from displaying properly [SME: 4479]
104    
105    * Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.19.1-20
106    - Separate template to avoid breaking schema [SME: 4171]
107    
108    * Fri Jul 25 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-19
109    - Merge Users and People informations in ou=Users. This is done by removing
110      the 'account' objectClass and adding 'calEntry' and 'InetOrgPerson' for
111      user accounts [SME: 4396]
112    - do not reset objectClass attributes during ldap-update. This will allow
113      admins to add others objectClass
114    - use the dummy user (inetOrgPerson) of each group to store mail address
115      of the group (may store alias latter)
116    - remove now unused ou=People
117    - rotate slapd log in logrotate event
118    - compute sambaSID of users, prevent invalid sambaSID during migration
119    
120    * Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 4.19.1-18
121    - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
122    
123    * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-17
124    - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
125    
126    * Thu May 14 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-16
127    - Add calEntry in ldap-update so the attribute calFBURL is allowed and
128      ou=People can be updated
129    
130    * Mon Apr 28 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-15
131    - Fix run script when domain name has changed
132    
133    * Mon Apr 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-14
134    - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
135    
136    * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.19.1-13
137    - Fix for > 5 nics detected [SME: 4232]
138    
139    * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.19.1-12
140    - Remove use of Date::Manip from ssl.crt [SME: 3155]
141    
142    * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-11
143    - Import samba information in ldap (for users)
144    - Import samba machine accounts
145    
146    * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-10
147    - Updated samba.schema (necessary for substr search on sambaSID)
148    - configured salpd to use md5crypt as hash
149    - configure ldap.conf to use exop as hash (negociated with ldap server => md5crypt)
150    - ACL for sambaLMPassword and sambaNTPassword
151    - Allow unix account lookup in ou=Computers (for machine accounts)
152    - Remove warnings in ldap.conf template
153    
154  * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.19.1-9  * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.19.1-9
155  - Fix FreeBusy param when disabled [SME: 1806]  - Fix FreeBusy param when disabled [SME: 1806]
156  - Remove .orig file [SME: 4228]  - Remove .orig file [SME: 4228]
# Line 1114  e-smith server and gateway software - ba Line 1193  e-smith server and gateway software - ba
1193  %patch6 -p1  %patch6 -p1
1194  %patch7 -p1  %patch7 -p1
1195  %patch8 -p1  %patch8 -p1
1196    %patch9 -p1
1197    %patch10 -p1
1198    %patch11 -p1
1199    %patch12 -p1
1200    %patch13 -p1
1201    %patch14 -p1
1202    %patch15 -p1
1203    %patch16 -p1
1204    %patch17 -p1
1205    %patch18 -p1
1206    %patch19 -p1
1207    %patch20 -p1
1208    %patch21 -p1
1209    %patch22 -p1
1210    
1211  %pre  %pre
1212  if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]  if [ -d /etc/e-smith/locale/fr-ca -a ! -L /etc/e-smith/locale/fr-ca ]


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed