glibc: add obsoletes symbol for language
This commit is contained in:
parent
3c86b6c217
commit
ee18190446
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user