| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: yast2-core | Distribution: SUSE Linux Enterprise 15 |
| Version: 4.6.0 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.1.7 | Build date: Thu May 9 10:55:53 2024 |
| Group: System/YaST | Build host: h01-ch3d |
| Size: 3254797 | Source RPM: yast2-core-4.6.0-150600.1.7.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/yast/yast-core | |
| Summary: YaST2 - Core Libraries | |
This package contains the scanner, parser, and interpreter runtime library for the YCP scripting language used in YaST2.
GPL-2.0-or-later
* Fri Mar 03 2023 lslezak@suse.cz
- Bump version to 4.6.0 (bsc#1208913)
* Thu Sep 08 2022 mchf@suse.cz
- bsc#1203227
- replaced obsolete fgrep by grep -F
- 4.5.4
* Tue Aug 30 2022 mvidner@suse.com
- Fix a test that would fail in the year 2038
(gh#yast/yast-core#160)
- 4.5.3
* Mon Jul 04 2022 mliska@suse.cz
- Fix building with GCC 13 and GCC 12.x (gh#yast/yast-core#156)
- 4.5.2
* Wed May 04 2022 mvidner@suse.com
- Add missing library dependencies (bsc#1197120)
- 4.5.1
* Wed Apr 06 2022 lslezak@suse.cz
- Bump version to 4.5.0 (bsc#1198109)
* Thu Jan 27 2022 dmueller@suse.com
- require glibc-locale for testsuite in cs_CS locale (bsc#1195390)
- 4.4.1
* Tue Apr 20 2021 lslezak@suse.cz
- 4.4.0 (bsc#1185510)
* Thu Sep 24 2020 jreidinger@suse.com
- Drop encryption builtins as they needed adjustment and
they are reimplemented in yast2-ruby-bindings anyway (bsc#1176924)
(crypt cryptmd5 cryptblowfish cryptsha256 cryptsha512)
- 4.3.3
* Fri Sep 18 2020 mvidner@suse.com
- Avoid 'Construct not supported' on UnmountAgent (bsc#1176594)
- 4.3.2
* Fri Jun 19 2020 mvidner@suse.com
- Save memory by SCR.UnmountAgent telling other-process agents
to terminate (bsc#1172139)
- 4.3.1
* Tue May 12 2020 jreidinger@suse.com
- Fixed building with new bison 3.6 (bsc#1171505)
- 4.3.0
* Fri Nov 02 2018 lslezak@suse.cz
- Fixed Clang warnings (unused variables)
* Tue Oct 16 2018 schubi@suse.de
- Added license file to spec.
* Wed Oct 03 2018 lslezak@suse.cz
- Use an exclusive lock when rotating the YaST logs to avoid race
conditions when several YaST processes run in paralell
(related to bsc#1094875)
- 4.1.0
* Fri Sep 28 2018 schubi@suse.de
- Reduced risk of race condition between getenv and setenv while
logging (bsc#1103076)
- 4.0.4
* Wed Aug 22 2018 schubi@suse.de
- Switched license in spec file from SPDX2 to SPDX3 format.
* Thu Jul 19 2018 aschnell@suse.com
- fixed detection of aarch64 during update by recognizing aarch64
in elf-arch (bsc#1099325)
- recognise RISC-V in elf-arch
- 4.0.3
* Tue Feb 06 2018 mvidner@suse.com
- glibc-2.27 compatibility: Removed an overly specific test case
for certain localized numbers (bsc#1079630)
- 4.0.2
* Tue Nov 28 2017 jreidinger@suse.com
- add jemalloc dependency for y2base which is used only in old
testsuite and that workarounds problem with dynamic dlopening
of jemalloc in ruby (bsc#1068883)
- 4.0.1
* Tue Oct 10 2017 mvidner@suse.com
- Fixed newly uncovered warnings: Wterminate, Wint-in-bool-context,
sys/sysmacros (bsc#982942, bsc#434048).
- 4.0.0
* Wed Jan 04 2017 jreidinger@suse.com
- Dropped the YCP debugger in yast2-core-debugger not to confuse
people who want to use the Byebug based Ruby debugger
(bsc#1018038)
- 3.2.2
* Tue Jan 03 2017 jreidinger@suse.com
- Allow more detailed error specification when loading namespace
to component system failed (bsc#932331)
- 3.2.1
* Mon Nov 07 2016 jreidinger@suse.com
- ag_anyangent: Do not fail the parse when an Optional syntax meets
EOF, e.g. for a fstab without a trailing newline (bsc#429326#c11)
- 3.2.0
* Tue Sep 20 2016 jreidinger@suse.com
- disable doc generation (FATE#320356)
- remove unnecessary build dependency to speed up build
(bsc#999203)
- 3.1.24
* Thu Jun 02 2016 mvidner@suse.com
- Optionally build with Clang instead of GCC (via bcond_with clang)
- Fixed most of Clang warnings (bsc#982942)
- 3.1.23
* Thu Mar 03 2016 gs@suse.de
- Add missing newline to error messages (bsc#969236)
- 3.1.22
* Tue Feb 02 2016 mvidner@suse.com
- Treat C/C++ warnings as errors but only via bcond_with werror.
- 3.1.21
* Tue Feb 02 2016 mvidner@suse.com
- Treat C/C++ warnings as errors.
- 3.1.20
* Tue Jan 19 2016 jreidinger@suse.com
- ag_ini: when multifile list contain glob, evaluate it in correct
root. (bnc#962566)
- 3.1.19
* Tue Oct 06 2015 mvidner@suse.com
- In the signal handler, log the sender PID, and if present,
run /usr/lib/YaST2/bin/signal-postmortem (bsc#935686).
- 3.1.18
* Wed May 13 2015 besser82@fedoraproject.org
- Fix more compilation warnings.
* Mon May 11 2015 mvidner@suse.com
- Fixed compilation warnings.
* Mon Mar 30 2015 jreidinger@suse.com
- Fix YCP symbol comparison with GCC 5 (thanks schubi for
performance measurement and mvidner for review) (boo#914255)
- 3.1.17
* Tue Mar 03 2015 mvidner@suse.com
- Fixed compilation (but not tests) with GCC 5 (boo#914255).
- 3.1.16
* Thu Jan 22 2015 lslezak@suse.cz
- skip empty environment variables when activating the locale
settings, fixes inconsistent locale setting when started
via "kdesu" with unchecked "Remember password" option
(boo#914081)
- 3.1.15
* Tue Nov 25 2014 mvidner@suse.com
- ag_any: respect target root also when the file
does not exist in the original root (boo#903747).
If applied at installation time as a DUD, it fixes
"Internal error... in SaveModulesToLoad" during
an upgrade to oS 13.2.
- 3.1.14
* Fri Oct 24 2014 lslezak@suse.cz
- yast2-core-devel: removed obsolete dependencies (flex, sysfsutils
and hwinfo-devel), "ycp/Scanner.h" include file made private
(not installed anymore)
- 3.1.13
* Mon Oct 20 2014 lslezak@suse.cz
- Travis support: added .travis.yml, portability: added crypt vs
xcrypt detection, fixed order at base/src/Makefile.am
/usr/bin/ycpc /usr/lib/YaST2 /usr/lib/YaST2/bin /usr/lib/YaST2/bin/elf-arch /usr/lib/YaST2/bin/md_autorun /usr/lib/YaST2/bin/startshell /usr/lib/YaST2/bin/tty_wrapper /usr/lib/YaST2/bin/y2base /usr/lib/YaST2/servers_non_y2 /usr/lib/YaST2/servers_non_y2/ag_background /usr/lib/YaST2/servers_non_y2/ag_hostnames /usr/lib/YaST2/servers_non_y2/ag_modinfo /usr/lib/YaST2/servers_non_y2/ag_ping /usr/lib/YaST2/servers_non_y2/ag_yp_makefile /usr/lib/perl5/vendor_perl/5.26.1/YaST /usr/lib/perl5/vendor_perl/5.26.1/YaST/SCRAgent.pm /usr/lib/perl5/vendor_perl/5.26.1/ycp.pm /usr/lib64/YaST2 /usr/lib64/YaST2/plugin /usr/lib64/YaST2/plugin/libpy2ag_anyagent.so.2 /usr/lib64/YaST2/plugin/libpy2ag_anyagent.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_dummy.so.2 /usr/lib64/YaST2/plugin/libpy2ag_dummy.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_ini.so.2 /usr/lib64/YaST2/plugin/libpy2ag_ini.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_modules.so.2 /usr/lib64/YaST2/plugin/libpy2ag_modules.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_process.so.2 /usr/lib64/YaST2/plugin/libpy2ag_process.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_resolver.so.2 /usr/lib64/YaST2/plugin/libpy2ag_resolver.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2ag_system.so.2 /usr/lib64/YaST2/plugin/libpy2ag_system.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2scr.so.2 /usr/lib64/YaST2/plugin/libpy2scr.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2serial.so.2 /usr/lib64/YaST2/plugin/libpy2serial.so.2.0.0 /usr/lib64/YaST2/plugin/libpy2wfm.so.2 /usr/lib64/YaST2/plugin/libpy2wfm.so.2.0.0 /usr/lib64/libscr.so.3 /usr/lib64/libscr.so.3.0.0 /usr/lib64/liby2.so.4 /usr/lib64/liby2.so.4.0.0 /usr/lib64/liby2util.so.5 /usr/lib64/liby2util.so.5.0.0 /usr/lib64/libycp.so.5 /usr/lib64/libycp.so.5.0.0 /usr/lib64/libycpvalues.so.6 /usr/lib64/libycpvalues.so.6.0.0 /usr/share/YaST2 /usr/share/YaST2/scrconf /usr/share/YaST2/scrconf/background.scr /usr/share/YaST2/scrconf/dummy.scr /usr/share/YaST2/scrconf/modinfo.scr /usr/share/YaST2/scrconf/modprobe_blacklist.scr /usr/share/YaST2/scrconf/modules.scr /usr/share/YaST2/scrconf/net_hostnames.scr /usr/share/YaST2/scrconf/ping.scr /usr/share/YaST2/scrconf/process.scr /usr/share/YaST2/scrconf/resolv.scr /usr/share/YaST2/scrconf/target.scr /usr/share/YaST2/scrconf/yp_makefile.scr /usr/share/man/man3/YaST::SCRAgent.3pm.gz /usr/share/man/man3/ycp.3pm.gz /var/log/YaST2
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 15:54:22 2025