!14 [sync] PR-13: fix strip problem

From: @openeuler-sync-bot 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-12-06 09:41:16 +00:00 committed by Gitee
commit fcf719f7e4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,8 +1,6 @@
%define debug_package %{nil}
Name: sassc
Version: 3.5.0
Release: 4
Release: 5
Summary: Libsass command line driver
License: MIT
URL: https://github.com/sass/sassc
@ -44,6 +42,9 @@ rm -rf docs/**/*windows*
%{_bindir}/%{name}
%changelog
* Tue Dec 06 2022 yaoxin <yaoxin30@h-partners.com> - 3.5.0-5
- Fix not striped problem
* Wed Sep 08 2021 sunguoshuai <sunguoshuai@huawei.com> - 3.5.0-4
- Fix binary /usr/bin/sassc not striped problem.