Skip to content

Commit 76ee097

Browse files
Michael Shigorinlegionus
Michael Shigorin
authored andcommitted
1.32.1-alt2
- Fix build under srpm_cleanup (mike@). Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 0e60274 commit 76ee097

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

make-initrd-busybox.spec

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: make-initrd-busybox
22
Version: 1.32.1
3-
Release: alt1
3+
Release: alt2
44

55
Summary: Busybox for make-initrd
66
License: GPL-2.0-or-later
@@ -15,11 +15,11 @@ Busybox (%version) for make-initrd.
1515

1616
%prep
1717
%setup
18+
19+
%build
1820
sed -r \
1921
-e 's#@includedir@#%{_includedir}#g' \
2022
busybox-config > busybox/.config
21-
22-
%build
2323
cd busybox
2424
%make_build
2525

@@ -38,6 +38,9 @@ ln -s ../usr/sbin/chroot sbin/chroot
3838
/lib/initrd/*
3939

4040
%changelog
41+
* Mon Jan 11 2021 Alexey Gladkov <[email protected]> 1.32.1-alt2
42+
- Fix build under srpm_cleanup (mike@).
43+
4144
* Sat Jan 02 2021 Alexey Gladkov <[email protected]> 1.32.1-alt1
4245
- New busybox version (1.32.1).
4346
- Update License tag.

0 commit comments

Comments
 (0)