[bacula] Revert "Fix uid/username define"

Simone Caronni slaanesh at fedoraproject.org
Mon Dec 19 15:41:56 UTC 2011


commit ce9b28713e0f43759f9408e76c1877e62d6202c7
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Mon Dec 19 16:41:43 2011 +0100

    Revert "Fix uid/username define"
    
    This reverts commit 7c6c228f4e7156c0b41d000240ce0fd3b9ce951c.

 bacula.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bacula.spec b/bacula.spec
index 2f0c24f..8ff5743 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_with fedora
+%bcond_without fedora
 
-%global uid		33
-%global username	bacula
+%global username    33
+%global uid         bacula
 
 Name:			bacula
 Version:		5.2.3


More information about the scm-commits mailing list