add debug to fix unsafe compilation options STRIP
This commit is contained in:
parent
4cad2d8099
commit
db24d40e93
@ -1,8 +1,6 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: libkylin-chkname
|
||||
Version: 1.0.10
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: kylin username check
|
||||
License: GPL-2+
|
||||
URL: http://www.ukui.org
|
||||
@ -41,6 +39,7 @@ mkdir -p %{buildroot}/usr/share/locale/zh_CN/LC_MESSAGES/
|
||||
cp %{_builddir}/%{name}-%{version}/reserved-names %{buildroot}/usr/share/kylin-chkname
|
||||
cp %{_builddir}/%{name}-%{version}/po/kylin-chkname.mo %{buildroot}/usr/share/locale/zh_CN/LC_MESSAGES/
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -57,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 01 2023 peijiankang <peijiankang@kylinos.cn> - 1.0.10-3
|
||||
- add debug to fix unsafe compilation options STRIP
|
||||
|
||||
* Wed Jun 22 2022 peijiankang <peijiankang@kylinos.cn> - 1.0.10-2
|
||||
- fix Open reserved-names file failed
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user