mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(dracut-strip-trigger): Noarch (#7929)
* fix(dracut-strip-trigger): Noarch Signed-off-by: Gilver <rockgrub@disroot.org> * chore: Arches Signed-off-by: Gilver <rockgrub@disroot.org> --------- Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "dracut-strip-trigger.spec"
|
||||
}
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
Name: dracut-strip-trigger
|
||||
Version: 0
|
||||
Release: 6%?dist
|
||||
Release: 7%?dist
|
||||
Summary: Strip initramfs aggressively
|
||||
License: GPL-3.0-only
|
||||
Requires: dracut installonlypkg(kernel)
|
||||
Conflicts: dracut-config-generic
|
||||
Source0: LICENSE
|
||||
Source1: 01-aggressive-strip.conf
|
||||
BuildArch: noarch
|
||||
|
||||
%global _desc %{expand:
|
||||
Strip initramfs automatically for each kernel update using --hostonly --aggressive-strip.
|
||||
|
||||
Reference in New Issue
Block a user