issue-generator/issue-generator.changes

77 lines
2.9 KiB
Text

* Thu May 27 2021 kukuk@suse.com
- Update to version 1.13
- SELinux: Do not call agetty --reload [bsc#1186178]
* Wed Oct 21 2020 kukuk@suse.com
- Update to version 1.12
- Update manual page
- Use python3 instead of python 2.x
* Mon Oct 19 2020 kukuk@suse.com
- Update to version 1.11
- Don't display issue.d/*.issue files, agetty will do that [bsc#1177891]
- Ignore /run/issue.d in issue-generator.path, else issue-generator will
be called too fast too often [bsc#1177865]
- Ignore *.bak, *~ and *.rpm* files [bsc#1118862]
* Tue Oct 6 2020 fvogt@suse.com
- Handle the .path unit in scriptlets as well
* Tue Jul 7 2020 kukuk@suse.com
- Update to version 1.10
- Display wlan interfaces [bsc#1169070]
* Thu Apr 30 2020 kukuk@suse.com
- Update to version 1.9
- Fix path for systemd files
* Wed Feb 12 2020 kukuk@suse.com
- Update to version 1.8
- Handle network interface renames
* Fri Jan 11 2019 kukuk@suse.de
- Update to version 1.7
- automatically generate issue file [bsc#1116825]
* Mon Jun 4 2018 kukuk@suse.de
- Update to version 1.6
- Fix permission of /run/issue [bsc#1095697]
* Fri May 18 2018 kukuk@suse.de
- Update to version 1.5
- don't replace issue file or reload agetty if there were no
changes (found due to [bsc#1085196]).
* Fri Feb 23 2018 kukuk@suse.com
- Use %%license instead of %%doc [bsc#1082318]
* Wed Feb 7 2018 kukuk@suse.de
- Update to version 1.4
- check if agetty is available
- adjust to changed ssh-keygen output
* Wed Dec 13 2017 kukuk@suse.de
- Enable more network devices to be shown on s390x [bsc#1071776]
- Remove systemd require again, systemd-preset-branding is fixed.
* Fri Dec 8 2017 kukuk@suse.com
- Readd require for systemd, else package will be installed too
early and services will never be enabled [bsc#1071776]
* Tue Nov 28 2017 kukuk@suse.de
- Use official systemd macros in %%post install
* Tue Nov 28 2017 kukuk@suse.de
- Don't require systemd: if it's there, we will use it, if it is
not there like in a base container image, there is nothing to do
for us.
* Thu Nov 23 2017 rbrown@suse.com
- Replace references to /var/adm/fillup-templates with new
%%_fillupdir macro (boo#1069468)
* Wed May 31 2017 kukuk@suse.de
- Remove ghost entry for /etc/issue [bsc#1038526]
* Tue Mar 28 2017 kukuk@suse.de
- Update to version 1.3
- make list of network interfaces configureable
* Fri Nov 25 2016 kukuk@suse.de
- Fix typo in spec file
* Wed Nov 23 2016 kukuk@suse.de
- Update to version 1.2
- add additional docu
* Tue Nov 15 2016 kukuk@suse.de
- Update to version 1.1
- fix several typos
- relead agetty if we modify /run/issue
* Tue Nov 15 2016 kukuk@suse.de
- Use correct systemd macros
* Wed Nov 2 2016 kukuk@suse.de
- Update to version 1.0
* Tue Nov 1 2016 kukuk@suse.de
- Add directories for udev to filelist
* Fri Oct 28 2016 kukuk@suse.de
- Initial version