[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[PATCH] Require python-bugzilla.



---
 anaconda.spec        |    1 +
 scripts/upd-instroot |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/anaconda.spec b/anaconda.spec
index 19dc803..c1dc83b 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -107,6 +107,7 @@ Requires: system-config-keyboard
 %endif
 Requires: hal, dbus-python
 Requires: cracklib-python
+Requires: python-bugzilla
 %ifarch %livearches
 Requires: usermode
 Requires: zenity
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 1645aad..334375d 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -165,7 +165,7 @@ PACKAGES="glibc-common setup python newt slang libselinux
 	 device-mapper device-mapper-libs dmraid keyutils-libs libsemanage-python
 	 python-pyblock mkinitrd libbdevid libbdevid-python nss nspr pcre
 	 cryptsetup-luks libgcrypt libgpg-error dbus dbus-python hal
-	 cracklib-python module-init-tools cracklib-dicts"
+	 cracklib-python module-init-tools cracklib-dicts python-bugzilla"
 
 if [ $ARCH = i386 ]; then
     PACKAGES="$PACKAGES glibc.i386 openssl.i386"
@@ -439,6 +439,7 @@ usr/lib/python?.?/site-packages/repomd
 usr/lib/python?.?/site-packages/pirut
 usr/lib/python?.?/site-packages/pykickstart
 usr/lib/python?.?/site-packages/rhpxl
+usr/lib/python?.?/site-packages/bugzilla*
 usr/lib/python?.?/site-packages/cracklibmodule.so
 usr/lib/rpm/macros
 usr/lib/rpm/rpmpopt
-- 
1.5.4.5


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]