!13 rollback the previous submission

From: @zppzhangpan 
Reviewed-by: @robertxw 
Signed-off-by: @robertxw
This commit is contained in:
openeuler-ci-bot 2023-12-22 08:14:12 +00:00 committed by Gitee
commit 926e67db3c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: libmbim
Version: 1.24.2
Release: 2
Release: 3
Summary: A glib-based library for talking to WWAN modems and devices
License: LGPLv2+
URL: http://freedesktop.org/software/libmbim
@ -8,7 +8,7 @@ Source: http://freedesktop.org/software/libmbim/%{name}-%{version}.tar.x
BuildRequires: gcc glib2-devel pkgconfig automake autoconf libtool
BuildRequires: python3 pkgconfig(gudev-1.0) >= 147 gtk-doc
BuildRequires: libxslt python-unversioned-command chrpath
BuildRequires: libxslt python-unversioned-command
Provides: %{name}-utils = %{version}-%{release}
Obsoletes: %{name}-utils < %{version}-%{release}
@ -38,9 +38,6 @@ This package contains some header and library files for the development of the %
%make_install
%delete_la
chrpath -d %{buildroot}%{_bindir}/mbimcli
chrpath -d %{buildroot}%{_libexecdir}/mbim-proxy
%check
make check
@ -66,6 +63,12 @@ make check
%{_mandir}/man1/*
%changelog
* Fri Dec 22 2023 zhangpan <zhangpan103@h-partners.com> - 1.24.2-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:rollback the previous submission
* Mon Nov 13 2023 zhangpan <zhangpan103@h-partners.com> - 1.24.2-2
- Type:bugfix
- ID:NA