summaryrefslogtreecommitdiffstats
path: root/firstaidkit.spec
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2009-07-17 16:45:45 +0200
committerMartin Sivak <msivak@redhat.com>2009-07-17 16:45:45 +0200
commit93fd82e94c8d315e12b3ad57e9c7b4980ab1a53b (patch)
tree76b95f52082a2692a29a1e3d3970615c64343a1d /firstaidkit.spec
parent0eff6d603623c6d506749f511bbd06b63a7b4d98 (diff)
downloadfirstaidkit-93fd82e94c8d315e12b3ad57e9c7b4980ab1a53b.tar.gz
firstaidkit-93fd82e94c8d315e12b3ad57e9c7b4980ab1a53b.tar.xz
firstaidkit-93fd82e94c8d315e12b3ad57e9c7b4980ab1a53b.zip
Add firstaidkit-plugin-key-recovery package.
Diffstat (limited to 'firstaidkit.spec')
-rw-r--r--firstaidkit.spec14
1 files changed, 14 insertions, 0 deletions
diff --git a/firstaidkit.spec b/firstaidkit.spec
index 6908f3f..cb16cd4 100644
--- a/firstaidkit.spec
+++ b/firstaidkit.spec
@@ -44,6 +44,7 @@ Requires: %{name}-plugin-grub
%endif
Requires: %{name}-gui
Requires: %{name}-plugin-mdadm-conf
+Requires: %{name}-plugin-key-recovery
#Requires: %{name}-plugin-undelete-partitions
#Requires: %{name}-plugin-rpm
@@ -106,6 +107,15 @@ Requires: mdadm
This plugin will assess the validity and existence of the mdadm.conf file.
The file will get replaced if any inconsistencies are found.
+%package plugin-key-recovery
+Group: Applications/System
+Summary: Firstaidkit plugin to recover key encryption keys
+Requires: %{name} = %{version}-%{release}
+Requires: python-volume_key, python-nss
+
+%description plugin-key-recovery
+This plugin help recover encryption keys using a previously created escrow
+packet.
#%package plugin-rpm
#Group: Applications/System
@@ -170,6 +180,7 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic
%{__install} -d $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/grub
%{__cp} -f plugins/grub/*.py $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/grub
%{__cp} -f plugins/mdadm_conf.py $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/
+%{__cp} -f plugins/key_recovery.py $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/
#%{__install} -d $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/undelparts
#%{__cp} -f plugins/undelparts/{*.py,_undelpart.so} $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/undelparts/
#%{__install} -d $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/rpm
@@ -221,6 +232,9 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic
%files plugin-mdadm-conf
%{_libdir}/firstaidkit/plugins/mdadm_conf.py*
+%files plugin-key-recovery
+%{_libdir}/firstaidkit/plugins/key_recovery.py*
+
#%files plugin-undelete-partitions
#%{_libdir}/firstaidkit/plugins/undelparts/*.py*
#%{_libdir}/firstaidkit/plugins/undelparts/*.so