Skip to content

Commit 2134e74

Browse files
committed
0.3-alt1
- Rename loader. Signed-off-by: Alexey Gladkov <legion@altlinux.org>
1 parent e171d41 commit 2134e74

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

make-initrd-bootloader.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: make-initrd-bootloader
2-
Version: 0.2
2+
Version: 0.3
33
Release: alt1
44

55
Summary: Bootloader feature for make-initrd
@@ -46,6 +46,9 @@ rm -f -- "$modules_dir"/modules.{alias,dep,symbols,builtin}.bin
4646
touch -- "$modules_dir"/modules.{alias,dep,symbols,builtin}.bin
4747
touch %buildroot/lib/bootloader/boot/bootloader.img
4848

49+
mkdir -p -- %buildroot/boot
50+
touch %buildroot/boot/bootloader.conf
51+
4952
%add_findreq_skiplist /usr/share/make-initrd/features/*
5053
%add_verify_elf_skiplist /lib/bootloader/boot/vmlinuz-*
5154
%brp_strip_none /lib/bootloader/boot/*
@@ -59,10 +62,14 @@ touch %buildroot/lib/bootloader/boot/bootloader.img
5962
%ghost /lib/modules/*/modules.dep.bin
6063
%ghost /lib/modules/*/modules.symbols.bin
6164
%ghost /lib/modules/*/modules.builtin.bin
65+
%ghost %config(noreplace) /boot/bootloader.conf
6266
%config(noreplace) %_sysconfdir/bootloader.mk
6367
%_datadir/make-initrd/features/bootloader
6468

6569
%changelog
70+
* Sun Apr 05 2020 Alexey Gladkov <legion@altlinux.ru> 0.3-alt1
71+
- Rename loader.
72+
6673
* Sat Apr 04 2020 Alexey Gladkov <legion@altlinux.ru> 0.2-alt1
6774
- Update files.
6875

0 commit comments

Comments
 (0)