fix the upload error
This commit is contained in:
parent
eccc79a463
commit
6d297a59c0
|
@ -1,3 +1,23 @@
|
|||
kylin-update-notify (1.3.2.1-ok6) yangtze; urgency=medium
|
||||
|
||||
* Fix the upload error.
|
||||
|
||||
-- handsome_feng <jianfengli@ubuntukylin.com> Fri, 09 Jun 2023 15:55:18 +0800
|
||||
|
||||
kylin-update-notify (1.3.2.1-ok5) yangtze; urgency=medium
|
||||
|
||||
*BUG号:#issues/I784B9 【arm】【树莓派】【系统更新】控制面板“有更新应用时通知”是关闭的,会自动弹出“检测到有系统更新”弹窗
|
||||
#issues/I7847A 【arm】【树莓派】【系统更新】点击“检测到有系统更新”弹窗的“立即更新”按钮,无法跳转到控制面板系统更新页面
|
||||
#issues/I76LO5 【wayland】【控制面板】【更新】更新提示弹窗未显示在屏幕右下角
|
||||
#issues/I768RV 【控制面板】【更新】推迟提醒计时器时间错乱,在未到推迟时间又重新出现弹窗
|
||||
#issues/I74KO7 【控制面板】【更新】开启"有更新应用时通知",在通知弹窗中点击"立即更新"无法跳转到控制面板-更新界面
|
||||
|
||||
*需求号:无
|
||||
*其他改动说明:无
|
||||
*影响域: 无
|
||||
|
||||
-- luoxueyi <luoxueyi@kylinos.cn> Fri, 09 Jun 2023 10:13:18 +0800
|
||||
|
||||
kylin-update-notify (1.3.2.1-ok4) yangtze; urgency=medium
|
||||
|
||||
*BUG号:135671 【wayland】【更新升级】设置推迟时间不生效,到推迟的时间后没有再次出现自动更新弹窗
|
||||
|
|
|
@ -26,5 +26,7 @@ Architecture: any
|
|||
Section: universe/admin
|
||||
Priority: optional
|
||||
Depends: ${shlibs:Depends},
|
||||
Breaks:
|
||||
kylin-software-properties ( >= 0.0.1-55 ),
|
||||
kylin-system-updater ( >= 2.0.5.1 )
|
||||
Breaks: kylin-update-tray
|
||||
Description: kylin background upgrade
|
||||
|
|
Binary file not shown.
|
@ -1,2 +1,3 @@
|
|||
0001-patch-from-zhangdongwei.patch
|
||||
0002-index-0.patch
|
||||
0003-fix-the-upload-error.patch
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
systemctl daemon-reload
|
||||
systemctl enable kylin-background-upgrade-manul.timer
|
||||
systemctl --user daemon-reload
|
||||
systemctl --global enable kylin-background-upgrade-silent.timer
|
||||
systemctl --global enable kylin-background-upgrade-manul.timer
|
|
@ -0,0 +1 @@
|
|||
include-binaries
|
Loading…
Reference in New Issue