diff --git a/showconsole-1.11.tar.bz2 b/showconsole-1.11.tar.bz2 deleted file mode 100644 index dd96f5d..0000000 --- a/showconsole-1.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00624c2115122606e278555073f8419102d90a4049f260ceb9b8b09c8bee79f8 -size 23507 diff --git a/showconsole-1.11.dif b/showconsole-1.12.dif similarity index 100% rename from showconsole-1.11.dif rename to showconsole-1.12.dif diff --git a/showconsole-1.12.tar.bz2 b/showconsole-1.12.tar.bz2 new file mode 100644 index 0000000..a6c9d80 --- /dev/null +++ b/showconsole-1.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9796dce641d1b87e56d29089f251edc6305f67980d7b95b1cb12f7a3f609ffe0 +size 23935 diff --git a/startpar-0.56.dif b/startpar-0.56.dif deleted file mode 100644 index 91e3dce..0000000 --- a/startpar-0.56.dif +++ /dev/null @@ -1,12 +0,0 @@ ---- startpar.c -+++ startpar.c 2010-08-24 12:33:01.061618653 +0000 -@@ -464,7 +464,8 @@ void run(struct prg *p) - _exit(1); - } - TEMP_FAILURE_RETRY(dup2(1, 2)); -- tio.c_oflag &= ~OPOST; -+ cfmakeraw(&tio); -+ tio.c_oflag |= ONLCR; - if (tcsetattr(1, TCSANOW, &tio)) - perror("tcsetattr"); - if (wzok) diff --git a/startpar-0.56.tar.bz2 b/startpar-0.56.tar.bz2 deleted file mode 100644 index 438154d..0000000 --- a/startpar-0.56.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee0b6840c05e49750888d8a48d99cedb42549c05f73ebf5c81e812a8553f59e9 -size 20257 diff --git a/startpar-0.57.dif b/startpar-0.57.dif new file mode 100644 index 0000000..9ea7e67 --- /dev/null +++ b/startpar-0.57.dif @@ -0,0 +1,4 @@ +--- .dummy ++++ .dummy 2010-08-23 17:38:50.000000000 +0000 +@@ -0,0 +1 @@ ++this is a dummy, remove if real changes are required diff --git a/startpar-0.57.tar.bz2 b/startpar-0.57.tar.bz2 new file mode 100644 index 0000000..6bb5c9e --- /dev/null +++ b/startpar-0.57.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2e9f57f34110b89bf3905c779b482120ef065080856b40fa045b436f75a889 +size 20456 diff --git a/sysvinit.changes b/sysvinit.changes index b7ddfe8..59acc26 100644 --- a/sysvinit.changes +++ b/sysvinit.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 22 14:38:37 CEST 2010 - werner@suse.de + +- New showconsole version 1.12 + * Use /proc/tty/consoles if ioctl TIOCGDEV does not exist + * Make pseudo terminal raw as it is not show anything +- New startpar 0.57 + * Set raw pseudo terminals only once + * Set SIGTTIN to default before executing child + * Ignore error on reading termios + ------------------------------------------------------------------- Mon Aug 23 17:40:12 CEST 2010 - werner@suse.de diff --git a/sysvinit.spec b/sysvinit.spec index ce4cccf..d97d5a5 100644 --- a/sysvinit.spec +++ b/sysvinit.spec @@ -22,9 +22,9 @@ Name: sysvinit %define MGVER 0.9.6s %define PDVER 2.0.2 %define KPVER 2.16 -%define SCVER 1.11 +%define SCVER 1.12 %define SIVER 2.88 -%define START 0.56 +%define START 0.57 License: GPLv2+ Group: System/Base AutoReqProv: on @@ -37,8 +37,8 @@ Url: http://savannah.nongnu.org/projects/sysvinit/ Source: http://download.savannah.gnu.org/releases/sysvinit/sysvinit-2.88dsf.tar.bz2 Source2: killproc-2.16.tar.bz2 Source3: powerd-2.0.2.tar.bz2 -Source4: showconsole-1.11.tar.bz2 -Source5: startpar-0.56.tar.bz2 +Source4: showconsole-1.12.tar.bz2 +Source5: startpar-0.57.tar.bz2 Source6: rc.powerd Source7: sysvinit-rpmlintrc Source8: mkinitrd-boot.sh @@ -55,8 +55,8 @@ Patch7: sysvinit-2.88dsf-selinux.patch Patch20: powerd-2.0.2.dif Patch21: powerd-2.0.2-getaddrinfo.patch Patch30: killproc-2.16.dif -Patch40: showconsole-1.11.dif -Patch50: startpar-0.56.dif +Patch40: showconsole-1.12.dif +Patch50: startpar-0.57.dif Requires: sysvinit-tools Provides: sbin_init