Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2014-05-02 19:22:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and      /work/SRC/openSUSE:Factory/.talloc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "talloc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/talloc/talloc.changes    2013-12-09 
07:19:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes       2014-05-02 
19:22:04.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 23 16:42:59 UTC 2014 - dmuel...@suse.com
+
+- Remove dependency on gpg-offline to reduce rebuild times; signature checking
+  is implemented already in the source validator.
+
+-------------------------------------------------------------------

Old:
----
  samba-library-distribution-pubkey_13084025.asc
  talloc-2.1.0.tar.gz

New:
----
  talloc-2.1.0.tar
  talloc.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ talloc.spec ++++++
--- /var/tmp/diff_new_pack.oaVTit/_old  2014-05-02 19:22:05.000000000 +0200
+++ /var/tmp/diff_new_pack.oaVTit/_new  2014-05-02 19:22:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,6 @@
 BuildRequires:  autoconf
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
-%if 0%{?suse_version} > 1220
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  libxslt
 %if 0%{?suse_version} > 1020
 BuildRequires:  pkg-config
@@ -47,10 +44,16 @@
 Summary:        Samba talloc Library
 License:        LGPL-3.0+
 Group:          System/Libraries
-Source:         http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
+# Unfortunately upstream is mindboggingly stupid here by gpg signing the
+# uncompressed tarball, but not publishing the uncompressed tarball but
+# only a compressed one. so we need to unpack it manually so that
+# gpg verification works, but then we can't have download verification
+
+# http://download.samba.org/pub/talloc/talloc-%{version}.tar
+Source:         talloc-%{version}.tar
 Source1:        http://download.samba.org/pub/talloc/talloc-%{version}.tar.asc
-Source2:        samba-library-distribution-pubkey_13084025.asc
 Source4:        baselibs.conf
+Source50:       %name.keyring
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -109,11 +112,6 @@
 
 
 %prep
-%if 0%{?suse_version} > 1220
-gzip -dc %{SOURCE0} >${RPM_SOURCE_DIR}/%{name}-%{version}.tar
-%{?gpg_verify: %gpg_verify --keyring %{SOURCE2} %{SOURCE1}}
-rm ${RPM_SOURCE_DIR}/%{name}-%{version}.tar
-%endif
 %setup -n talloc-%{version} -q
 
 %build


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to