summaryrefslogtreecommitdiffstats
path: root/firstaidkit.spec
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-08-06 16:06:30 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-08-07 15:20:47 +0200
commit7e334e5e4626d8696e8127e494c9eee2fcbb8474 (patch)
treeabf15a2c6edce89bfd0552307d91a5520363413e /firstaidkit.spec
parent7f2d0899817cd7894b44ab014d1a0744691ac7d0 (diff)
downloadfirstaidkit-7e334e5e4626d8696e8127e494c9eee2fcbb8474.tar.gz
firstaidkit-7e334e5e4626d8696e8127e494c9eee2fcbb8474.tar.xz
firstaidkit-7e334e5e4626d8696e8127e494c9eee2fcbb8474.zip
Initial commit for the Grub plugin.
Nothing was used from the original grub plugin. For now they will both coexists in the code.
Diffstat (limited to 'firstaidkit.spec')
-rw-r--r--firstaidkit.spec17
1 files changed, 12 insertions, 5 deletions
diff --git a/firstaidkit.spec b/firstaidkit.spec
index a840e58..0848f43 100644
--- a/firstaidkit.spec
+++ b/firstaidkit.spec
@@ -91,7 +91,11 @@ configuration file xorg.conf.
Group: Applications/System
Summary: FirstAidKit plugin to diagnose or repair the GRUB instalation
Requires: %{name} = %{version}-%{release}
-Requires: anaconda, booty
+#Requires: anaconda, booty
+
+Requires: dbus-python
+Requires: grub
+Requires: pyparted
%description plugin-grub
This FirstAidKit plugin automates the recovery from the GRUB bootloader problems.
@@ -172,8 +176,10 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic
%{__cp} -f plugins/rpm/*.py $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/rpm/
%{__install} -d $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/rpm_lowlevel
%{__cp} -f plugins/rpm_lowlevel/*.py $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/rpm_lowlevel/
-%{__cp} -f plugins/grub.py $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/
-%{__install} -p etc/firstaidkit/firstaidkit-plugin-grub $RPM_BUILD_ROOT%{_sysconfdir}/firstaidkit
+#%{__cp} -f plugins/grub.py $RPM_BUILD_ROOT%{_libdir}/firstaidkit/plugins/
+#%{__install} -p etc/firstaidkit/firstaidkit-plugin-grub $RPM_BUILD_ROOT%{_sysconfdir}/firstaidkit
+%{__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/
@@ -217,8 +223,9 @@ desktop-file-install --vendor="fedora" --dir=${RPM_BUILD_ROOT}%{_datadir}/applic
%{_libdir}/firstaidkit/plugins/rpm/*
%files plugin-grub
-%{_libdir}/firstaidkit/plugins/grub.py*
-%{_sysconfdir}/firstaidkit/firstaidkit-plugin-grub
+#%{_libdir}/firstaidkit/plugins/grub.py*
+#%{_sysconfdir}/firstaidkit/firstaidkit-plugin-grub
+%{_libdir}/firstaidkit/plugins/grub/*
%files plugin-mdadm-conf
%{_libdir}/firstaidkit/plugins/mdadm_conf.py*