From d3148a11e687d9fe98a12ac460f4537623283323 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 21 Oct 2025 15:12:41 +0800 Subject: [PATCH] deprecate libsexy, it was dead upstream --- oemaker.spec | 5 ++++- rpmlist.xml | 2 -- rpmlist_loongarch64.xml | 2 -- rpmlist_riscv64.xml | 2 -- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/oemaker.spec b/oemaker.spec index e38314e..6099611 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: 15 +Release: 16 BuildRoot: %{_tmppath}/%{name} Source: https://gitee.com/openeuler/oemaker/repository/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -237,6 +237,9 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Tue Oct 21 2025 Funda Wang - 3.3.0-16 +- deprecate libsexy, it was dead upstream + * Thu Oct 9 2025 yixiangzhike - 3.3.0-15 - compatible with single-line no-newline configuration diff --git a/rpmlist.xml b/rpmlist.xml index 59133e9..01f352b 100644 --- a/rpmlist.xml +++ b/rpmlist.xml @@ -683,8 +683,6 @@ libsemanage-help libsepol libsepol-help - libsexy - libsexy-help libsigsegv libsmartcols libsolv diff --git a/rpmlist_loongarch64.xml b/rpmlist_loongarch64.xml index 0ea4992..e9b8731 100644 --- a/rpmlist_loongarch64.xml +++ b/rpmlist_loongarch64.xml @@ -746,8 +746,6 @@ libsemanage-help libsepol libsepol-help - libsexy - libsexy-help libsigsegv libsmartcols libsolv diff --git a/rpmlist_riscv64.xml b/rpmlist_riscv64.xml index 1efc094..22662de 100644 --- a/rpmlist_riscv64.xml +++ b/rpmlist_riscv64.xml @@ -682,8 +682,6 @@ libsemanage-help libsepol libsepol-help - libsexy - libsexy-help libsigsegv libsmartcols libsolv -- Gitee