Hello community, here is the log from the commit of package hello for openSUSE:Factory checked in at 2013-02-20 09:24:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hello (Old) and /work/SRC/openSUSE:Factory/.hello.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hello", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/hello/hello.changes 2012-07-30 09:14:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.hello.new/hello.changes 2013-02-20 09:24:56.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 18 15:32:50 UTC 2013 - [email protected] + +- Added GPG Offline checking. + +------------------------------------------------------------------- New: ---- hello-2.8.tar.gz.sig hello.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hello.spec ++++++ --- /var/tmp/diff_new_pack.zqsvvD/_old 2013-02-20 09:24:57.000000000 +0100 +++ /var/tmp/diff_new_pack.zqsvvD/_new 2013-02-20 09:24:57.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package hello # -# 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 @@ -27,9 +27,14 @@ Release: 0 Url: http://www.gnu.org/software/hello Source0: ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.gz +Source1: ftp://ftp.gnu.org/pub/gnu/hello/hello-%{version}.tar.gz.sig +Source2: %{name}.keyring Patch0: hello-1.3.dif BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: makeinfo +%if 0%{?suse_version} > 1220 +BuildRequires: gpg-offline +%endif PreReq: %install_info_prereq %description @@ -54,6 +59,9 @@ Roland McGrath <[email protected]> %prep +%if 0%{?suse_version} > 1220 +%gpg_verify %{S:1} +%endif # Use defined macro %{hello} %setup -q -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
