- Remove the fixme, condition around fdupes and enable tests
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpg2?expand=0&rev=157
This commit is contained in:
parent
941260323c
commit
7be46568df
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 9 09:18:48 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Remove the fixme, condition around fdupes and enable tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 25 15:12:44 UTC 2016 - astieger@suse.com
|
Sun Dec 25 15:12:44 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
15
gpg2.spec
15
gpg2.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gpg2
|
# spec file for package gpg2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -57,8 +57,7 @@ Requires: libassuan0 >= 2.4.3
|
|||||||
Requires: libgcrypt20 >= 1.7.0
|
Requires: libgcrypt20 >= 1.7.0
|
||||||
Requires: libksba >= 1.3.4
|
Requires: libksba >= 1.3.4
|
||||||
Requires: pinentry
|
Requires: pinentry
|
||||||
# FIXME: use proper Requires(pre/post/preun/...)
|
Requires(post): %{install_info_prereq}
|
||||||
PreReq: %{install_info_prereq}
|
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
Obsoletes: dirmngr < 2.1.0
|
Obsoletes: dirmngr < 2.1.0
|
||||||
Provides: dirmngr = %{version}
|
Provides: dirmngr = %{version}
|
||||||
@ -131,14 +130,12 @@ install -m 755 tools/gpg-zip %{buildroot}/%{_bindir}
|
|||||||
# install -m 755 tools/gpgsplit %{buildroot}/%{_bindir}
|
# install -m 755 tools/gpgsplit %{buildroot}/%{_bindir}
|
||||||
|
|
||||||
%find_lang gnupg2
|
%find_lang gnupg2
|
||||||
%if 0%{?suse_version} > 1020
|
%fdupes -s %{buildroot}
|
||||||
%fdupes %{buildroot}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# %if ! 0%{?qemu_user_space_build}
|
%if ! 0%{?qemu_user_space_build}
|
||||||
# make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
# %endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/gnupg.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/gnupg.info.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user