forked from pool/prctl
- updated to 1.6:
* Improved messages and suppressed unnecessary error messages * Added support for PR_MCE_KILL OBS-URL: https://build.opensuse.org/package/show/utilities/prctl?expand=0&rev=3
This commit is contained in:
parent
15146eede9
commit
1ac91398c0
@ -17,9 +17,3 @@ Index: prctl.c
|
|||||||
{
|
{
|
||||||
print_version(progname);
|
print_version(progname);
|
||||||
printf("Usage: %s [-v] [-h|--help] [--version]\n", progname);
|
printf("Usage: %s [-v] [-h|--help] [--version]\n", progname);
|
||||||
@@ -374,4 +374,5 @@
|
|
||||||
exit(1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+ abort();
|
|
||||||
}
|
|
||||||
|
3
prctl-1.6.tar.gz
Normal file
3
prctl-1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:62cf7b519774dd5b655c9718fc9b16cc5f9feff199c6cd81f563c4da09fc8727
|
||||||
|
size 18876
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 29 08:55:16 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- updated to 1.6:
|
||||||
|
* Improved messages and suppressed unnecessary error messages
|
||||||
|
* Added support for PR_MCE_KILL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 15 09:26:57 UTC 2013 - idonmez@suse.com
|
Mon Apr 15 09:26:57 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: prctl
|
Name: prctl
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A utility to perform process operations
|
Summary: A utility to perform process operations
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user