1 |
bcornec |
1762171 |
Name: urpme_old-kernels |
2 |
|
|
Version: 0.95 |
3 |
umeabot |
1815784 |
Release: %mkrel 3 |
4 |
bcornec |
1762171 |
Summary: Remove old kernels safely and cleanly |
5 |
|
|
Group: System/Packaging |
6 |
|
|
Url: https://bugs.mageia.org/show_bug.cgi?id=24403 |
7 |
|
|
License: GPLv2+ |
8 |
|
|
Source0: urpme_old-kernels |
9 |
|
|
BuildArch: noarch |
10 |
|
|
|
11 |
|
|
Requires: grub2 |
12 |
|
|
Requires: urpme |
13 |
|
|
|
14 |
|
|
%description |
15 |
|
|
Remove old kernels safely and cleanly. |
16 |
|
|
As it uses urpme, grub is automatically updated. |
17 |
|
|
|
18 |
|
|
%prep |
19 |
|
|
|
20 |
|
|
%build |
21 |
|
|
|
22 |
|
|
%install |
23 |
|
|
install -d -m 755 $RPM_BUILD_ROOT/%{_sbindir} |
24 |
|
|
install -m 755 %{SOURCE0} $RPM_BUILD_ROOT/%{_sbindir}/ |
25 |
|
|
|
26 |
|
|
%files |
27 |
|
|
%{_sbindir}/* |