SHA256
1
0
forked from pool/systemd

Accepting request 748032 from Base:System

OBS-URL: https://build.opensuse.org/request/show/748032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=301
This commit is contained in:
Dominique Leuenberger 2019-11-18 18:57:26 +00:00 committed by Git OBS Bridge
parent 7bd4c08065
commit dc12e8b6a3
7 changed files with 60 additions and 9 deletions

View File

@ -4,6 +4,7 @@ arabic ara,us pc105 - terminate:ctrl_al
cn-latin1 ca pc105 multix terminate:ctrl_alt_bksp cn-latin1 ca pc105 multix terminate:ctrl_alt_bksp
cz-lat2-us cz,us pc105 qwerty,basic terminate:ctrl_alt_bksp,grp:shift_toggle cz-lat2-us cz,us pc105 qwerty,basic terminate:ctrl_alt_bksp,grp:shift_toggle
es-cp850 es pc105 - terminate:ctrl_alt_bksp es-cp850 es pc105 - terminate:ctrl_alt_bksp
ir ir pc105 - terminate:ctrl_alt_bksp
korean kr pc105 - terminate:ctrl_alt_bksp korean kr pc105 - terminate:ctrl_alt_bksp
lt.std lt pc105 std terminate:ctrl_alt_bksp lt.std lt pc105 std terminate:ctrl_alt_bksp
no-latin1 no pc105 - terminate:ctrl_alt_bksp no-latin1 no pc105 - terminate:ctrl_alt_bksp

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Nov 12 14:15:03 UTC 2019 - Franck Bui <fbui@suse.com>
- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424
9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081)
c848bec110 libblkid: open device in nonblock mode. (bsc#1084671)
b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029)
bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS
eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS
4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error()
2e297f0d87 shared/install: fix error codes returned by install_context_apply()
dd29d70d32 man: alias names can't be used with enable command
-------------------------------------------------------------------
Tue Nov 5 10:56:54 UTC 2019 - Franck Bui <fbui@suse.com>
- Fix %{_libexecdir} misuses of /usr/lib
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 31 07:38:55 UTC 2019 - Franck Bui <fbui@suse.com> Thu Oct 31 07:38:55 UTC 2019 - Franck Bui <fbui@suse.com>
@ -139,6 +158,12 @@ Mon Sep 23 11:45:18 UTC 2019 - Franck Bui <fbui@suse.com>
- Some files related to the portable stuff were missing some %exclude - Some files related to the portable stuff were missing some %exclude
-------------------------------------------------------------------
Thu Sep 19 08:49:59 UTC 2019 - Martin Vidner <mvidner@suse.com>
- Allow YaST to select Iranian (Persian, Farsi) keyboard layout
(bsc#1092920)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:59:16 UTC 2019 - Ludwig Nussel <lnussel@suse.de> Wed Sep 18 14:59:16 UTC 2019 - Ludwig Nussel <lnussel@suse.de>

View File

@ -26,7 +26,7 @@
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! ##### ##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
%define mini -mini %define mini -mini
%define min_kernel_version 4.5 %define min_kernel_version 4.5
%define suse_version +suse.126.gb7467b7b55 %define suse_version +suse.135.g0b715187a8
%bcond_with gnuefi %bcond_with gnuefi
%if 0%{?bootstrap} %if 0%{?bootstrap}
@ -1132,7 +1132,7 @@ fi
%endif %endif
%dir %{_sysconfdir}/modules-load.d %dir %{_sysconfdir}/modules-load.d
%{_libexecdir}/modules-load.d %{_prefix}/lib/modules-load.d
%{_sysusersdir}/ %{_sysusersdir}/
%dir %{_sysconfdir}/tmpfiles.d %dir %{_sysconfdir}/tmpfiles.d
@ -1143,7 +1143,7 @@ fi
%exclude %{_sysusersdir}/systemd-remote.conf %exclude %{_sysusersdir}/systemd-remote.conf
%endif %endif
%{_libexecdir}/environment.d/ %{_prefix}/lib/environment.d/
%dir %{_binfmtdir} %dir %{_binfmtdir}
%dir %{_sysconfdir}/binfmt.d %dir %{_sysconfdir}/binfmt.d

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90e94b87ba38b29d80fa47c14858e6047f32d197847fbac705caabe38a56467d
size 5617640

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ee8ed4694914a70e8831b9f5b88f23167e2fc87ca8893d991495de13f19ba74
size 5618704

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Nov 12 14:15:03 UTC 2019 - Franck Bui <fbui@suse.com>
- Import commit 0b715187a87907e18edf98eab9d0a50fced4a424
9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081)
c848bec110 libblkid: open device in nonblock mode. (bsc#1084671)
b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029)
bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS
eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS
4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error()
2e297f0d87 shared/install: fix error codes returned by install_context_apply()
dd29d70d32 man: alias names can't be used with enable command
-------------------------------------------------------------------
Tue Nov 5 10:56:54 UTC 2019 - Franck Bui <fbui@suse.com>
- Fix %{_libexecdir} misuses of /usr/lib
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 31 07:38:55 UTC 2019 - Franck Bui <fbui@suse.com> Thu Oct 31 07:38:55 UTC 2019 - Franck Bui <fbui@suse.com>
@ -139,6 +158,12 @@ Mon Sep 23 11:45:18 UTC 2019 - Franck Bui <fbui@suse.com>
- Some files related to the portable stuff were missing some %exclude - Some files related to the portable stuff were missing some %exclude
-------------------------------------------------------------------
Thu Sep 19 08:49:59 UTC 2019 - Martin Vidner <mvidner@suse.com>
- Allow YaST to select Iranian (Persian, Farsi) keyboard layout
(bsc#1092920)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 18 14:59:16 UTC 2019 - Ludwig Nussel <lnussel@suse.de> Wed Sep 18 14:59:16 UTC 2019 - Ludwig Nussel <lnussel@suse.de>

View File

@ -24,7 +24,7 @@
%define bootstrap 0 %define bootstrap 0
%define mini %nil %define mini %nil
%define min_kernel_version 4.5 %define min_kernel_version 4.5
%define suse_version +suse.126.gb7467b7b55 %define suse_version +suse.135.g0b715187a8
%bcond_with gnuefi %bcond_with gnuefi
%if 0%{?bootstrap} %if 0%{?bootstrap}
@ -1130,7 +1130,7 @@ fi
%endif %endif
%dir %{_sysconfdir}/modules-load.d %dir %{_sysconfdir}/modules-load.d
%{_libexecdir}/modules-load.d %{_prefix}/lib/modules-load.d
%{_sysusersdir}/ %{_sysusersdir}/
%dir %{_sysconfdir}/tmpfiles.d %dir %{_sysconfdir}/tmpfiles.d
@ -1141,7 +1141,7 @@ fi
%exclude %{_sysusersdir}/systemd-remote.conf %exclude %{_sysusersdir}/systemd-remote.conf
%endif %endif
%{_libexecdir}/environment.d/ %{_prefix}/lib/environment.d/
%dir %{_binfmtdir} %dir %{_binfmtdir}
%dir %{_sysconfdir}/binfmt.d %dir %{_sysconfdir}/binfmt.d