Upgrade to 0.16.16 44/274344/1 accepted/tizen/devbase/tools/20220427.064154 accepted/tizen/devbase/tools/20220506.130456 submit/trunk/20220427.104859 submit/trunk/20220427.112059 submit/trunk/20220505.175059
authorbiao716.wang <biao716.wang@samsung.com>
Wed, 27 Apr 2022 01:24:52 +0000 (10:24 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Wed, 27 Apr 2022 01:24:52 +0000 (10:24 +0900)
Change-Id: Ia0410d9e4227964168daae8c93fb8fc6ef299359
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
debian/changelog
debian/control
packaging/depanneur.changes
packaging/depanneur.spec

index 23c91e923bee8a4266c06ef0ecc7374501e03a3f..990f6853e1dc1449a64ef8f0e1b158bba9f3f105 100644 (file)
@@ -1,3 +1,9 @@
+depanneur (0.16.16) unstable; urgency=high
+
+  * Fix umount abnormal issue on Ubuntu 20.04.
+
+ -- Wang Biao <biao716.wang@samsung.com>  Wed, 27 Apr 2022 10:00:00 +0800
+
 depanneur (0.16.15) unstable; urgency=high
 
   * revert the change:Use the defalut uid:gid in /usr/bin/build, or it will
index 0bfdd07815b11c3f6601506209bf80e21a0c819f..aae01718c88a527fd94672632da25876850b65b2 100644 (file)
@@ -9,7 +9,7 @@ Homepage: http://www.tizen.org
 Package: depanneur
 Architecture: all
 Depends: ${perl:Depends},
- build (>= 20160629-tizen20210823),
+ build (>= 20160629-tizen20220421),
  libyaml-perl,
  createrepo-c,
  libjson-perl,
index d3fae12d96b75aedc1020a783f2a154d08e1142e..ad9c7e5c222eb384cb4c5252b0577afb6c805cb4 100644 (file)
@@ -1,3 +1,6 @@
+* Wed Apr 27 2022 Wang Biao <biao716.wang@samsung.com> 0.16.15
+- Fix umount abnormal issue on Ubuntu 20.04.
+
 * Wed Jan 05 2022 Wang Biao <biao716.wang@samsung.com> 0.16.15
 - Revert the change: Use the defalut uid:gid in /usr/bin/build.
 
index 4f5244ff032156880bd95bc02758dff94cfa01f4..c03c79ff0d271e776fd9228c32cb03e4478cc5f5 100644 (file)
@@ -1,6 +1,6 @@
 Name:           depanneur
 Summary:        Manages and executes the builds using the obs-build script.
-Version:        0.16.15
+Version:        0.16.16
 Release:        1
 License:        GPL-2.0+
 Group:          Development/Tools
@@ -11,16 +11,16 @@ Requires:       perl(YAML)
 Requires:       perl(JSON)
 Requires:       perl(HTML::Template)
 Requires:       perl(Config::Tiny)
-Requires:       tizen-build >= 20210823
+Requires:       tizen-build >= 20220421
 Requires:       libparallel-forkmanager-perl
 Requires:       perl(BSSolv)
 %if 0%{?centos_ver} == 7 || 0%{?suse_version} == 1315
 
 %else
-Requires:       tizen-build-initvm-i586 >= 20210823
+Requires:       tizen-build-initvm-i586 >= 20220421
 %endif
 %ifarch         x86_64
-Requires:       tizen-build-initvm-x86_64 >= 20210823
+Requires:       tizen-build-initvm-x86_64 >= 20220421
 %endif
 
 %if 0%{?suse_version}