--- rpms/e-smith-backup/sme10/e-smith-backup.spec 2016/04/13 15:22:05 1.2 +++ rpms/e-smith-backup/sme10/e-smith-backup.spec 2017/04/12 20:19:30 1.9 @@ -1,16 +1,25 @@ -# $Id: e-smith-backup.spec,v 1.1 2016/02/04 23:12:12 vip-ire Exp $ +# $Id: e-smith-backup.spec,v 1.8 2017/02/17 19:32:59 unnilennium Exp $ Summary: e-smith module to provide the backup panel %define name e-smith-backup Name: %{name} %define version 2.6.0 -%define release 2 +%define release 8 Version: %{version} Release: %{release}%{?dist} License: Artistic Group: Networking/Daemons Source: %{name}-%{version}.tar.xz Patch0: e-smith-backup-2.6.0-normalreboot.patch +Patch1: e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch +Patch2: e-smith-backup-2.6.0.bz9090.Testing_the_remote_host_parameters.patch +Patch3: e-smith-backup-2.6.0.Do_Tar_Exclusion_In_Panel.patch +Patch4: e-smith-backup-2.6.0.Do_Dar_Exclusion.patch +Patch5: e-smith-backup-2.6.0.Do_Tar_Exclusion_In_the_console.patch +Patch6: e-smith-backup-2.6.0.bz9563.UpdateDarCatalogFollowingBackups.patch +Patch7: e-smith-backup-2.6.0-bz9550.fixconsolerestore.patch +Patch8: e-smith-backup-2.6.0-bz9299-consoleBackupBlockDevice.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRequires: e-smith-devtools >= 1.11.0-03 BuildRequires: gettext @@ -32,6 +41,37 @@ Requires: e-smith-formmagick >= 1.4.0-12 Requires: nfs-utils %changelog +* Wed Apr 12 2017 Jean-Philipe Pialasse 2.6.0-8.sme +- fix removable device detection [SME: 9299] + +* Fri Feb 17 2017 Jean-Philipe Pialasse 2.6.0-7.sme +- console restoration can be launched again from console [SME: 9550] + +* Wed Aug 10 2016 stephane de Labrusse 2.6.0-6.sme +- fixed bug on the dar catalog when backups are not added in it [SME: 9563] +- Added e-smith-backup-2.6.0.bz9563.UpdateDarCatalogFollowingBackups.patch + +* Tue Aug 02 2016 stephane de Labrusse 2.6.0-5.sme +- Remove the dar exclusion message in the email if there is no exclusion. +- Modified e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633] +- Added two commented files backup.{include,exclude} in /etc/backup-data.d +- Modified e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607] + +* Sun Jul 31 2016 stephane de Labrusse 2.6.0-4.sme +- Add or remove path in your backup by a file *.include and *.exclude +- Added e-smith-backup-2.6.0.Add_Or_Remove_Path_In_Backup.patch [SME: 9607] +- Test if the remote host (cifs/nfs) is up, else save and display a warning. +- Added e-smith-backup-2.6.0.bz9090.Testing_the_remote_host_parameters.patch [SME: 9090] +- The 'tar backup to desktop' of the backup panel takes consideration of exclusion +- Added e-smith-backup-2.6.0.Do_Tar_Exclusion_In_Panel.patch [SME: 9635] +- The 'dar workstation backup' of the backup panel takes consideration of exclusion +- Added e-smith-backup-2.6.0.Do_Dar_Exclusion.patch [SME: 9633] +- The 'tar backup' of the console takes consideration of exclusion and display a page with the exclusion content +- e-smith-backup-2.6.0.Do_Tar_Exclusion_In_the_console.patch [SME: 9635] + +* Thu May 12 2016 Daniel Berteaud 2.6.0-3.sme +- Rebuild for [SME: 9393] + * Wed Apr 13 2016 Jean-Philipe Pialasse 2.6.0-2.sme - avoid restoration on every reboot[SME: 9436] - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, @@ -1391,10 +1431,18 @@ e-smith server central backup administra %prep %setup %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 %build /sbin/e-smith/buildtests 10e-smith-backup - +%{__mkdir} -p root/etc/backup-data.d perl createlinks # Extract a new copy of the English .po, though we won't use it for this build