Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
daemontools
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 13
[-]
[+]
Changed
daemontools.spec
@@ -19,7 +19,7 @@ Name: daemontools Summary: DJB daemontools Version: 0.76 -Release: 1 +Release: 2 License: Public Domain Group: System/Base URL: http://cr.yp.to/daemontools.html @@ -103,7 +103,9 @@ #---------------------------------------------------------------------------------- %preun #---------------------------------------------------------------------------------- +if [ $1 == 0 ] ; then sh /command/package/uninstall +fi #---------------------------------------------------------------------------------- %clean @@ -142,5 +144,8 @@ #---------------------------------------------------------------------------------- %changelog #---------------------------------------------------------------------------------- +* Sat Nov 21 2009 Carsten Schoene <cs@linux-administrator.com> - 0.76-2 +- fix inittab modification on update + * Sat Sep 22 2007 - Christian Wittmer <rpm@scorpio-it.net> 0.76 - 1 - first run