From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 18 Aug 2021 19:05:49 +0200 From: Alexey Gladkov To: Michael Shigorin Message-ID: <20210818170549.cuvjxtiicjbopmlp@example.org> References: <20210818162115.2813079-1-mike@altlinux.org> <20210818162115.2813079-2-mike@altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210818162115.2813079-2-mike@altlinux.org> Cc: make-initrd@lists.altlinux.org Subject: Re: [make-initrd] [PATCH 1/2] spec: minor cleanup X-BeenThere: make-initrd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: make-initrd@lists.altlinux.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2021 17:05:50 -0000 Archived-At: List-Archive: On Wed, Aug 18, 2021 at 07:21:14PM +0300, Michael Shigorin wrote: > --- > make-initrd.spec | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/make-initrd.spec b/make-initrd.spec > index daf61fd..bc48e97 100644 > --- a/make-initrd.spec > +++ b/make-initrd.spec > @@ -6,6 +6,7 @@ Summary: Creates an initramfs image > License: GPL-3.0 > Group: System/Base > > +Url: http://altlinux.org/make-initrd Нет. Не http точно. Кроме того, это не страница проекта. Это довольно устаревшая страница на wiki. Если ты считаешь, что стоит добавить урл, то: https://github.com/osboot/make-initrd > Packager: Alexey Gladkov > > BuildRequires: autoconf > @@ -58,7 +59,7 @@ AutoReq: noshell, noshebang > Source0: %name-%version.tar > > %description > -make-initrd is a new, uevent-driven initramfs infrastructure based around udev. > +make-initrd is an uevent-driven initramfs infrastructure based around udev. > > %package devmapper > Summary: device-mapper module for %name > @@ -139,7 +140,7 @@ Requires: mdadm > AutoReq: noshell, noshebang > > %description mdadm > -Mdadm module for %name > +mdadm module for %name > > %package ucode > Summary: CPU microcode module for %name > @@ -202,7 +203,7 @@ Feature adds smart card daemon and smart card utilities. > %define _libexecdir %_prefix/libexec > > %prep > -%setup -q > +%setup > > %build > ./autogen.sh > @@ -221,7 +222,7 @@ Feature adds smart card daemon and smart card utilities. > make > > %install > -%make_install DESTDIR=%buildroot install > +%makeinstall_std > > sed -i \ > -e 's@\.\./features/@%_datadir/%name/features/@g' \ > -- > 2.25.4 > -- Rgrds, legion