Fix merge conflict on spec file

tags/0.2.27 0.2.27
Daniel Berteaud 12 years ago
commit 7a611d706b
  1. 7
      ipasserelle-gp.spec
  2. 2
      root/home/e-smith/files/shares/tools/files/scripts/session/015mozBackup.bat

@ -1,4 +1,4 @@
%define version 0.2.26 %define version 0.2.27
%define release 1 %define release 1
%define name ipasserelle-gp %define name ipasserelle-gp
@ -26,9 +26,12 @@ Ce paquet permet de gérer un parc de machines sous MS Windows
Basé sur WPKG et d'autres outils Basé sur WPKG et d'autres outils
%changelog %changelog
* Tue Nov 20 2012 Daniel Berteaud <daniel@firewall-services.com> - 0.2.26-1 * Tue Nov 20 2012 Daniel Berteaud <daniel@firewall-services.com> - 0.2.27-1
- Exclude ImapMail.old and Mail from Thunderbird profile backups - Exclude ImapMail.old and Mail from Thunderbird profile backups
* Sat Nov 10 2012 Daniel Berteaud <daniel@firewall-services.com> - 0.2.26-1
- Fix missing GOTO in mozBackup script
* Fri Nov 9 2012 Daniel Berteaud <daniel@firewall-services.com> - 0.2.25-1 * Fri Nov 9 2012 Daniel Berteaud <daniel@firewall-services.com> - 0.2.25-1
- Use GOTO :EOF instead of exit in mozBackup - Use GOTO :EOF instead of exit in mozBackup

@ -24,7 +24,7 @@ REM Recherche du répertoire de profile de Thunderbird
for /f %%a in ('dir /b "%APPDATA%\Thunderbird\Profiles\*.default"') do SET TBPROFILE=%APPDATA%\Thunderbird\Profiles\%%a for /f %%a in ('dir /b "%APPDATA%\Thunderbird\Profiles\*.default"') do SET TBPROFILE=%APPDATA%\Thunderbird\Profiles\%%a
REM Si le répertoire de profile n'existe pas, on s'arrête REM Si le répertoire de profile n'existe pas, on s'arrête
IF NOT EXIST "%TBPROFILE%" :EOF IF NOT EXIST "%TBPROFILE%" GOTO :EOF
REM Rotation des anciennes sauvegardes REM Rotation des anciennes sauvegardes
REM Pas très élégant, mais on fait ce qu'on peut REM Pas très élégant, mais on fait ce qu'on peut

Loading…
Cancel
Save