Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3f19f1aafc |
1 changed files with 5 additions and 2 deletions
7
and.spec
7
and.spec
|
|
@ -1,6 +1,6 @@
|
||||||
Name: and
|
Name: and
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Auto nice daemon
|
Summary: Auto nice daemon
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
|
|
@ -15,7 +15,7 @@ Patch1: and-1.2.2-makefile.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Requires: init(%{name})
|
Requires: and-sysvinit = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The auto nice daemon renices and even kills jobs according to their CPU time,
|
The auto nice daemon renices and even kills jobs according to their CPU time,
|
||||||
|
|
@ -142,6 +142,9 @@ fi
|
||||||
/lib/systemd/system/and.service
|
/lib/systemd/system/and.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 28 2010 Jochen Schmitt <Jochen herr-schmitt de> - 1.2.2-10
|
||||||
|
- Add and-sysvinit as an Req.
|
||||||
|
|
||||||
* Sun Jul 18 2010 Jochen Schmitt <Jochen herr-schmitt de> - 1.2.2-9
|
* Sun Jul 18 2010 Jochen Schmitt <Jochen herr-schmitt de> - 1.2.2-9
|
||||||
- Try to add systemd support
|
- Try to add systemd support
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue