From 7289b96f85ed4a491dd12e002f6a1db99aef36fa Mon Sep 17 00:00:00 2001 From: lw520203 <1823363429@qq.com> Date: Thu, 6 Mar 2025 11:57:02 +0800 Subject: [PATCH] add thunderbird email tool; remove kmail with dependencys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增时区依赖包 --- devstation_aarch64_rpmlist | 22 +++++----------------- devstation_x86_64_rpmlist | 22 +++++----------------- oemaker.spec | 7 ++++++- 3 files changed, 16 insertions(+), 35 deletions(-) diff --git a/devstation_aarch64_rpmlist b/devstation_aarch64_rpmlist index a87e5bf..13ff4d0 100644 --- a/devstation_aarch64_rpmlist +++ b/devstation_aarch64_rpmlist @@ -159,33 +159,16 @@ linux-firmware-iwlwifi linux-firmware-mediatek oeDevPlugin rust-cbindgen -kmail-account-wizard -akonadi-import-wizard -akonadi-import-wizard-devel -pim-data-exporter -pim-data-exporter-libs -grantlee-editor-libs -grantlee-editor polkit-qt5-1 polkit-qt5-1-devel -python3-kolabformat -java-kolabformat -libkolabxml -php-kolabformat -libkolabxml-devel oedp kernel-extra-modules epkg euler-copilot-shell -kmail -kmail-libs -pim-sieve-editor vscodium oegitext kf5-kcalendarcore-devel kf5-kcalendarcore -kdepim-runtime-libs -kdepim-runtime rust-ripgrep gnome-keyring gnome-keyring-pam @@ -195,3 +178,8 @@ linux-firmware-libertas linux-firmware-mrvl linux-firmware-netronome gnome-shell-extension-dash-to-dock +thunderbird +autogen +ntp +timedatex +chrony diff --git a/devstation_x86_64_rpmlist b/devstation_x86_64_rpmlist index 5befd72..9d88879 100644 --- a/devstation_x86_64_rpmlist +++ b/devstation_x86_64_rpmlist @@ -181,33 +181,16 @@ linux-firmware-iwlwifi linux-firmware-mediatek oeDevPlugin rust-cbindgen -kmail-account-wizard -akonadi-import-wizard -akonadi-import-wizard-devel -pim-data-exporter -pim-data-exporter-libs -grantlee-editor-libs -grantlee-editor polkit-qt5-1 polkit-qt5-1-devel -python3-kolabformat -java-kolabformat -libkolabxml -php-kolabformat -libkolabxml-devel oedp kernel-extra-modules epkg euler-copilot-shell -kmail -kmail-libs -pim-sieve-editor vscodium oegitext kf5-kcalendarcore-devel kf5-kcalendarcore -kdepim-runtime-libs -kdepim-runtime rust-ripgrep gnome-keyring gnome-keyring-pam @@ -217,3 +200,8 @@ linux-firmware-libertas linux-firmware-mrvl linux-firmware-netronome gnome-shell-extension-dash-to-dock +thunderbird +autogen +ntp +timedatex +chrony diff --git a/oemaker.spec b/oemaker.spec index 3ff8578..cd399ea 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -15,7 +15,7 @@ Summary: a building tool for DVD ISO making and ISO cutting License: Mulan PSL v2 Group: System/Management Version: 3.3.0 -Release: 7 +Release: 8 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -224,6 +224,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Wed Mar 12 2025 Liu Wang <1823363429@qq.com> - 3.3.0-8 +- ID:NA +- SUG:NA +- DESC: add thunderbird email tool + * Mon Mar 03 2025 Liu Wang <1823363429@qq.com> - 3.3.0-7 - add 25.03 release dependency -- Gitee