!1 language包增加Obsoletes symbol

Merge pull request !1 from wswsamao/wsamao
This commit is contained in:
openeuler-ci-bot 2020-01-07 16:37:06 +08:00 committed by Gitee
commit 3ab4bc9086

View File

@ -59,7 +59,7 @@
############################################################################## ##############################################################################
Name: glibc Name: glibc
Version: 2.28 Version: 2.28
Release: 29 Release: 30
Summary: The GNU libc libraries Summary: The GNU libc libraries
License: %{all_license} License: %{all_license}
URL: http://www.gnu.org/software/glibc/ URL: http://www.gnu.org/software/glibc/
@ -162,6 +162,7 @@ lang_provides = {}
for line in io.lines(rpm.expand("%{SOURCE7}")) do for line in io.lines(rpm.expand("%{SOURCE7}")) do
print(rpm.expand([[ print(rpm.expand([[
Provides:]]..line..[[ = %{version}-%{release} Provides:]]..line..[[ = %{version}-%{release}
Obsoletes:]]..line..[[
]])) ]]))
end end
} }
@ -918,6 +919,9 @@ fi
%changelog %changelog
* Mon Jan 6 2020 Wang Shuo <wangshuo47@huawei.com> - 2.28-30
- add obsoletes symbol for language
* Fri Dec 20 2019 liqingqing <liqingqing3@huawei.com> - 2.28-29 * Fri Dec 20 2019 liqingqing <liqingqing3@huawei.com> - 2.28-29
- remove country selection from tzselect - remove country selection from tzselect
- fix some bugs https://sourceware.org/git/?p=glibc.git;a=commit;h=1df872fd74f730bcae3df201a229195445d2e18a - fix some bugs https://sourceware.org/git/?p=glibc.git;a=commit;h=1df872fd74f730bcae3df201a229195445d2e18a