-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatterns-wsl.changes
More file actions
117 lines (86 loc) · 4.75 KB
/
patterns-wsl.changes
File metadata and controls
117 lines (86 loc) · 4.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
-------------------------------------------------------------------
Wed Mar 27 15:17:12 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Update to version 20240327
* Adjusting %{_tmpfilesdir}/wslg.conf to be provided by a new package
named patterns-wsl-tmpfiles which is required by patterns-wsl-systemd
- WSL uses '/etc/zypp/zypp.conf:solver.onlyRequires = true' by default
-------------------------------------------------------------------
Fri Mar 22 17:19:23 UTC 2024 - Scott Bradnick <scott.bradnick@suse.com>
- Update to version 20240322
* Adding scriptlet code to create %{_tmpfilesdir}/wslg.conf iff
it doesn't exist
- This should take care of missing /tmp/.X11-unix symlink after
the wsl_systemd pattern is installed, so it works 'out-of-the-box'
-------------------------------------------------------------------
Thu Nov 16 10:35:43 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Replace systemd BuildRequires with pkgconfig(systemd): Allow OBS
to shortcut through systemd-mini.
-------------------------------------------------------------------
Wed Dec 21 03:04:19 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Adjusting how $PREEXISTING_COMMANDS is fed into the while loop for
wsl_systemd
-------------------------------------------------------------------
Wed Dec 21 01:33:32 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Update to version 20221221
* Improved tests for [boot] section when 'command=.*$' is present so
as to not clobber existing commands for wsl_base & wsl_gui
* wsl_systemd should clear ping_group_range if present and retain any
existing commands
-------------------------------------------------------------------
Tue Dec 20 03:27:52 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Update to version 20221220
* Reworked to avoid build race condition where it seemed like there was
an issue during 50-check-installtest and what happens with
"testing for pre/postinstall scripts that are not idempotent"
* Adding true %post section
-------------------------------------------------------------------
Mon Dec 19 21:16:06 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Adding [wsl_base,gui,systemd] tags for echo output
- Changing %post to %pre as there seems to be a problem when
50-check-installtest runs as %post
-------------------------------------------------------------------
Mon Dec 19 17:11:42 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Update to version 20221219
* Adjusting wsl_systemd %post to remove ping_group_range from wsl.conf
when systemd is being enabled.
-------------------------------------------------------------------
Fri Dec 16 22:33:58 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Update to version 20221216
* Undoing LoadCredential changes since it's NOT what was breaking WSLg
integration
* Adjusing %post code for edits to %{_sysconfdir}/wsl.conf for:
* wsl_base
* wsl_gui
* wsl_systemd
-------------------------------------------------------------------
Tue Dec 6 21:27:06 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Update to version 20221206
* Updating wsl_systemd to comment out 'LoadCredential=*' for 5 systemd
units:
* systemd-tmpfiles-setup.service
* systemd-tmpfiles-setup-dev.service
* systemd-sysctl.service
* systemd-tmpfiles-clean.service
* systemd-sysusers.service
-------------------------------------------------------------------
Thu Oct 20 23:56:49 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Moving 'xeyes' from a "Requires" to "Recommends" for wsl_gui pattern
-------------------------------------------------------------------
Thu Sep 29 15:39:56 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Adding a patterns-wsl-systemd <-> wsl_systemd pattern to setup 2 things:
* /sbin/init -> /usr/lib/systemd/systemd symlink (if it doesn't exist)
* backup an existing /etc/wsl.conf ; drop in new /etc/wsl.conf with
boot.systemd=true entry.
-------------------------------------------------------------------
Tue Feb 22 19:18:54 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Adding lato-fonts as 'Requires' package for wsl_gui.
-------------------------------------------------------------------
Sat Jan 15 00:44:58 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Removing 'patterns-wsl-rpmlintrc' since it was just a commented entry
and seems to be causing bot issues in IBS.
-------------------------------------------------------------------
Fri Jan 14 23:55:20 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Adding missing 'patterns-wsl-rpmlintrc' as Source to specfile.
-------------------------------------------------------------------
Wed Jan 12 20:33:08 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Initial version.