Mailinglist Archive: opensuse-bugs (11337 mails)
| < Previous | Next > |
[Bug 457229] kiwi: cracklib-dict-small does not exist on SLES11
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 8 Dec 2008 07:06:13 -0700 (MST)
- Message-id: <20081208140613.80230245391@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=457229
User pnemec@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=457229#c1
--- Comment #1 from Pavel Nemec <pnemec@xxxxxxxxxx> 2008-12-08 07:06:12 MST ---
Yep, it is worth bug report. Here is my script, which I throw at config.xml.
In netboot image (from opensuse 11.1) on SLES11 falvour:
# export LANG=us;cat config.xml | awk ' $0 ~ "<package name="
{n=split($0,pole,"\""); print pole[2]}' | while read line; do if zypper -n se
$line | grep -q "No packages found" ; then echo "$line not found";fi;done
nbd not found
glibc@i586 not found
gnome-filesystem not found
limal-bootloader not found
openSUSE-release not found
resmgr not found
of sourse It return also packages from other sections (like delete), but it
doesn`t make sense remove packages not in product. Also glibc 586 is false
alarm.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User pnemec@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=457229#c1
--- Comment #1 from Pavel Nemec <pnemec@xxxxxxxxxx> 2008-12-08 07:06:12 MST ---
Yep, it is worth bug report. Here is my script, which I throw at config.xml.
In netboot image (from opensuse 11.1) on SLES11 falvour:
# export LANG=us;cat config.xml | awk ' $0 ~ "<package name="
{n=split($0,pole,"\""); print pole[2]}' | while read line; do if zypper -n se
$line | grep -q "No packages found" ; then echo "$line not found";fi;done
nbd not found
glibc@i586 not found
gnome-filesystem not found
limal-bootloader not found
openSUSE-release not found
resmgr not found
of sourse It return also packages from other sections (like delete), but it
doesn`t make sense remove packages not in product. Also glibc 586 is false
alarm.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |