Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f4eaf2daf | ||
|
|
52e436aaa1 | ||
|
|
0aef2ac2f1 |
1 changed files with 5 additions and 2 deletions
7
and.spec
7
and.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: and
|
||||
Version: 1.2.2
|
||||
Release: 15%{?dist}
|
||||
Release: 17%{?dist}
|
||||
Summary: Auto nice daemon
|
||||
|
||||
License: GPLv2
|
||||
|
|
@ -85,7 +85,7 @@ if [ $1 -eq 1 ]; then
|
|||
fi
|
||||
|
||||
%postun
|
||||
if [ $0 -en 0 ]; then
|
||||
if [ $0 -ne 0 ]; then
|
||||
/bin/systemctl try-restart and.service >/dev/null 2>&1 || :
|
||||
fi
|
||||
|
||||
|
|
@ -100,6 +100,9 @@ fi
|
|||
%{_unitdir}/and.service
|
||||
|
||||
%changelog
|
||||
* Tue Aug 28 2012 Jochen Schmitt <Jochen herr-schmitt de> 1.2.2-17
|
||||
- Fix misprint operator in %%post stanza (#852419)
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue