Hello community, here is the log from the commit of package curl for openSUSE:Factory checked in at 2013-01-12 14:50:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/curl (Old) and /work/SRC/openSUSE:Factory/.curl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "curl", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/curl/curl.changes 2012-12-19 10:51:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes 2013-01-12 14:50:32.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Jan 11 21:34:38 CET 2013 - [email protected] + +- Break build loop and make GPG signature verification optional. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ curl.spec ++++++ --- /var/tmp/diff_new_pack.qxe20L/_old 2013-01-12 14:50:33.000000000 +0100 +++ /var/tmp/diff_new_pack.qxe20L/_new 2013-01-12 14:50:33.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package curl # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,10 @@ Source4: %{name}.keyring Patch: libcurl-ocloexec.patch Patch1: dont-mess-with-rpmoptflags.diff +# Use rpmbuild -D 'VERIFY_SIG 1' to verify signature during build or run one-shot check by "gpg-offline --verify --package=curl curl-*.asc". +%if 0%{?VERIFY_SIG} BuildRequires: gpg-offline +%endif BuildRequires: libidn-devel BuildRequires: libtool BuildRequires: lzma @@ -89,7 +92,9 @@ user interaction or any kind of interactivity. %prep +%if 0%{?VERIFY_SIG} %gpg_verify %{S:2} +%endif %setup -q %patch %patch1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
