Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e6da8953d |
@ -1,3 +1,13 @@
|
|||||||
|
## START: Set by rpmautospec
|
||||||
|
## (rpmautospec version 0.6.5)
|
||||||
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||||||
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||||
|
release_number = 9;
|
||||||
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||||
|
print(release_number + base_release_number - 1);
|
||||||
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||||
|
## END: Set by rpmautospec
|
||||||
|
|
||||||
Name: wsl-setup
|
Name: wsl-setup
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
@ -79,4 +89,52 @@ install -Dpm0644 %{SOURCE5} %{buildroot}%{_unitdir}/systemd-firstboot.service.d/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
## START: Generated by rpmautospec
|
||||||
|
* Mon Jul 07 2025 Troy Dawson <tdawson@redhat.com> - 1.0.1-8
|
||||||
|
- Fix script arguments section
|
||||||
|
|
||||||
|
* Mon Jul 07 2025 Jeremy Cline <jeremycline@linux.microsoft.com> - 1.0.1-7
|
||||||
|
- oobe: don't append the user section to /etc/wsl.conf
|
||||||
|
|
||||||
|
* Tue Jul 01 2025 Jeremy Cline <jeremycline@linux.microsoft.com> - 1.0.1-6
|
||||||
|
- Add Requires for utilities used in the OOBE script
|
||||||
|
|
||||||
|
* Wed Jun 18 2025 Simon de Vlieger <supakeen@redhat.com> - 1.0.1-5
|
||||||
|
- oobe: wait for cloud-init to finish
|
||||||
|
|
||||||
|
* Thu Jun 05 2025 Simon de Vlieger <supakeen@redhat.com> - 1.0.1-4
|
||||||
|
- oobe: message for enabled cloud-init
|
||||||
|
|
||||||
|
* Wed May 28 2025 Simon de Vlieger <supakeen@redhat.com> - 1.0.1-3
|
||||||
|
- oobe: exit early for cloud-init
|
||||||
|
|
||||||
|
* Mon May 19 2025 Troy Dawson <tdawson@redhat.com> - 1.0.1-2
|
||||||
|
- Change /usr/lib/wsl-distribution.conf to a ghost file
|
||||||
|
|
||||||
|
* Mon May 19 2025 Troy Dawson <tdawson@redhat.com> - 1.0.1-1
|
||||||
|
- Make wsl-setup a script
|
||||||
|
|
||||||
|
* Tue Apr 15 2025 Troy Dawson <tdawson@redhat.com> - 1.0.0-8
|
||||||
|
- Dynamically set DefaultName on package install
|
||||||
|
|
||||||
|
* Fri Apr 11 2025 Troy Dawson <tdawson@redhat.com> - 1.0.0-7
|
||||||
|
- Expand variations for default_name
|
||||||
|
|
||||||
|
* Fri Mar 21 2025 Jeremy Cline <jeremycline@linux.microsoft.com> - 1.0.0-6
|
||||||
|
- Add distribution icon to wsl-distribution.conf
|
||||||
|
|
||||||
|
* Sun Feb 23 2025 David Senoner <seda18@rolmail.net> - 1.0.0-5
|
||||||
|
- fix typo
|
||||||
|
|
||||||
|
* Tue Feb 18 2025 Jeremy Cline <jeremycline@linux.microsoft.com> - 1.0.0-4
|
||||||
|
- oobe: Let the user know they're in wheel and have passwordless sudo
|
||||||
|
|
||||||
|
* Fri Jan 31 2025 Jeremy Cline <jeremycline@linux.microsoft.com> - 1.0.0-3
|
||||||
|
- Add tmpfiles configuration for x11, Wayland, and PulseAudio support
|
||||||
|
|
||||||
|
* Tue Jan 28 2025 Jeremy Cline <jeremycline@linux.microsoft.com> - 1.0.0-2
|
||||||
|
- Replace define macro with global
|
||||||
|
|
||||||
|
* Mon Jan 27 2025 Jeremy Cline <jeremycline@linux.microsoft.com> - 1.0.0-1
|
||||||
|
- Initial import (rhbz #2342289)
|
||||||
|
## END: Generated by rpmautospec
|
||||||
Loading…
Reference in New Issue
Block a user