From ae6ead33a9019d4b4cdd00de91e1ccba5bdcb95a Mon Sep 17 00:00:00 2001 From: shirely Date: Sat, 11 Jun 2022 14:25:57 +0800 Subject: [PATCH] remove libx86emu.so.1* (cherry picked from commit 62ecbec2ec2ce9c6d9bd60575c14148f8f1e5c61) --- libx86emu.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libx86emu.spec b/libx86emu.spec index ecd2c6a..6fc72e2 100644 --- a/libx86emu.spec +++ b/libx86emu.spec @@ -8,13 +8,12 @@ Name: libx86emu Version: 3.1 -Release: 1 +Release: 2 Summary: x86 emulation library License: BSD URL: https://github.com/wfeldt/libx86emu Source0: https://github.com/wfeldt/libx86emu/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc -BuildRequires: libx86emu %description libx86emu is a small library to emulate x86 instructions. @@ -38,7 +37,6 @@ The %{name}-devel package contains development files for %{name}. %install %make_install %{make_flags} -cp %{_libdir}/libx86emu.so.1* %{buildroot}%{_libdir}/ %files %defattr(-,root,root) @@ -52,6 +50,9 @@ cp %{_libdir}/libx86emu.so.1* %{buildroot}%{_libdir}/ %{_libdir}/libx86emu.so %changelog +* Sat Jun 11 2022 hanhui 3.1-2 +- DESC:remove libx86emu.so.1* + * Wed Aug 19 2020 zhanzhimin - 3.1-1 - Type:enhancement - ID:NA