Alexander Stefanov
e0b4bcc324
update snapshot and fix steam bug
2024-09-07 19:47:01 +00:00
Alexander Stefanov
c1fdf6c369
fix typo for loongarch64
2024-08-28 08:52:59 +00:00
Alexander Stefanov
dc8e1d08cc
enable i18n and locales
2024-08-27 22:39:59 +00:00
Alexander Stefanov
c4273ff66e
total cleanup, drop crosscompiler sections, fix segfault with no-strict-aliasing on x86_64 arch, improve build speed
2024-08-27 22:38:50 +00:00
Alexander Stefanov
964d4dd29d
enable memory-tagging for aarch64, mark optional lianl.a, for loongarch64 this legacy lib not exist anymore
2024-08-26 21:12:10 +00:00
Alexander Stefanov
0704783219
add loongarch64 support
2024-08-22 21:39:07 +00:00
Alexander Stefanov
ab05366d7b
update snapshot
2024-04-29 11:00:51 +00:00
Alexander Stefanov
027195d0aa
update snapshot
2023-12-26 09:10:26 +00:00
survolog (Andrey Grigorev)
f644fa513c
Fix path to hardlink
2023-12-25 11:42:33 +03:00
Alexander Stefanov
815a44fb5d
bump rel
2023-11-15 20:59:42 +00:00
Alexander Stefanov
31cd8fc1c2
try to fix riscv64
2023-11-15 20:59:03 +00:00
Alexander Stefanov
7b10b400b5
2.37
2023-11-05 22:44:39 +00:00
Mikhail Novosyolov
6c2e44b158
Fix building
...
dl-close.c: In function ‘_dl_close_worker’:
dl-close.c:140:22: error: unused variable ‘nloaded’ [-Werror=unused-variable]
140 | const unsigned int nloaded = ns->_ns_nloaded;
2023-10-05 11:05:34 +03:00
Mikhail Novosyolov
db1db13749
rediff patch to fix fuzzies
2023-10-05 10:41:09 +03:00
Mikhail Novosyolov
b447edebaa
upd to snapshot b4e23 of v2.37
2023-10-04 23:59:48 +03:00
Mikhail Novosyolov
a20da047c2
upd to snapshot 2dfd8 of v2.37
2023-10-02 00:16:39 +03:00
VictorR2007
e00dd22b52
rosa2023.1: /usr merge
2023-09-30 17:51:45 +03:00
Mikhail Novosyolov
4cfa183048
upd to snapshot 58f74 of v2.37
2023-08-06 13:16:19 +03:00
Andrey Bondrov
c91d980341
Disable cs-path patch until usr move
2023-04-06 07:18:46 +10:00
Mikhail Novosyolov
471cfe9678
upd to snapshot 590d0 of v2.37
2023-03-25 16:11:33 +03:00
Alexander Stefanov
4db038d491
fix files on ix86
2023-02-04 12:06:31 +00:00
Alexander Stefanov
8c3415a8e1
2.37
2023-02-03 20:20:35 +00:00
Mikhail Novosyolov
d7833cd4c3
upd to snapshot 93967 of v2.36
2023-01-17 10:08:26 +03:00
Mikhail Novosyolov
bb72b343ca
upd.sh: exit when no updates, fix deleting old snapshot from .abf.yml
2023-01-17 10:06:55 +03:00
Mikhail Novosyolov
2fde7537c1
fix upgrading from rosa2021.1 (locales-extra-charsets has been added as R in basesystem-mandatory in rosa2023.1)
2023-01-12 15:02:30 +03:00
Mikhail Novosyolov
bcda4c1026
Run ldconfig right after files appear, not in the end of transaction
...
It is interesting how it worked without this before... And how it works in Fedora with transaction-only triggers.
Probably libraries in /usr/lib64 are found always, even without runs of ldconfig, but libraries in non-standard directories like /lib64 now, after update to 2.36 and merging /usr, are not.
2023-01-11 12:53:46 +03:00
Mikhail Novosyolov
6fa740818f
remove bicycle from lua code
...
https://rpm-software-management.github.io/rpm/manual/lua
2023-01-11 01:19:12 +03:00
Mikhail Novosyolov
258bf20f6a
ExcludeArch e2k
2023-01-11 00:52:00 +03:00
Mikhail Novosyolov
01a138f006
remove not needed obsoletes (%%rename consists of provides+obsoletes)
2023-01-11 00:50:06 +03:00
Mikhail Novosyolov
44e1b34c47
on locales
2023-01-11 00:37:02 +03:00
Mikhail Novosyolov
9e2a88bc22
fix files on riscv64
2023-01-10 18:01:30 +03:00
Mikhail Novosyolov
07260ed9c4
fix symlink destination on riscv64 after /usr merge
2023-01-10 13:38:01 +03:00
Mikhail Novosyolov
64e9db52ae
do not create symlink which exists inside the package
...
Also, remove a strange hack, try without it
2023-01-10 13:36:57 +03:00
Mikhail Novosyolov
5139146b49
Enable and fix nscd
...
Let's build this package so that those who need it could install it.
nscd.socket does not exist in upstream any more, so do not install it
(I doubt it is useful).
Lua is not needed in scriptlets, use plain shell.
Do not own files from tmpfs /run (%%_rundir), it is useless.
2023-01-10 13:21:38 +03:00
Mikhail Novosyolov
2b457fad7c
clean up old obsoletes/conflicts
...
Note that timezone here is switchedd off by bcond, we have a separate timezone package
2023-01-10 12:28:46 +03:00
Mikhail Novosyolov
86a2588e96
w/a missing provide devel(libnss_files)
2023-01-10 00:02:21 +03:00
Mikhail Novosyolov
3bc4c6394c
Fix i686 build
...
```
DEBUG: strcoll_l.c:184:24: error: 'seq2.save_idx' may be used uninitialized in this function [-Werror=maybe-uninitialized]
DEBUG: 184 | len = weights[idx++];
DEBUG: | ~~~^~
```
2023-01-09 23:24:54 +03:00
Mikhail Novosyolov
f7b2d28a94
Clean up patches, sync with upstream
...
glibc's upstream has git branches where important fixes are backported.
Let's use them instead of applying most of commits as patches.
Automate updates by script upd.sh.
Deleted strange patches without propper description.
glibc is a core component where we should avoid not properly audited and/or tested code.
Removed all Clear Linux patches, removed patches "from Fedora" which do not exist in fc37 and current rawhide.
We do not need to build glibc with clang, drop clang-related patches.
2023-01-09 21:25:55 +03:00
Alexander Stefanov
57fdafec17
2.36
2022-09-20 14:42:45 +00:00
Andrey Grigorev
90dad3a539
Add task-locales
2022-01-31 07:43:39 +00:00
Andrey Grigorev
c5f7e7f39a
Fix unversioned obsoletes
2022-01-17 08:46:21 +00:00
Alexander Stefanov
e5396d970e
go back to 2.33
2021-09-23 20:55:41 +00:00
Aleksandr Proklov
6238397b36
rebuild aarch64 patch
2021-09-17 15:57:18 +09:00
Andrey Grigorev
eaf4f8468b
MassBuild#2340: Increase release tag
2021-08-11 12:00:38 +00:00
Aleksandr Proklov
68273e9176
up release
2021-04-16 09:24:40 +09:00
Aleksandr Proklov
7706dded45
fix CVE-2021-27645
2021-04-16 09:23:51 +09:00
Mikhail Novosyolov
13437af9e4
rm very old Obsoletes (do not pollute metadata with it)
2021-03-04 20:46:09 +03:00
Alexander Stefanov
ab819c53be
enable locales
2021-02-05 09:37:20 +00:00
Alexander Stefanov
f937981d46
zdump in bindir
2021-02-05 07:40:32 +00:00
Alexander Stefanov
b7ee2b50e3
nss gone
2021-02-04 07:30:44 +00:00