forked from pool/systemd
Accepting request 1194742 from Base:System
- Import commit bef0958f4db1b774c23505e93537ffe16f1b3894 (merge of v256.5)
For a complete list of changes, visit:
5bba1ebe17...bef0958f4d
- Make the 32bit version of libudev.so available again (bsc#1228223)
The symlink for building 32bit applications was mistakenly dropped when the
content of libudev-devel was merged into systemd-devel.
Provide the 32bit flavor of systemd-devel again, which should restore the plug
and play support in Wine for 32bit windows applications.
OBS-URL: https://build.opensuse.org/request/show/1194742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=430
This commit is contained in:
commit
ae7315ccf2
@ -8,3 +8,4 @@ systemd
|
|||||||
-/usr/lib/cryptsetup
|
-/usr/lib/cryptsetup
|
||||||
libsystemd0
|
libsystemd0
|
||||||
libudev1
|
libudev1
|
||||||
|
systemd-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:72df6e07b7a1d1e706b752c5d9396f7a6c829140b90fa1f82481146bca5a2de8
|
|
||||||
size 11233100
|
|
3
systemd-v256.5+suse.7.gbef0958f4d.tar.xz
Normal file
3
systemd-v256.5+suse.7.gbef0958f4d.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9918938a00543b868d243937852b6997b8f7b695df0116c59525db97c1ea7653
|
||||||
|
size 11235560
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 15:00:19 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit bef0958f4db1b774c23505e93537ffe16f1b3894 (merge of v256.5)
|
||||||
|
|
||||||
|
For a complete list of changes, visit:
|
||||||
|
https://github.com/openSUSE/systemd/compare/5bba1ebe17564b606cc5d1c07b14123c305019a7...bef0958f4db1b774c23505e93537ffe16f1b3894
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 13:58:08 UTC 2024 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Make the 32bit version of libudev.so available again (bsc#1228223)
|
||||||
|
|
||||||
|
The symlink for building 32bit applications was mistakenly dropped when the
|
||||||
|
content of libudev-devel was merged into systemd-devel.
|
||||||
|
|
||||||
|
Provide the 32bit flavor of systemd-devel again, which should restore the plug
|
||||||
|
and play support in Wine for 32bit windows applications.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 2 10:29:26 UTC 2024 - Antonio Feijoo <antonio.feijoo@suse.com>
|
Fri Aug 2 10:29:26 UTC 2024 - Antonio Feijoo <antonio.feijoo@suse.com>
|
||||||
|
|
||||||
|
@ -26,9 +26,9 @@
|
|||||||
%define systemd_release %{?release_override}%{!?release_override:0}
|
%define systemd_release %{?release_override}%{!?release_override:0}
|
||||||
%define archive_version %{nil}
|
%define archive_version %{nil}
|
||||||
%else
|
%else
|
||||||
%define systemd_version 256.4
|
%define systemd_version 256.5
|
||||||
%define systemd_release 0
|
%define systemd_release 0
|
||||||
%define archive_version +suse.6.g5bba1ebe17
|
%define archive_version +suse.7.gbef0958f4d
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define systemd_major %{sub %systemd_version 1 3}
|
%define systemd_major %{sub %systemd_version 1 3}
|
||||||
|
Loading…
Reference in New Issue
Block a user