[bacula] Fix uid/username define

Simone Caronni slaanesh at fedoraproject.org
Mon Dec 19 15:40:24 UTC 2011


commit 7c6c228f4e7156c0b41d000240ce0fd3b9ce951c
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Mon Dec 19 16:40:05 2011 +0100

    Fix uid/username define

 bacula.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bacula.spec b/bacula.spec
index 8ff5743..2f0c24f 100644
--- a/bacula.spec
+++ b/bacula.spec
@@ -1,10 +1,10 @@
 # Avoid dependency on fedora-usermgmt at install time by passing "--without fedora".
 # http://fedoraproject.org/wiki/PackageUserCreation
 # Otherwise you can trigger disabling by default by setting "% bcond_with fedora"
-%bcond_without fedora
+%bcond_with fedora
 
-%global username    33
-%global uid         bacula
+%global uid		33
+%global username	bacula
 
 Name:			bacula
 Version:		5.2.3


More information about the scm-commits mailing list