/[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.2 by slords, Tue Apr 1 16:58:45 2008 UTC Revision 1.25 by slords, Mon Sep 15 15:16:57 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 2  %define release 28
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 11  Source: %{name}-%{version}.tar.gz Line 11  Source: %{name}-%{version}.tar.gz
11  Patch1: e-smith-base+ldap-4.19.1-ldap.patch  Patch1: e-smith-base+ldap-4.19.1-ldap.patch
12  Patch2: e-smith-base-4.18.1-insertmode.patch  Patch2: e-smith-base-4.18.1-insertmode.patch
13  Patch3: e-smith-base+ldap-4.19.1-freebusy.patch  Patch3: e-smith-base+ldap-4.19.1-freebusy.patch
14    Patch4: e-smith-base-4.18.1-frames.patch
15    Patch5: e-smith-base+ldap-4.19.1-convert_ldap-init-accounts_to_template.patch
16    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
18    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    Patch23: e-smith-base-4.18.1-FixLocalizedTitle.patch
34    Patch24: e-smith-base-4.18.1-xenfix.patch
35    Patch25: e-smith-base-4.18.1-profile.patch
36  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
37  Requires: mod_auth_external  Requires: mod_auth_external
38  Requires: e-smith-lib >= 1.18.0-19  Requires: e-smith-lib >= 1.18.0-19
39  Requires: server-manager-images, server-manager  Requires: server-manager-images, server-manager
40  Requires: e-smith-formmagick >= 1.4.0-9  Requires: e-smith-formmagick >= 1.4.0-12
41  Requires: initscripts >= 6.67-1es17  Requires: initscripts >= 6.67-1es17
42  Requires: e-smith-daemontools >= 1.7.1-04  Requires: e-smith-daemontools >= 1.7.1-04
43  Requires: perl(Locale::gettext)  Requires: perl(Locale::gettext)
# Line 29  Requires: /sbin/microcode_ctl Line 51  Requires: /sbin/microcode_ctl
51  Requires: dbus  Requires: dbus
52  Requires: hal  Requires: hal
53  Requires: acpid  Requires: acpid
 Requires: whiptail  
54  Requires: rssh  Requires: rssh
55  Requires: bridge-utils  Requires: bridge-utils
56  Requires: vconfig  Requires: vconfig
# Line 67  AutoReqProv: no Line 88  AutoReqProv: no
88  e-smith server and gateway software - base module.  e-smith server and gateway software - base module.
89    
90  %changelog  %changelog
91    * Mon Sep 15 2008 Shad L. Lords <slords@mail.com> 4.19.1-28
92    - Fix screen corruption in console [SME: 4155]
93    
94    * Sat Sep 13 2008 Shad L. Lords <slords@mail.com> 4.19.1-27
95    - Fix detection of xen instance against newer kernels [SME: 4555]
96    
97    * Thu Aug 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-26
98    - Fixed warnings generated during build process [SME: 570]
99    
100    * Sun Aug 17 2008 Gavin Weight <gweight@gmail.com> 4.19.1-25
101    - Add gettext to creating backup file title for localization. [SME: 4467]
102    
103    * Tue Aug 12 2008 Gavin Weight <gweight@gmail.com> 4.19.1-24
104    - Fix race condition in VPN ip-down handling which could cause loss of
105      LAN connectivity. [SME: 4405]
106    
107    * Sat Aug 9 2008 Shad L. Lords <slords@mail.com> 4.19.1-23
108    - Remove requires for whiptail.  No longer needed [SME: 4491]
109    
110    * Fri Aug  8 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-22
111    - Change userpassword panel to use PASSWORD_VERIFY_NEW instead of PASSWORD_NEW_VERIFY [SME: 4487]
112    
113    * Thu Aug  7 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-21
114    - Revert locale key PASSWORD_RESET_TITLE to RESET_PASSWORD_TITLE and move it
115      to e-smith-formmagick's general [SME: 4475]
116    - Reverting all *PASSWORD_NO_MATCH to *PASSWORD_VERIFY_ERROR locale keys [SME: 4476]
117    - Remove invalid entry tag from userpassword's locale file preventing the
118      form from displaying properly [SME: 4479]
119    
120    * Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.19.1-20
121    - Separate template to avoid breaking schema [SME: 4171]
122    
123    * Fri Jul 25 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-19
124    - Merge Users and People informations in ou=Users. This is done by removing
125      the 'account' objectClass and adding 'calEntry' and 'InetOrgPerson' for
126      user accounts [SME: 4396]
127    - do not reset objectClass attributes during ldap-update. This will allow
128      admins to add others objectClass
129    - use the dummy user (inetOrgPerson) of each group to store mail address
130      of the group (may store alias latter)
131    - remove now unused ou=People
132    - rotate slapd log in logrotate event
133    - compute sambaSID of users, prevent invalid sambaSID during migration
134    
135    * Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 4.19.1-18
136    - Add regex to support cciss device names in manageRAID.pl. [SME: 4455]
137    
138    * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-17
139    - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
140    
141    * Thu May 14 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-16
142    - Add calEntry in ldap-update so the attribute calFBURL is allowed and
143      ou=People can be updated
144    
145    * Mon Apr 28 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-15
146    - Fix run script when domain name has changed
147    
148    * Mon Apr 28 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.19.1-14
149    - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
150    
151    * Wed Apr 23 2008 Shad L. Lords <slords@mail.com> 4.19.1-13
152    - Fix for > 5 nics detected [SME: 4232]
153    
154    * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 4.19.1-12
155    - Remove use of Date::Manip from ssl.crt [SME: 3155]
156    
157    * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-11
158    - Import samba information in ldap (for users)
159    - Import samba machine accounts
160    
161    * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 4.19.1-10
162    - Updated samba.schema (necessary for substr search on sambaSID)
163    - configured salpd to use md5crypt as hash
164    - configure ldap.conf to use exop as hash (negociated with ldap server => md5crypt)
165    - ACL for sambaLMPassword and sambaNTPassword
166    - Allow unix account lookup in ou=Computers (for machine accounts)
167    - Remove warnings in ldap.conf template
168    
169    * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 4.19.1-9
170    - Fix FreeBusy param when disabled [SME: 1806]
171    - Remove .orig file [SME: 4228]
172    
173    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-8
174    - Remove quitConsole from menu [SME: 4154]
175    
176    * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-7
177    - Really fix free/busy in usermanager [SME: 4157]
178    
179    * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-6
180    - Set nss "bind_policy" to "soft" to be able to access to
181      /etc/{passwd,groups,shadow} informations when ldap is down.
182    - Set /etc/openldap/ldap.conf host to "localhost" and remove unnecessary
183      use of SSL. [SME: 1543].
184    - Cleanly handle need of ldap directory generation after e-smith-base+ldap
185      package: add prop "generateDb" to ldap key and modify /var/service/ldap/run.
186    
187    * Wed Apr 2 2008 Sebastien F. <sebast@firewall-services.com> 4.19.1-5
188    - Convert ldap-init-accounts action to /home/e-smith/db/ldap/ldif template
189      [SME: 3439].
190    - New template is able to import after package install sme accounts from
191      /etc/{passwd,group,shadow} files to ldap directory.
192    
193    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-4
194    - Use frames in elinks [SME: 4156]
195    - Set homepage for elinks [SME: 4160]
196    
197    * Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 4.19.1-3
198    - Fix free/busy field in useraccounts [SME: 4157]
199    
200  * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.19.1-2  * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.19.1-2
201  - Add free/busy URL entry to help kronolith contribs [SME: 1806]  - Add free/busy URL entry to help kronolith contribs [SME: 1806]
202    
# Line 1073  e-smith server and gateway software - ba Line 1203  e-smith server and gateway software - ba
1203  %patch2 -p1  %patch2 -p1
1204  %endif  %endif
1205  %patch3 -p1  %patch3 -p1
1206    %patch4 -p1
1207    %patch5 -p1
1208    %patch6 -p1
1209    %patch7 -p1
1210    %patch8 -p1
1211    %patch9 -p1
1212    %patch10 -p1
1213    %patch11 -p1
1214    %patch12 -p1
1215    %patch13 -p1
1216    %patch14 -p1
1217    %patch15 -p1
1218    %patch16 -p1
1219    %patch17 -p1
1220    %patch18 -p1
1221    %patch19 -p1
1222    %patch20 -p1
1223    %patch21 -p1
1224    %patch22 -p1
1225    %patch23 -p1
1226    %patch24 -p1
1227    %patch25 -p1
1228    
1229  %pre  %pre
1230  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 ]
# Line 1137  ln -s /etc/rc.d/rc7.d root/etc/rc7.d Line 1289  ln -s /etc/rc.d/rc7.d root/etc/rc7.d
1289  mkdir -p root/etc/rc.d/rc1.d  mkdir -p root/etc/rc.d/rc1.d
1290    
1291  mkdir -p root/usr/share/locale/en_US/LC_MESSAGES  mkdir -p root/usr/share/locale/en_US/LC_MESSAGES
1292  xgettext -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console  xgettext -L shell -o root/usr/share/locale/en_US/LC_MESSAGES/server-console.po root/sbin/e-smith/console
1293    
1294  mkdir -p root/etc/e-smith/locale  mkdir -p root/etc/e-smith/locale
1295  # Make the fr-ca link in %pre to ease upgrades  # Make the fr-ca link in %pre to ease upgrades
# Line 1182  rm root/service/{syslog,klogd} Line 1334  rm root/service/{syslog,klogd}
1334  mkdir -p root/etc/e-smith/events/local  mkdir -p root/etc/e-smith/events/local
1335  mkdir -p root/etc/e-smith/events/user-modify-admin  mkdir -p root/etc/e-smith/events/user-modify-admin
1336  mkdir -p root/home/e-smith/db  mkdir -p root/home/e-smith/db
 touch root/home/e-smith/db/configuration  
1337    
1338  mkdir -p root/etc/e-smith/pam  mkdir -p root/etc/e-smith/pam
1339  mkdir -p root/home/e-smith/ssl.key  mkdir -p root/home/e-smith/ssl.key
# Line 1194  mkdir -p root/var/state/e-smith Line 1345  mkdir -p root/var/state/e-smith
1345  for file in %{dbfiles}  for file in %{dbfiles}
1346  do  do
1347      mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}      mkdir -p root/etc/e-smith/db/$file/{defaults,migrate,force}
     # Create ghost file for rpm  
     touch root/home/e-smith/db/$file  
1348  done  done
1349    
1350  mkdir -p root/etc/tcprules  mkdir -p root/etc/tcprules


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