1 |
# $Id: e-smith-backup.spec,v 1.20 2021/01/08 18:54:31 jpp Exp $ |
# $Id: e-smith-backup.spec,v 1.21 2021/01/30 20:30:15 chrissn Exp $ |
2 |
|
|
3 |
Summary: e-smith module to provide the backup panel |
Summary: e-smith module to provide the backup panel |
4 |
%define name e-smith-backup |
%define name e-smith-backup |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 20 |
%define release 21 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: Artistic |
License: Artistic |
48 |
Requires: nfs-utils |
Requires: nfs-utils |
49 |
|
|
50 |
%changelog |
%changelog |
51 |
|
* Tue Feb 9 2021 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.0-21.sme |
52 |
|
- Revert BlockDevices.pm and backup call to not filter to removable drives |
53 |
|
|
54 |
* Sat Jan 30 2021 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.0-20.sme |
* Sat Jan 30 2021 Chris Sansom-Ninnes <chris@sansom.ninnes.net> 2.6.0-20.sme |
55 |
- Replace hal-* calls with BlockDevices [SME: 11319] |
- Replace hal-* calls with BlockDevices [SME: 11319] |
56 |
|
|