Bug 545226 - postun scriptlet failure in bacula-common during update 3.0.2-4 -> 3.0.3-4
Summary: postun scriptlet failure in bacula-common during update 3.0.2-4 -> 3.0.3-4
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: bacula
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Andreas Thienemann
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 542684 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-07 21:51 UTC by Felix Schwarz
Modified: 2009-12-18 04:18 UTC (History)
5 users (show)

Fixed In Version: 3.0.3-5.fc12
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-12-18 04:18:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
console output (1.38 KB, text/plain)
2009-12-07 21:52 UTC, Felix Schwarz
no flags Details

Description Felix Schwarz 2009-12-07 21:51:27 UTC
During the update of bacula-{common,client} on F12 (3.0.2-4 -> 3.0.3-4) I experienced a scriptlet failure (command not found).

Comment 1 Felix Schwarz 2009-12-07 21:52:47 UTC
Created attachment 376789 [details]
console output

Comment 2 Paul Howarth 2009-12-07 22:23:04 UTC
Easy enough to spot what that is:

%postun common
Dropped due to Guidelines
#test "$1" != 0 || /usr/sbin/fedora-userdel  bacula &>/dev/null || :
#test "$1" != 0 || /usr/sbin/fedora-groupdel bacula &>/dev/null || :


The only thing that's not commented out is... a comment!

The whole %postun script should just be removed, along with its fedora-usermgmt dependency:

%package common
...
Requires(postun): fedora-usermgmt

Comment 3 Fedora Update System 2009-12-08 15:03:58 UTC
bacula-3.0.3-5.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/bacula-3.0.3-5.fc12

Comment 4 Fedora Update System 2009-12-10 04:22:18 UTC
bacula-3.0.3-5.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update bacula'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-12997

Comment 5 Ondrej Vasik 2009-12-10 13:32:07 UTC
*** Bug 542684 has been marked as a duplicate of this bug. ***

Comment 6 Fedora Update System 2009-12-18 04:18:36 UTC
bacula-3.0.3-5.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.