diff --git a/libservicelog-1.1.13.tar.bz2 b/libservicelog-1.1.13.tar.bz2 deleted file mode 100644 index 4098b0f..0000000 --- a/libservicelog-1.1.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d0760df056698df1070595811507b9e1dc4819b5bf011e4a658c90c50252cbf -size 299436 diff --git a/libservicelog-1.1.14.tar.gz b/libservicelog-1.1.14.tar.gz new file mode 100644 index 0000000..24ab4ca --- /dev/null +++ b/libservicelog-1.1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c750363efc4279fad14f5b3d344689ea369ab639382a9c7bd47000b5e60287 +size 392906 diff --git a/libservicelog.changes b/libservicelog.changes index 66a4aa1..dc80f59 100644 --- a/libservicelog.changes +++ b/libservicelog.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 17 10:31:57 UTC 2014 - jloeser@suse.com + +- version update to 1.1.14 (FATE#315456) + include servicelog.db and bootstrap.sh file into compression file + list +- Prereq: groupadd for %post + ------------------------------------------------------------------- Tue Dec 10 19:07:21 UTC 2013 - dvaleev@suse.com diff --git a/libservicelog.spec b/libservicelog.spec index 34a46d2..ab4b89c 100644 --- a/libservicelog.spec +++ b/libservicelog.spec @@ -1,7 +1,7 @@ # # spec file for package libservicelog # -# 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 @@ -19,7 +19,7 @@ %define so_version 1 Name: libservicelog -Version: 1.1.13 +Version: 1.1.14 Release: 0 Summary: Servicelog Database and Library License: LGPL-2.0+ @@ -34,9 +34,10 @@ BuildRequires: sqlite3-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://linux-diag.sourceforge.net/servicelog/ ExclusiveArch: ppc ppc64 ppc64le -Source0: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/linux-diag/%{name}-%{version}.tar.gz Source1: baselibs.conf Source2: libservicelog-rpmlintrc +PreReq: %{_sbindir}/groupadd Patch0: libservicelog-pkgconfig.patch Patch1: libservicelog-lib_version.patch Patch2: libservicelog-printf_types.patch @@ -78,8 +79,6 @@ Contains header files for building with libservicelog. %patch2 -p1 %build -#workaround for missing servicelog.db file in upstream tarball -touch servicelog.db autoreconf -fiv %configure --with-pic --disable-static make %{?_smp_mflags}