forked from pool/mingetty
- Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN OBS-URL: https://build.opensuse.org/request/show/1149772 OBS-URL: https://build.opensuse.org/package/show/Base:System/mingetty?expand=0&rev=23
172 lines
5.8 KiB
Plaintext
172 lines
5.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 23 09:47:58 UTC 2024 - pgajdos@suse.com
|
|
|
|
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
%patchN
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 27 13:10:18 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
|
|
|
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 30 10:12:28 UTC 2021 - Dr. Werner Fink <werner@suse.de>
|
|
|
|
- Move to /usr for UsrMerge (boo#1191077)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 12 15:50:31 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Cleanup spec file with spec-cleaner
|
|
- Add project url
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 30 15:37:26 UTC 2011 - uli@suse.com
|
|
|
|
- cross-build fix: use %__cc macro
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 15 12:25:19 UTC 2011 - werner@suse.de
|
|
|
|
- Make hint handling on Num Lock et al smart (bnc#679287)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 12 13:09:27 CET 2011 - werner@suse.de
|
|
|
|
- Fix Num Lock handling (bug #656876)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 26 10:03:38 CEST 2010 - werner@suse.de
|
|
|
|
- Make a clean tar ball
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 25 06:54:31 UTC 2010 - aj@suse.de
|
|
|
|
- Remove packaged object files to fix build on non-i386 architectures.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 23 14:30:11 CEST 2010 - werner@suse.de
|
|
|
|
- New version mingetty 1.0.8s
|
|
* Adopt loginpause feature of the other mingetty at sourceforge.
|
|
* Ignore SIGQUIT and SIGINT and switch Numlock on.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 22 21:44:55 CET 2009 - jengelh@medozas.de
|
|
|
|
- Enable parallel build
|
|
- Change DEFTERM=dump - it probably should have been "dumb"
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 4 13:02:39 CET 2008 - werner@suse.de
|
|
|
|
- Do open the terminal with O_NOCTTY (bnc#447289)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 4 12:25:12 CET 2008 - werner@suse.de
|
|
|
|
- Get the controlling tty only if we do not have it (bnc#447289)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 21 12:41:00 CEST 2008 - werner@suse.de
|
|
|
|
- Use the enlarged buffer of last change
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 25 13:15:10 CEST 2008 - werner@suse.de
|
|
|
|
- Increase buffer size for scanning /proc/<pid>/maps
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 22 17:21:49 CEST 2008 - werner@suse.de
|
|
|
|
- Fix possible SIGSEGV in mingetty sigfholder() (bnc#382052)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 29 16:55:52 CEST 2007 - werner@suse.de
|
|
|
|
- Adopt autologin and other new feature of the other mingetty
|
|
at sourceforge.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 24 17:16:26 CEST 2006 - schwab@suse.de
|
|
|
|
- Don't strip binaries.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:30:33 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 30 19:17:02 CEST 2004 - werner@suse.de
|
|
|
|
- Remove kernel include hopefully glibc does this jobs for now
|
|
and in future.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 30 13:53:48 CEST 2004 - werner@suse.de
|
|
|
|
- More about UTF-8: enable the kernel to erease UTF-8 multi byte
|
|
characters (bug #37367)
|
|
- Therefore add workaround if glibc bits/termios.h is missing
|
|
the IUTF8 input flag.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 26 17:30:35 CET 2004 - werner@suse.de
|
|
|
|
- Not all architectures do provide KDGKBMODE ioctl (s390/s390x)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 18 18:21:21 CET 2004 - werner@suse.de
|
|
|
|
- Add UTF-8 support for login name if and only if current console
|
|
is in utf-8 mode (fix bug #34520)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 18 08:50:07 CEST 2003 - kukuk@suse.de
|
|
|
|
- Move mingetty in extra package
|
|
- Build as normal user
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 5 17:33:52 CEST 2003 - mfabian@suse.de
|
|
|
|
- if the option "--noclear" is not set, don't write a full reset
|
|
because this leaves the unicode mode again if the terminal was in
|
|
unicode mode and it also undos the ESC sequences in CONSOLE_MAGIC
|
|
which are needed for some languages/console-fonts.
|
|
Just put the cursor the home position (ESC [ H) and erase
|
|
everything below the cursor (ESC [ J).
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 14 14:06:19 CET 2002 - werner@suse.de
|
|
|
|
- Update to mingetty 0.9.6s
|
|
* Be sure to get controlling tty
|
|
* Avoid overruns in string handling
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 13 18:29:10 CET 2002 - werner@suse.de
|
|
|
|
- Update to mingetty 0.9.5s (s stand for SuSE)
|
|
* New old option for avoiding vcs/vcsa hangup, terminal
|
|
reset, and the usage of the glibc for updating wtmp.
|
|
* Now the default terminal type can be set at compile
|
|
time as an make option.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 25 18:57:56 CEST 2002 - werner@suse.de
|
|
|
|
- changes on mingetty (new version 0.9.4c)
|
|
* Add support for other TTY devices than virtual console
|
|
* Add nohost patch from Anders ??
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 19 17:11:01 CEST 1999 - werner@suse.de
|
|
|
|
- mingetty: reset not only /dev/tty<line> but /dev/vcs<line> and
|
|
/dev/vcsa<line> also
|
|
|