%define version 0.2.22 %define release 1 %define name ipasserelle-gp Summary: Gestion de Parc iPasserelle Name: %{name} Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.gz BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch BuildRequires: e-smith-devtools Requires: ipasserelle-base Requires: smeserver-fusioninventory-agent Obsoletes: smeserver-loginscript Provides: smeserver-loginscript %description Ce paquet permet de gérer un parc de machines sous MS Windows Basé sur WPKG et d'autres outils %changelog * Mon Sep 24 2012 Daniel Berteaud - 0.2.22-1 - Don't generate accounts config if we receive a email address which is not an uid - Support a whitelist of groups * Fri Sep 21 2012 Daniel Berteaud - 0.2.21-1 - Revert lookup with an email address * Fri Sep 21 2012 Daniel Berteaud - 0.2.20-1 - Fix uid if a email address is passed * Thu Sep 20 2012 Daniel Berteaud - 0.2.19-1 - Fix mail.content_disposition_type pref * Thu Sep 20 2012 Daniel Berteaud - 0.2.18-1 - Don't force defaultPref for some settings (use the default, either defaultPref or lockPref) - Lookup in LDAP using the mail address if the uid doesn't return any result * Wed Sep 12 2012 Daniel Berteaud - 0.2.17-1 - Fix home page URL for Firefox * Wed Sep 12 2012 Daniel Berteaud - 0.2.16-1 - Include Firefox conf fragments * Sat Sep 8 2012 Daniel Berteaud - 0.2.15-1 - Don't enforce Firefox or Thunderbird config for members of specified groups - Get the home URL from LDAP if it's set - Make defaultPref for home URL works * Fri Sep 7 2012 Daniel Berteaud - 0.2.14-1 - small improvments in Thunderbird auto config * Thu Sep 6 2012 Daniel Berteaud - 0.2.13-1 - Update workstation profile * Wed Aug 29 2012 Daniel Berteaud - 0.2.12-1 - Add ZBX_SERVER_IP in the variable profile * Fri Aug 24 2012 Daniel Berteaud - 0.2.11-1 - Create wpkg and wpkglogs shares as hidden and non removable * Thu Aug 23 2012 Daniel Berteaud - 0.2.10-1 - Add settings in the default profile * Thu Jul 26 2012 Daniel Berteaud - 0.2.9-1 - Fix Thunderbird conf generator * Fri Jul 20 2012 Daniel Berteaud - 0.2.8-1 - Add basic firefox autoconf support * Wed Jul 18 2012 Daniel Berteaud - 0.2.7-1 - Use full path for the mail signature (using javascript and env var) - Cleanups comments in mozilla-mcd script * Mon Jul 16 2012 Daniel Berteaud - 0.2.6-1 - Fix logon drive mapping * Mon Jul 16 2012 Daniel Berteaud - 0.2.5-1 - Add sketchup in graphiste profile - Fix SERVER1 exemple in hosts.xml * Thu Jul 12 2012 Daniel Berteaud - 0.2.4-1 - Add a session script to set username in Office * Mon Jul 9 2012 Daniel Berteaud - 0.2.3-1 - Add a "server" profile * Fri Jul 6 2012 Daniel Berteaud - 0.2.2-1 - Add JCE in workstation profile * Wed Jul 4 2012 Daniel Berteaud - 0.2.1-1 - Add ultradefrag in default profile * Mon Jul 2 2012 Daniel Berteaud - 0.2.0-1 - Provide a session script framework - Include a panel to manage custom session script - Provides scripts to autoconfigure Thunderbird * Wed Jun 20 2012 Daniel Berteaud 0.1.2-1 - Make standard profiles depends on workstation instead of default * Mon Jun 11 2012 Daniel Berteaud 0.1.1-1.sme - restructure profiles * Mon Jun 11 2012 Daniel Berteaud 0.1.0-1.sme - initial release %prep %setup -q -n %{name}-%{version} %build %{__mkdir_p} root/home/e-smith/files/shares/wpkg/files/profiles/ %{__mkdir_p} root/home/e-smith/files/shares/tools/files/scripts/users perl createlinks %install /bin/rm -rf $RPM_BUILD_ROOT (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) /bin/rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ --file /home/e-smith/files/shares/wpkg/files/profiles.xml 'attr(0770,root,admin) %config(noreplace)' \ --file /home/e-smith/files/shares/wpkg/files/hosts.xml 'attr(0770,root,admin) %config(noreplace)' \ --file /home/e-smith/files/shares/wpkg/files/packages.xml 'attr(0770,root,admin) %config(noreplace)' \ > %{name}-%{version}-filelist echo "%doc CHANGELOG.git" >> %{name}-%{version}-filelist %files -f %{name}-%{version}-filelist %defattr(-,root,root) %clean rm -rf $RPM_BUILD_ROOT %post %preun