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.

3 commits

Author SHA1 Message Date
Jochen Schmitt
4f4eaf2daf Revert "Use of systemd macros instead of scriptlets"
This reverts commit 52e436aaa1.
2012-10-05 19:15:26 +02:00
Jochen Schmitt
52e436aaa1 Use of systemd macros instead of scriptlets 2012-10-05 19:14:41 +02:00
Jochen Schmitt
0aef2ac2f1 Fix misprint operator in %post stanza (#852419) 2012-08-28 17:49:19 +02:00

View file

@ -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