summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--packaging/build.changes6
-rw-r--r--packaging/build.spec6
3 files changed, 17 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 65e1a85..4e6ee8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+build (20160629-tizen20180831) unstable; urgency=high
+
+ * update tizen version to tizen20180831
+ * Fix build error on x86_64 with expand error
+
+ -- Ren Jingui <jingui.ren@samsung.com> Fri, 31 Aug 2018 09:30:00 +0800
+
build (20160629-tizen20180803) unstable; urgency=high
* update tizen version to tizen20180803
diff --git a/packaging/build.changes b/packaging/build.changes
index cf63c8e..94acc21 100644
--- a/packaging/build.changes
+++ b/packaging/build.changes
@@ -1,4 +1,10 @@
--------------------------------------------------------------------
+Fri Aug 31 09:30:00 CST 2018 - jingui.ren@samsung.com
+
+- Update tizen version to tizen20180831
+- Fix build error on x86_64 with expand error
+
+--------------------------------------------------------------------
Fri Aug 3 09:30:00 CST 2018 - jingui.ren@samsung.com
- update tizen version to tizen20180323
diff --git a/packaging/build.spec b/packaging/build.spec
index cb0c658..c3c1049 100644
--- a/packaging/build.spec
+++ b/packaging/build.spec
@@ -72,7 +72,7 @@ Requires: build-mkbaselibs
%if 0%{?suse_version} > 1120 || 0%{?mdkversion}
Recommends: build-mkdrpms
%endif
-Provides: tizen-build = 20180803
+Provides: tizen-build = 20180831
%description
This package provides a script for building RPMs for SUSE Linux in a
chroot environment.
@@ -116,7 +116,7 @@ Group: Development/Tools/Building
Requires: build
BuildRequires: gcc
BuildRequires: glibc-devel
-Provides: tizen-build-initvm-%{initvm_arch} = 20180803
+Provides: tizen-build-initvm-%{initvm_arch} = 20180831
Obsoletes: build-initvm
%if 0%{?suse_version}
BuildRequires: glibc-devel-static
@@ -194,6 +194,8 @@ test -e default.conf
/usr/lib/build/initvm.*
%changelog
+* Fri Aug 31 2018 jingui.ren@samsung.com
+- update tizen version to tizen20180831
* Fri Aug 3 2018 jingui.ren@samsung.com
- update tizen version to tizen20180803
* Fri Mar 23 2018 jingui.ren@samsung.com