]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bug 1639.
authorScott Barninger <barninger@fairfieldcomputers.com>
Sun, 3 Oct 2010 15:16:28 +0000 (11:16 -0400)
committerScott Barninger <barninger@fairfieldcomputers.com>
Sun, 3 Oct 2010 15:16:28 +0000 (11:16 -0400)
bacula/platforms/rpm/bacula-bat.spec

index a1abad03e9b69624eee0670a016bc88c98379588..e014ad140ccde29515220d0f27550f5e98e3cd36 100644 (file)
@@ -138,6 +138,9 @@ BuildRequires: freetype-devel
 %define blurb7 features that make it easy to find and recover lost or damaged files.
 %define blurb8 Bacula source code has been released under the AGPL version 3 license.
 
+%define group_file /etc/group
+%define groupadd /usr/sbin/groupadd
+
 Summary: Bacula - The Network Backup Solution
 Group: System Environment/Daemons
 
@@ -302,6 +305,8 @@ fi
 rm -rf $RPM_BUILD_DIR/depkgs-qt
 
 %changelog
+* Sun Oct 03 2010 D. Scott Barninger <barninger@fairfieldcomputers.com>
+- fix bug 1639
 * Sun Mar 14 2010 D. Scott Barninger <barninger@fairfieldcomputers.com>
 - Fix for QT mkspecs location on FC12
 - allow user to build without embedded static QT