修改完后重新编译
This commit is contained in:
parent
2e3e7faf98
commit
5472804efc
|
@ -4,7 +4,6 @@ SystemUpdater/backend/__init__.py
|
||||||
SystemUpdater/UpdateManager.py
|
SystemUpdater/UpdateManager.py
|
||||||
SystemUpdater/Core/MyCache.py
|
SystemUpdater/Core/MyCache.py
|
||||||
SystemUpdater/Core/UpdateList.py
|
SystemUpdater/Core/UpdateList.py
|
||||||
SystemUpdater/Core/OriginFilter.py
|
|
||||||
SystemUpdater/Core/Database.py
|
SystemUpdater/Core/Database.py
|
||||||
SystemUpdater/UpdateManagerDbus.py
|
SystemUpdater/UpdateManagerDbus.py
|
||||||
SystemUpdater/Core/enums.py
|
SystemUpdater/Core/enums.py
|
||||||
|
|
|
@ -4,7 +4,6 @@ SystemUpdater/backend/__init__.py
|
||||||
SystemUpdater/UpdateManager.py
|
SystemUpdater/UpdateManager.py
|
||||||
SystemUpdater/Core/MyCache.py
|
SystemUpdater/Core/MyCache.py
|
||||||
SystemUpdater/Core/UpdateList.py
|
SystemUpdater/Core/UpdateList.py
|
||||||
SystemUpdater/Core/OriginFilter.py
|
|
||||||
SystemUpdater/Core/Database.py
|
SystemUpdater/Core/Database.py
|
||||||
SystemUpdater/UpdateManagerDbus.py
|
SystemUpdater/UpdateManagerDbus.py
|
||||||
SystemUpdater/Core/utils.py
|
SystemUpdater/Core/utils.py
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
kylin-system-updater (3.0.0.0-ok5) nile; urgency=medium
|
||||||
|
|
||||||
|
* 修改编译包
|
||||||
|
|
||||||
|
-- liushanwen <liushanwen@kylinos.cn> Thu, 14 Dec 2023 17:21:33 +0000
|
||||||
|
|
||||||
kylin-system-updater (3.0.0.0-ok4) nile; urgency=medium
|
kylin-system-updater (3.0.0.0-ok4) nile; urgency=medium
|
||||||
|
|
||||||
* BUG: #204624 【更新】通知内容显示乱码
|
* BUG: #204624 【更新】通知内容显示乱码
|
||||||
|
|
|
@ -44,7 +44,6 @@ Depends: ${python3:Depends},
|
||||||
sqlite3,
|
sqlite3,
|
||||||
kylin-update-frontend
|
kylin-update-frontend
|
||||||
Recommends: python3-launchpadlib
|
Recommends: python3-launchpadlib
|
||||||
Breaks: kylin-system-updater-immutable
|
|
||||||
Conflicts: kylin-system-updater-immutable
|
Conflicts: kylin-system-updater-immutable
|
||||||
Suggests: gir1.2-dbusmenu-glib-0.4,
|
Suggests: gir1.2-dbusmenu-glib-0.4,
|
||||||
gir1.2-unity-5.0
|
gir1.2-unity-5.0
|
||||||
|
@ -69,7 +68,8 @@ Depends: ${python3:Depends},
|
||||||
libostree-1-1,
|
libostree-1-1,
|
||||||
sqlite3
|
sqlite3
|
||||||
Recommends: python3-launchpadlib
|
Recommends: python3-launchpadlib
|
||||||
Breaks: kylin-system-updater
|
Provides:kylin-system-updater
|
||||||
|
Replaces:kylin-system-updater
|
||||||
Conflicts: kylin-system-updater
|
Conflicts: kylin-system-updater
|
||||||
Suggests: gir1.2-dbusmenu-glib-0.4,
|
Suggests: gir1.2-dbusmenu-glib-0.4,
|
||||||
gir1.2-unity-5.0
|
gir1.2-unity-5.0
|
||||||
|
|
Loading…
Reference in New Issue