Bug 545226

Summary: postun scriptlet failure in bacula-common during update 3.0.2-4 -> 3.0.3-4
Product: [Fedora] Fedora Reporter: Felix Schwarz <fschwarz>
Component: baculaAssignee: Andreas Thienemann <andreas>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: andreas, dnovotny, fschwarz, gwync, mmcgrath
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 3.0.3-5.fc12 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-12-18 04:18:46 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
console output none

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.