forked from pool/util-linux
Avoid build require gpg-offline twice
OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=179
This commit is contained in:
parent
c4eeece1b1
commit
e28a9fbb55
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 07:06:19 UTC 2013 - werner@suse.de
|
||||
|
||||
- Avoid build require gpg-offline twice
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 20:54:24 CEST 2013 - sbrabec@suse.cz
|
||||
|
||||
|
@ -21,15 +21,17 @@
|
||||
%bcond_without enable_eject
|
||||
|
||||
Name: util-linux
|
||||
# Use rpmbuild -D 'VERIFY_SIG 1' to verify signature during build or run one-shot check by "xzcat util-linux-*.tar.xz | sh -x gpg-offline --verify --package=util-linux *.tar.sign -".
|
||||
%if 0%{?VERIFY_SIG}
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
BuildRequires: audit-devel
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext-devel
|
||||
# Use rpmbuild -D 'VERIFY_SIG 1' to verify signature during build or run
|
||||
# one-shot check by
|
||||
# xzcat util-linux-*.tar.xz | \
|
||||
# sh -x gpg-offline --verify --package=util-linux *.tar.sign -
|
||||
%if 0%{?VERIFY_SIG}
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: libtool
|
||||
|
Loading…
Reference in New Issue
Block a user