Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

1 commit

Author SHA1 Message Date
Jochen Schmitt
3f19f1aafc - Add and-sysvinit as an Req. 2010-11-28 21:19:04 +01:00

View file

@ -1,6 +1,6 @@
Name: and
Version: 1.2.2
Release: 9%{?dist}
Release: 10%{?dist}
Summary: Auto nice daemon
License: GPLv2
@ -15,7 +15,7 @@ Patch1: and-1.2.2-makefile.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
Requires: init(%{name})
Requires: and-sysvinit = %{version}-%{release}
%description
The auto nice daemon renices and even kills jobs according to their CPU time,
@ -142,6 +142,9 @@ fi
/lib/systemd/system/and.service
%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
- Try to add systemd support