Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2013-12-09 07:05:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ldb (Old)
 and      /work/SRC/openSUSE:Factory/.ldb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ldb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ldb/ldb.changes  2013-08-30 11:41:51.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes     2013-12-09 
07:05:46.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Dec  6 11:56:46 UTC 2013 - lmue...@suse.com
+
+- Verify source tar ball gpg signature.
+
+-------------------------------------------------------------------

New:
----
  ldb-1.1.16.tar.asc
  samba-library-distribution-pubkey_13084025.asc

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

Other differences:
------------------
++++++ ldb.spec ++++++
--- /var/tmp/diff_new_pack.89dhAs/_old  2013-12-09 07:05:47.000000000 +0100
+++ /var/tmp/diff_new_pack.89dhAs/_new  2013-12-09 07:05:47.000000000 +0100
@@ -23,6 +23,9 @@
 %define tevent_version 0.9.17
 
 Name:           ldb
+%if 0%{?suse_version} > 1220
+BuildRequires:  gpg-offline
+%endif
 #!BuildIgnore: libtalloc
 BuildRequires:  libtalloc-devel >= %{talloc_version}
 BuildRequires:  libtdb-devel >= %{tdb_version}
@@ -44,6 +47,8 @@
 License:        GPL-3.0+
 Group:          System/Libraries
 Source:         http://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
+Source1:        http://download.samba.org/pub/ldb/ldb-%{version}.tar.asc
+Source2:        samba-library-distribution-pubkey_13084025.asc
 Source4:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -108,6 +113,11 @@
 
 
 %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 ldb-%{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