diff --git a/sqlite3.changes b/sqlite3.changes index 2e379f9..f90ef0b 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 16 07:43:51 UTC 2017 - astieger@suse.com + +- a little less packaging cleanup so as to not break SLE 11 SP4 + ------------------------------------------------------------------- Fri Jun 16 07:20:20 UTC 2017 - mpluskal@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index 30e03a2..a8f3fa5 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -37,6 +37,7 @@ BuildRequires: readline-devel BuildRequires: unzip Provides: %{oname} = %{version} Obsoletes: %{oname} < %{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description SQLite is a C library that implements an embeddable SQL database @@ -93,7 +94,9 @@ application which supports the Qt database plug-ins. %package doc Summary: Documentation for %{name} Group: Documentation/Other +%if 0%{?suse_version} >= 1130 BuildArch: noarch +%endif %description doc