Revision Date: | 2021-03-09 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP5 kernel was updated to receive various security and bugfixes.
The following security bug was fixed:
- CVE-2021-3348: Fixed a use-after-free read in nbd_queue_rq (bsc#1181504).
The following non-security bugs were fixed:
- ACPI: configfs: add missing check after configfs_register_default_group() (git-fixes). - ACPI: property: Fix fwnode string properties matching (git-fixes). - ACPI: property: Satisfy kernel doc validator (part 1) (git-fixes). - ALSA: usb-audio: Fix PCM buffer allocation in non-vmalloc mode (git-fixes). - arm64: Update config file. Set CONFIG_WATCHDOG_SYSFS to true (bsc#1182560) - ASoC: cs42l56: fix up error handling in probe (git-fixes). - ath9k: fix data bus crash when setting nf_override via debugfs (git-fixes). - block: fix use-after-free in disk_part_iter_next (bsc#1182610). - Bluetooth: btqcomsmd: Fix a resource leak in error handling paths in the probe function (git-fixes). - Bluetooth: drop HCI device reference before return (git-fixes). - Bluetooth: Fix initializing response id after clearing struct (git-fixes). - Bluetooth: Put HCI device if inquiry procedure interrupts (git-fixes). - bonding: Fix reference count leak in bond_sysfs_slave_add (git-fixes). - bonding: wait for sysfs kobject destruction before freeing struct slave (git-fixes). - BTRFS: Cleanup try_flush_qgroup (bsc#1182047). - BTRFS: correctly calculate item size used when item key collision happens (bsc#1181996). - BTRFS: correctly validate compression type (bsc#1182269). - BTRFS: delete the ordered isize update code (bsc#1181998). - BTRFS: Do not flush from btrfs_delayed_inode_reserve_metadata (bsc#1182047). - BTRFS: do not set path->leave_spinning for truncate (bsc#1181998). - BTRFS: factor out extent dropping code from hole punch handler (bsc#1182038). - BTRFS: fix cloning range with a hole when using the NO_HOLES feature (bsc#1182038). - BTRFS: fix data bytes_may_use underflow with fallocate due to failed quota reserve (bsc#1182130) - BTRFS: fix ENOSPC errors, leading to transaction aborts, when cloning extents (bsc#1182038). - BTRFS: fix hole extent items with a zero size after range cloning (bsc#1182038). - BTRFS: fix lost i_size update after cloning inline extent (bsc#1181998). - BTRFS: fix mount failure caused by race with umount (bsc#1182248). - BTRFS: Fix race between extent freeing/allocation when using bitmaps (bsc#1181574). - BTRFS: fix unexpected cow in run_delalloc_nocow (bsc#1181987). - BTRFS: fix unexpected failure of nocow buffered writes after snapshotting when low on space (bsc#1181987). - BTRFS: Free correct amount of space in btrfs_delayed_inode_reserve_metadata (bsc#1182047). - BTRFS: incremental send, fix file corruption when no-holes feature is enabled (bsc#1182184). - BTRFS: Introduce extent_io_tree::owner to distinguish different io_trees (bsc#1181998). - BTRFS: introduce per-inode file extent tree (bsc#1181998). - BTRFS: prepare for extensions in compression options (bsc#1182269). - BTRFS: prop: fix vanished compression property after failed set (bsc#1182269). - BTRFS: prop: fix zstd compression parameter validation (bsc#1182269). - BTRFS: Remove btrfs_inode from btrfs_delayed_inode_reserve_metadata (bsc#1182047). - BTRFS: replace all uses of btrfs_ordered_update_i_size (bsc#1181998). - BTRFS: send, allow clone operations within the same file (bsc#1182173) - BTRFS: send, do not issue unnecessary truncate operations (bsc#1182173) - BTRFS: send, fix emission of invalid clone operations within the same file (bsc#1182173) - BTRFS: send, fix incorrect file layout after hole punching beyond eof (bsc#1182173). - BTRFS: send: fix invalid clone operations when cloning from the same file and root (bsc#1182173) - BTRFS: send, fix missing truncate for inode with prealloc extent past eof (bsc#1182173). - BTRFS: send, orphanize first all conflicting inodes when processing references (bsc#1182243 bsc#1182242). - BTRFS: send, recompute reference path after orphanization of a directory (bsc#1182243). - BTRFS: Simplify code flow in btrfs_delayed_inode_reserve_metadata (bsc#1182047). - BTRFS: transaction: Avoid deadlock due to bad initialization timing of fs_info::journal_info (bsc#1181931). - BTRFS: Unlock extents in btrfs_zero_range in case of errors (bsc#1182047). - BTRFS: Use bd_dev to generate index when dev_state_hashtable add items (bsc#1181931). - BTRFS: use btrfs_ordered_update_i_size in clone_finish_inode_update (bsc#1181998). - BTRFS: use the file extent tree infrastructure (bsc#1181998). - cifs: report error instead of invalid when revalidating a dentry fails (bsc#1177440). - dm: avoid filesystem lookup in dm_get_dev_t() (bsc#1178049). - Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind() (git-fixes). - Exclude Symbols.list again. Removing the exclude builds vanilla/linux-next builds. Fixes: 55877625c800 ('kernel-binary.spec.in: Package the obj_install_dir as explicit filelist.') - ext4: do not remount read-only with errors=continue on reboot (bsc#1182464). - ext4: fix a memory leak of ext4_free_data (bsc#1182447). - ext4: fix bug for rename with RENAME_WHITEOUT (bsc#1182449). - ext4: fix deadlock with fs freezing and EA inodes (bsc#1182463). - ext4: fix superblock checksum failure when setting password salt (bsc#1182465). - fgraph: Initialize tracing_graph_pause at task creation (git-fixes). - firmware: imx: select SOC_BUS to fix firmware build (git-fixes). - Fix unsynchronized access to sev members through svm_register_enc_region (bsc#1114648). - fs: fix lazytime expiration handling in __writeback_single_inode() (bsc#1182466). - fs: move I_DIRTY_INODE to fs.h (bsc#1182612). - HID: core: detect and skip invalid inputs to snto32() (git-fixes). - HID: wacom: Ignore attempts to overwrite the touch_max value from HID (git-fixes). - hwrng: timeriomem - Fix cooldown period calculation (git-fixes). - ibmvnic: Clear failover_pending if unable to schedule (bsc#1181960 ltc#190997). - ibmvnic: device remove has higher precedence over reset (bsc#1065729). - ibmvnic: fix a race between open and reset (bsc#1176855 ltc#187293). - ibmvnic: fix login buffer memory leak (bsc#1081134 ltc#164631). - ibmvnic: serialize access to work queue on remove (bsc#1065729). - ibmvnic: Set to CLOSED state even on error (bsc#1084610 ltc#165122 git-fixes). - Input: elo - fix an error code in elo_connect() (git-fixes). - Input: joydev - prevent potential read overflow in ioctl (git-fixes). - iwlwifi: exclude GEO SAR support for 3168 (git-fixes). - kABI: Fix kABI for 12856e7acde4 PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORY (bsc#1179612). - kernel-binary.spec: Add back initrd and image symlink ghosts to filelist (bsc#1182140). Fixes: 76a9256314c3 ('rpm/kernel-{source,binary}.spec: do not include ghost symlinks (boo#1179082).') - kernfs: deal with kernfs_fill_super() failures (bsc#1181809). - KVM: apic: Flush TLB after APIC mode/address change if VPIDs are in use (bsc#1182302). - KVM: Fix kABI for set_virtual_apic_mode (bsc#1182310). - KVM: Fix kABI for tlb_flush (bsc#1182195). - kvm-vmx-Basic-APIC-virtualization-controls-have-thre.patch: (bsc#1182310). - KVM: VMX: check for existence of secondary exec controls before accessing (bsc#1182438). - KVM: VMX: hide flexpriority from guest when disabled at the module level (bsc#1182448). - kvm-vmx-Introduce-lapic_mode-enumeration.patch: (bsc#1182307). - KVM: x86: emulate RDPID (bsc#1182182). - KVM: x86: emulating RDPID failure shall return #UD rather than - KVM: X86: introduce invalidate_gpa argument to tlb flush (bsc#1182195). - libfs: fix error cast of negative value in simple_attr_write() (bsc#1179709). - libnvdimm/dimm: Avoid race between probe and available_slots_show() (bsc#1170442). - mac80211: fix potential overflow when multiplying to u32 integers (git-fixes). - media: cx25821: Fix a bug when reallocating some dma memory (git-fixes). - media: media/pci: Fix memleak in empress_init (git-fixes). - media: pwc: Use correct device for DMA (git-fixes). - media: pxa_camera: declare variable when DEBUG is defined (git-fixes). - media: qm1d1c0042: fix error return code in qm1d1c0042_init() (git-fixes). - media: tm6000: Fix memleak in tm6000_start_stream (git-fixes). - media: vsp1: Fix an error handling path in the probe function (git-fixes). - mfd: wm831x-auxadc: Prevent use after free in wm831x_auxadc_read_irq() (git-fixes). - misc: eeprom_93xx46: Add module alias to avoid breaking support for non device tree users (git-fixes). - misc: eeprom_93xx46: Fix module alias to enable module autoprobe (git-fixes). - mmc: usdhi6rol0: Fix a resource leak in the error handling path of the probe (git-fixes). - mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is disabled (bsc#1181896 ltc#191273). - mm: thp: kABI: move the added flag to the end of enum (bsc#1181896 ltc#191273). - nbd: Fix memory leak in nbd_add_socket (bsc#1181504). - net: bcmgenet: add support for ethtool rxnfc flows (git-fixes). - net: bcmgenet: code movement (git-fixes). - net: bcmgenet: fix mask check in bcmgenet_validate_flow() (git-fixes). - net: bcmgenet: Fix WoL with password after deep sleep (git-fixes). - net: bcmgenet: re-remove bcmgenet_hfb_add_filter (git-fixes). - net: bcmgenet: set Rx mode before starting netif (git-fixes). - net: bcmgenet: use __be16 for htons(ETH_P_IP) (git-fixes). - net: bcmgenet: Use correct I/O accessors (git-fixes). - net: lpc-enet: fix error return code in lpc_mii_init() (git-fixes). - net/mlx4_en: Handle TX error CQE (bsc#1181854). - net: moxa: Fix a potential double 'free_irq()' (git-fixes). - net: sun: fix missing release regions in cas_init_one() (git-fixes). - nvme-multipath: Early exit if no path is available (git-fixes). - objtool: Do not fail on missing symbol table (bsc#1169514). - PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORY (bsc#1179612). - powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warning (bsc#1182571 ltc#191345). - powerpc: Fix alignment bug within the init sections (bsc#1065729). - powerpc/perf: Exclude kernel samples while counting events in user space (bsc#1065729). - powerpc/perf/hv-24x7: Dont create sysfs event files for dummy events (bsc#1182118 ltc#190624). - powerpc/pseries/dlpar: handle ibm, configure-connector delay status (bsc#1181985 ltc#188074). - powerpc/pseries/eeh: Make pseries_pcibios_bus_add_device() static (bsc#1078720, git-fixes). - powerpc/pseries: extract host bridge from pci_bus prior to bus removal (bsc#1182171 ltc#190900). - powerpc/pseries/ras: Make init_ras_hotplug_IRQ() static (bsc#1065729. git-fixes). - power: reset: at91-sama5d2_shdwc: fix wkupdbc mask (git-fixes). - ptrace: reintroduce usage of subjective credentials in ptrace_has_cap() (bsc#1163930). - ptrace: Set PF_SUPERPRIV when checking capability (bsc#1163930). - quota: Fix error codes in v2_read_file_info() (bsc#1182652). - quota: Fix memory leak when handling corrupted quota file (bsc#1182650). - quota: Sanity-check quota file headers on load (bsc#1182461). - regulator: axp20x: Fix reference cout leak (git-fixes). - reiserfs: add check for an invalid ih_entry_count (bsc#1182462). - reset: hisilicon: correct vendor prefix (git-fixes). - rpm/post.sh: Avoid purge-kernel for the first installed kernel (bsc#1180058) - s390/pci: adaptation of iommu to multifunction (bsc#1179612). - s390/pci: Mark all VFs as not implementing PCI_COMMAND_MEMORY (bsc#1179612). - scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limit (bsc#1179142). - scsi: target: Fix truncated PR-in ReadKeys response (bsc#1182590). - scsi: target: fix unmap_zeroes_data boolean initialisation (bsc#1163617). - staging: rtl8723bs: wifi_regd.c: Fix incorrect number of regulatory rules (git-fixes). - tools lib traceevent: Fix 'robust' test of do_generate_dynamic_list_file (git-fixes). - tpm_tis: Clean up locality release (git-fixes). - tpm_tis: Fix check_locality for correct locality acquisition (git-fixes). - tracing: Check length before giving out the filter buffer (git-fixes). - tracing: Do not count ftrace events in top level enable output (git-fixes). - USB: cdc-acm: blacklist another IR Droid device (git-fixes). - USB: dwc2: Abort transaction after errors with unknown reason (git-fixes). - USB: dwc2: Make 'trimming xfer length' a debug message (git-fixes). - USB: musb: Fix runtime PM race in mUSB_queue_resume_work (git-fixes). - USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000 (git-fixes). - USB: serial: cp210x: add pid/vid for WSDA-200-USB (git-fixes). - USB: serial: mos7720: fix error code in mos7720_write() (git-fixes). - USB: serial: mos7720: improve OOM-handling in read_mos_reg() (git-fixes). - USB: serial: mos7840: fix error code in mos7840_write() (git-fixes). - USB: serial: option: Adding support for Cinterion MV31 (git-fixes). - USB: serial: option: add LongSung M5710 module support (git-fixes). - USB: uas: Add PNY USB Portable SSD to unusual_uas (git-fixes). - USB: usblp: fix DMA to stack (git-fixes). - vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfn (bsc#1179612). - vmxnet3: Remove buf_info from device accessible structures (bsc#1181671). - writeback: Drop I_DIRTY_TIME_EXPIRE (bsc#1182460). - x86/apic: Add extra serialization for non-serializing MSRs (bsc#1114648). - x86/efistub: Disable paging at mixed mode entry (bsc#1114648). - x86/entry/64/compat: Fix 'x86/entry/64/compat: Preserve r8-r11 in int $0x80' (bsc#1114648). - x86/entry/64/compat: Preserve r8-r11 in int $0x80 (bsc#1114648). - x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabled (bsc#1114648). - x86/resctrl: Remove unused struct mbm_state::chunks_bw (bsc#1114648). - xen-blkfront: allow discard-* nodes to be optional (bsc#1181346). - xen/netback: avoid race in xenvif_rx_ring_slots_available() (bsc#1065600). - xen/netback: fix spurious event detection for common event case (bsc#1182175). - xfs: reduce quota reservation when doing a dax unwritten extent conversion (git-fixes bsc#1182561). - xhci: fix bounce buffer usage for non-sg list case (git-fixes).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1016712 1016714 1016715 1019380 1020427 1021741 1025109 1025311 1028184 1028656 1030624 1032075 1034866 1034908 1035406 1035950 1036211 1037242 1037334 1037336 1039495 1042159 1042800 1042801 1043073 1043296 1045035 1046636 1047044 1047674 1047898 1048457 1048902 1049381 1049796 1050083 1050116 1050120 1050139 1050606 1050632 1051441 1051446 1051847 1052450 1052468 1052550 1052553 1052689 1052710 1052720 1052731 1052732 1052744 1052758 1052764 1052829 1052916 1053153 1053364 1054724 1054757 1055065 1055214 1055323 1055434 1055855 1056334 1056432 1057157 1057378 1057585 1057719 1057729 1057730 1058485 1058637 1058640 1059666 1059751 1059778 1060176 1060577 1061254 1062069 1062750 1063122 1065600 1065729 1066003 1067181 1067184 1067409 1069708 1073230 1074123 1074969 1074973 1074975 1076017 1078720 1081134 1083488 1084610 1085114 1085447 1089039 1096564 1097108 1097158 1097624 1098592 1099306 1101246 1101470 1103203 1104789 1106197 1114648 1120489 1163617 1163930 1169514 1170442 1176855 1177440 1178049 1179082 1179142 1179612 1179709 1180058 1181346 1181504 1181574 1181671 1181809 1181854 1181896 1181931 1181960 1181985 1181987 1181996 1181998 1182038 1182047 1182118 1182130 1182140 1182171 1182173 1182175 1182182 1182184 1182195 1182242 1182243 1182248 1182269 1182302 1182307 1182310 1182438 1182447 1182448 1182449 1182460 1182461 1182462 1182463 1182464 1182465 1182466 1182560 1182561 1182571 1182590 1182610 1182612 1182650 1182652 943457 994418 994605 997043 CVE-2016-0736 CVE-2016-2161 CVE-2016-6834 CVE-2016-6835 CVE-2016-8743 CVE-2016-9602 CVE-2016-9603 CVE-2017-10661 CVE-2017-10664 CVE-2017-10800 CVE-2017-10806 CVE-2017-10911 CVE-2017-11141 CVE-2017-11188 CVE-2017-11334 CVE-2017-11434 CVE-2017-11478 CVE-2017-11523 CVE-2017-11527 CVE-2017-11529 CVE-2017-11535 CVE-2017-11600 CVE-2017-11640 CVE-2017-11644 CVE-2017-11724 CVE-2017-11752 CVE-2017-12140 CVE-2017-12434 CVE-2017-12435 CVE-2017-12564 CVE-2017-12587 CVE-2017-12644 CVE-2017-12662 CVE-2017-12667 CVE-2017-12669 CVE-2017-12670 CVE-2017-12672 CVE-2017-12675 CVE-2017-12809 CVE-2017-12836 CVE-2017-12983 CVE-2017-13060 CVE-2017-13134 CVE-2017-13146 CVE-2017-13166 CVE-2017-13648 CVE-2017-13658 CVE-2017-13672 CVE-2017-13769 CVE-2017-14138 CVE-2017-14167 CVE-2017-14172 CVE-2017-14173 CVE-2017-14175 CVE-2017-14326 CVE-2017-14341 CVE-2017-14342 CVE-2017-14531 CVE-2017-14533 CVE-2017-14607 CVE-2017-14682 CVE-2017-14733 CVE-2017-14989 CVE-2017-15038 CVE-2017-15217 CVE-2017-15289 CVE-2017-15930 CVE-2017-16545 CVE-2017-16546 CVE-2017-16669 CVE-2017-16939 CVE-2017-17881 CVE-2017-18022 CVE-2017-18344 CVE-2017-2885 CVE-2017-5579 CVE-2017-5973 CVE-2017-5987 CVE-2017-6505 CVE-2017-7377 CVE-2017-7471 CVE-2017-7493 CVE-2017-7500 CVE-2017-7501 CVE-2017-7718 CVE-2017-7753 CVE-2017-7779 CVE-2017-7782 CVE-2017-7784 CVE-2017-7785 CVE-2017-7786 CVE-2017-7787 CVE-2017-7791 CVE-2017-7792 CVE-2017-7798 CVE-2017-7800 CVE-2017-7801 CVE-2017-7802 CVE-2017-7803 CVE-2017-7804 CVE-2017-7807 CVE-2017-7980 CVE-2017-8086 CVE-2017-8112 CVE-2017-8309 CVE-2017-8379 CVE-2017-8380 CVE-2017-9330 CVE-2017-9373 CVE-2017-9374 CVE-2017-9375 CVE-2017-9503 CVE-2018-0732 CVE-2018-0737 CVE-2018-1000004 CVE-2018-1068 CVE-2018-10853 CVE-2018-20217 CVE-2018-3646 CVE-2018-5246 CVE-2018-5247 CVE-2018-7566 CVE-2021-3348 SUSE-SU-2017:0797-1 SUSE-SU-2017:2129-1 SUSE-SU-2017:2419-1 SUSE-SU-2017:2589-1 SUSE-SU-2017:2946-1 SUSE-SU-2017:3320-1 SUSE-SU-2017:3388-1 SUSE-SU-2018:0130-1 SUSE-SU-2018:1023-1 SUSE-SU-2018:1887-1 SUSE-SU-2018:2387-1 SUSE-SU-2018:2928-1 SUSE-SU-2018:3884-1 SUSE-SU-2019:0111-1 SUSE-SU-2021:0742-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Live Patching 12 SP5 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND redis-3.0.4-3.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
backintime-1.1.20-3.3.1 is installed
OR backintime-lang-1.1.20-3.3.1 is installed
OR backintime-qt4-1.1.20-3.3.1 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
openstack-neutron-2014.2.4~a0~dev103-10 is installed
OR openstack-neutron-dhcp-agent-2014.2.4~a0~dev103-10 is installed
OR openstack-neutron-ha-tool-2014.2.4~a0~dev103-10 is installed
OR openstack-neutron-l3-agent-2014.2.4~a0~dev103-10 is installed
OR openstack-neutron-lbaas-agent-2014.2.4~a0~dev103-10 is installed
OR openstack-neutron-linuxbridge-agent-2014.2.4~a0~dev103-10 is installed
OR openstack-neutron-metadata-agent-2014.2.4~a0~dev103-10 is installed
OR openstack-neutron-metering-agent-2014.2.4~a0~dev103-10 is installed
OR openstack-neutron-openvswitch-agent-2014.2.4~a0~dev103-10 is installed
OR openstack-neutron-vpn-agent-2014.2.4~a0~dev103-10 is installed
OR openstack-nova-2014.2.4~a0~dev80-14 is installed
OR openstack-nova-compute-2014.2.4~a0~dev80-14 is installed
OR python-neutron-2014.2.4~a0~dev103-10 is installed
OR python-nova-2014.2.4~a0~dev80-14 is installed
OR python-python-memcached-1.54-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND libssh2-0.2-5.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-31.8.0esr-0.10 is installed
OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nspr-4.10.8-0.5 is installed
OR mozilla-nspr-32bit-4.10.8-0.5 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
xen-4.4.2_12-23 is installed
OR xen-doc-html-4.4.2_12-23 is installed
OR xen-kmp-default-4.4.2_12_3.0.101_63-23 is installed
OR xen-kmp-pae-4.4.2_12_3.0.101_63-23 is installed
OR xen-libs-4.4.2_12-23 is installed
OR xen-libs-32bit-4.4.2_12-23 is installed
OR xen-tools-4.4.2_12-23 is installed
OR xen-tools-domU-4.4.2_12-23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND bogofilter-1.2.4-3.56 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
colord-1.1.7-5.3 is installed
OR colord-gtk-lang-0.1.25-3.113 is installed
OR colord-lang-1.1.7-5.3 is installed
OR libcolord-gtk1-0.1.25-3.113 is installed
OR libcolord2-1.1.7-5.3 is installed
OR libcolord2-32bit-1.1.7-5.3 is installed
OR libcolorhug2-1.1.7-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
cups-1.7.5-12.4 is installed
OR cups-client-1.7.5-12.4 is installed
OR cups-libs-1.7.5-12.4 is installed
OR cups-libs-32bit-1.7.5-12.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-36.1 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-36.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Live Patching 12 SP5 is installed
AND Package Information
kernel-default-kgraft-4.12.14-122.63.1 is installed
OR kernel-default-kgraft-devel-4.12.14-122.63.1 is installed
OR kgraft-patch-4_12_14-122_63-default-1-8.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.3-12 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.3-12 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.3-12 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.3-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.61-52.80 is installed
OR kernel-ec2-devel-3.12.61-52.80 is installed
OR kernel-ec2-extra-3.12.61-52.80 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-33 is installed
OR php5-5.5.14-33 is installed
OR php5-bcmath-5.5.14-33 is installed
OR php5-bz2-5.5.14-33 is installed
OR php5-calendar-5.5.14-33 is installed
OR php5-ctype-5.5.14-33 is installed
OR php5-curl-5.5.14-33 is installed
OR php5-dba-5.5.14-33 is installed
OR php5-dom-5.5.14-33 is installed
OR php5-enchant-5.5.14-33 is installed
OR php5-exif-5.5.14-33 is installed
OR php5-fastcgi-5.5.14-33 is installed
OR php5-fileinfo-5.5.14-33 is installed
OR php5-fpm-5.5.14-33 is installed
OR php5-ftp-5.5.14-33 is installed
OR php5-gd-5.5.14-33 is installed
OR php5-gettext-5.5.14-33 is installed
OR php5-gmp-5.5.14-33 is installed
OR php5-iconv-5.5.14-33 is installed
OR php5-intl-5.5.14-33 is installed
OR php5-json-5.5.14-33 is installed
OR php5-ldap-5.5.14-33 is installed
OR php5-mbstring-5.5.14-33 is installed
OR php5-mcrypt-5.5.14-33 is installed
OR php5-mysql-5.5.14-33 is installed
OR php5-odbc-5.5.14-33 is installed
OR php5-opcache-5.5.14-33 is installed
OR php5-openssl-5.5.14-33 is installed
OR php5-pcntl-5.5.14-33 is installed
OR php5-pdo-5.5.14-33 is installed
OR php5-pear-5.5.14-33 is installed
OR php5-pgsql-5.5.14-33 is installed
OR php5-posix-5.5.14-33 is installed
OR php5-pspell-5.5.14-33 is installed
OR php5-shmop-5.5.14-33 is installed
OR php5-snmp-5.5.14-33 is installed
OR php5-soap-5.5.14-33 is installed
OR php5-sockets-5.5.14-33 is installed
OR php5-sqlite-5.5.14-33 is installed
OR php5-suhosin-5.5.14-33 is installed
OR php5-sysvmsg-5.5.14-33 is installed
OR php5-sysvsem-5.5.14-33 is installed
OR php5-sysvshm-5.5.14-33 is installed
OR php5-tokenizer-5.5.14-33 is installed
OR php5-wddx-5.5.14-33 is installed
OR php5-xmlreader-5.5.14-33 is installed
OR php5-xmlrpc-5.5.14-33 is installed
OR php5-xmlwriter-5.5.14-33 is installed
OR php5-xsl-5.5.14-33 is installed
OR php5-zip-5.5.14-33 is installed
OR php5-zlib-5.5.14-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
ImageMagick-6.4.3.6-78.92 is installed
OR libMagickCore1-6.4.3.6-78.92 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP3 is installed
AND Package Information
kernel-rt-3.0.101.rt130-0.33.44 is installed
OR kernel-rt-base-3.0.101.rt130-0.33.44 is installed
OR kernel-rt-devel-3.0.101.rt130-0.33.44 is installed
OR kernel-rt_trace-3.0.101.rt130-0.33.44 is installed
OR kernel-rt_trace-base-3.0.101.rt130-0.33.44 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-0.33.44 is installed
OR kernel-source-rt-3.0.101.rt130-0.33.44 is installed
OR kernel-syms-rt-3.0.101.rt130-0.33.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-68 is installed
OR kernel-rt-base-3.0.101.rt130-68 is installed
OR kernel-rt-devel-3.0.101.rt130-68 is installed
OR kernel-rt_trace-3.0.101.rt130-68 is installed
OR kernel-rt_trace-base-3.0.101.rt130-68 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-68 is installed
OR kernel-source-rt-3.0.101.rt130-68 is installed
OR kernel-syms-rt-3.0.101.rt130-68 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
gnutls-2.4.1-24.16 is installed
OR libgnutls26-2.4.1-24.16 is installed
OR libgnutls26-32bit-2.4.1-24.16 is installed
OR libgnutls26-x86-2.4.1-24.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
gnutls-2.4.1-24.16 is installed
OR libgnutls26-2.4.1-24.16 is installed
OR libgnutls26-32bit-2.4.1-24.16 is installed
OR libgnutls26-x86-2.4.1-24.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
glibc-2.11.1-0.34 is installed
OR glibc-32bit-2.11.1-0.34 is installed
OR glibc-devel-2.11.1-0.34 is installed
OR glibc-devel-32bit-2.11.1-0.34 is installed
OR glibc-html-2.11.1-0.34 is installed
OR glibc-i18ndata-2.11.1-0.34 is installed
OR glibc-info-2.11.1-0.34 is installed
OR glibc-locale-2.11.1-0.34 is installed
OR glibc-locale-32bit-2.11.1-0.34 is installed
OR glibc-locale-x86-2.11.1-0.34 is installed
OR glibc-profile-2.11.1-0.34 is installed
OR glibc-profile-32bit-2.11.1-0.34 is installed
OR glibc-profile-x86-2.11.1-0.34 is installed
OR glibc-x86-2.11.1-0.34 is installed
OR libxcrypt-3.0.3-0.4 is installed
OR libxcrypt-32bit-3.0.3-0.4 is installed
OR nscd-2.11.1-0.34 is installed
OR pam-modules-11-1.18 is installed
OR pam-modules-32bit-11-1.18 is installed
OR pwdutils-3.2.8-0.4 is installed
OR pwdutils-plugin-audit-3.2.8-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
glibc-2.11.1-0.34 is installed
OR glibc-32bit-2.11.1-0.34 is installed
OR glibc-devel-2.11.1-0.34 is installed
OR glibc-devel-32bit-2.11.1-0.34 is installed
OR glibc-html-2.11.1-0.34 is installed
OR glibc-i18ndata-2.11.1-0.34 is installed
OR glibc-info-2.11.1-0.34 is installed
OR glibc-locale-2.11.1-0.34 is installed
OR glibc-locale-32bit-2.11.1-0.34 is installed
OR glibc-locale-x86-2.11.1-0.34 is installed
OR glibc-profile-2.11.1-0.34 is installed
OR glibc-profile-32bit-2.11.1-0.34 is installed
OR glibc-profile-x86-2.11.1-0.34 is installed
OR glibc-x86-2.11.1-0.34 is installed
OR libxcrypt-3.0.3-0.4 is installed
OR libxcrypt-32bit-3.0.3-0.4 is installed
OR nscd-2.11.1-0.34 is installed
OR pam-modules-11-1.18 is installed
OR pam-modules-32bit-11-1.18 is installed
OR pwdutils-3.2.8-0.4 is installed
OR pwdutils-plugin-audit-3.2.8-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
glibc-2.11.1-0.34 is installed
OR glibc-32bit-2.11.1-0.34 is installed
OR glibc-devel-2.11.1-0.34 is installed
OR glibc-devel-32bit-2.11.1-0.34 is installed
OR glibc-html-2.11.1-0.34 is installed
OR glibc-i18ndata-2.11.1-0.34 is installed
OR glibc-info-2.11.1-0.34 is installed
OR glibc-locale-2.11.1-0.34 is installed
OR glibc-locale-32bit-2.11.1-0.34 is installed
OR glibc-locale-x86-2.11.1-0.34 is installed
OR glibc-profile-2.11.1-0.34 is installed
OR glibc-profile-32bit-2.11.1-0.34 is installed
OR glibc-profile-x86-2.11.1-0.34 is installed
OR glibc-x86-2.11.1-0.34 is installed
OR libxcrypt-3.0.3-0.4 is installed
OR libxcrypt-32bit-3.0.3-0.4 is installed
OR nscd-2.11.1-0.34 is installed
OR pam-modules-11-1.18 is installed
OR pam-modules-32bit-11-1.18 is installed
OR pwdutils-3.2.8-0.4 is installed
OR pwdutils-plugin-audit-3.2.8-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
glibc-2.11.1-0.34 is installed
OR glibc-32bit-2.11.1-0.34 is installed
OR glibc-devel-2.11.1-0.34 is installed
OR glibc-devel-32bit-2.11.1-0.34 is installed
OR glibc-html-2.11.1-0.34 is installed
OR glibc-i18ndata-2.11.1-0.34 is installed
OR glibc-info-2.11.1-0.34 is installed
OR glibc-locale-2.11.1-0.34 is installed
OR glibc-locale-32bit-2.11.1-0.34 is installed
OR glibc-locale-x86-2.11.1-0.34 is installed
OR glibc-profile-2.11.1-0.34 is installed
OR glibc-profile-32bit-2.11.1-0.34 is installed
OR glibc-profile-x86-2.11.1-0.34 is installed
OR glibc-x86-2.11.1-0.34 is installed
OR libxcrypt-3.0.3-0.4 is installed
OR libxcrypt-32bit-3.0.3-0.4 is installed
OR nscd-2.11.1-0.34 is installed
OR pam-modules-11-1.18 is installed
OR pam-modules-32bit-11-1.18 is installed
OR pwdutils-3.2.8-0.4 is installed
OR pwdutils-plugin-audit-3.2.8-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
glibc-2.11.1-0.34 is installed
OR glibc-32bit-2.11.1-0.34 is installed
OR glibc-devel-2.11.1-0.34 is installed
OR glibc-devel-32bit-2.11.1-0.34 is installed
OR glibc-html-2.11.1-0.34 is installed
OR glibc-i18ndata-2.11.1-0.34 is installed
OR glibc-info-2.11.1-0.34 is installed
OR glibc-locale-2.11.1-0.34 is installed
OR glibc-locale-32bit-2.11.1-0.34 is installed
OR glibc-locale-x86-2.11.1-0.34 is installed
OR glibc-profile-2.11.1-0.34 is installed
OR glibc-profile-32bit-2.11.1-0.34 is installed
OR glibc-profile-x86-2.11.1-0.34 is installed
OR glibc-x86-2.11.1-0.34 is installed
OR libxcrypt-3.0.3-0.4 is installed
OR libxcrypt-32bit-3.0.3-0.4 is installed
OR nscd-2.11.1-0.34 is installed
OR pam-modules-11-1.18 is installed
OR pam-modules-32bit-11-1.18 is installed
OR pwdutils-3.2.8-0.4 is installed
OR pwdutils-plugin-audit-3.2.8-0.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND apache2-mod_python-3.3.1-147.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
libsoup-2_4-1-2.28.2-0.1 is installed
OR libsoup-2_4-1-32bit-2.28.2-0.1 is installed
OR libsoup-2_4-1-x86-2.28.2-0.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-31.2.0esr-0.11.11 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.5 is installed
OR MozillaFirefox-translations-31.2.0esr-0.11.11 is installed
OR libfreebl3-3.17.2-0.3 is installed
OR libfreebl3-32bit-3.17.2-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.17.2-0.3 is installed
OR mozilla-nss-32bit-3.17.2-0.3 is installed
OR mozilla-nss-tools-3.17.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.2.0esr-0.11.11 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.5 is installed
OR MozillaFirefox-translations-31.2.0esr-0.11.11 is installed
OR libfreebl3-3.17.2-0.3 is installed
OR libfreebl3-32bit-3.17.2-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.17.2-0.3 is installed
OR mozilla-nss-32bit-3.17.2-0.3 is installed
OR mozilla-nss-tools-3.17.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-31.2.0esr-0.11.11 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.5 is installed
OR MozillaFirefox-translations-31.2.0esr-0.11.11 is installed
OR libfreebl3-3.17.2-0.3 is installed
OR libfreebl3-32bit-3.17.2-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.17.2-0.3 is installed
OR mozilla-nss-32bit-3.17.2-0.3 is installed
OR mozilla-nss-tools-3.17.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.2.0esr-0.11.11 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.5 is installed
OR MozillaFirefox-translations-31.2.0esr-0.11.11 is installed
OR libfreebl3-3.17.2-0.3 is installed
OR libfreebl3-32bit-3.17.2-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.17.2-0.3 is installed
OR mozilla-nss-32bit-3.17.2-0.3 is installed
OR mozilla-nss-tools-3.17.2-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.40 is installed
OR libMagickCore1-6.4.3.6-7.40 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
strongswan-4.4.0-6.21 is installed
OR strongswan-doc-4.4.0-6.21 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
strongswan-4.4.0-6.21 is installed
OR strongswan-doc-4.4.0-6.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
strongswan-4.4.0-6.21 is installed
OR strongswan-doc-4.4.0-6.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
strongswan-4.4.0-6.21 is installed
OR strongswan-doc-4.4.0-6.21 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
strongswan-4.4.0-6.21 is installed
OR strongswan-doc-4.4.0-6.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
jakarta-commons-fileupload-1.1.1-1.35 is installed
OR jakarta-commons-fileupload-javadoc-1.1.1-1.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
jakarta-commons-fileupload-1.1.1-1.35 is installed
OR jakarta-commons-fileupload-javadoc-1.1.1-1.35 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
jakarta-commons-fileupload-1.1.1-1.35 is installed
OR jakarta-commons-fileupload-javadoc-1.1.1-1.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND LibVNCServer-0.9.1-154 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
ImageMagick-6.4.3.6-7.37 is installed
OR libMagickCore1-6.4.3.6-7.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
freeradius-server-2.1.1-7.18 is installed
OR freeradius-server-dialupadmin-2.1.1-7.18 is installed
OR freeradius-server-doc-2.1.1-7.18 is installed
OR freeradius-server-libs-2.1.1-7.18 is installed
OR freeradius-server-utils-2.1.1-7.18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
freeradius-server-2.1.1-7.18 is installed
OR freeradius-server-dialupadmin-2.1.1-7.18 is installed
OR freeradius-server-doc-2.1.1-7.18 is installed
OR freeradius-server-libs-2.1.1-7.18 is installed
OR freeradius-server-utils-2.1.1-7.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
freeradius-server-2.1.1-7.18 is installed
OR freeradius-server-dialupadmin-2.1.1-7.18 is installed
OR freeradius-server-doc-2.1.1-7.18 is installed
OR freeradius-server-libs-2.1.1-7.18 is installed
OR freeradius-server-utils-2.1.1-7.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
freeradius-server-2.1.1-7.18 is installed
OR freeradius-server-dialupadmin-2.1.1-7.18 is installed
OR freeradius-server-doc-2.1.1-7.18 is installed
OR freeradius-server-libs-2.1.1-7.18 is installed
OR freeradius-server-utils-2.1.1-7.18 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
freeradius-server-2.1.1-7.18 is installed
OR freeradius-server-dialupadmin-2.1.1-7.18 is installed
OR freeradius-server-doc-2.1.1-7.18 is installed
OR freeradius-server-libs-2.1.1-7.18 is installed
OR freeradius-server-utils-2.1.1-7.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.7.0esr-0.8 is installed
OR MozillaFirefox-translations-31.7.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-31.7.0esr-0.8 is installed
OR MozillaFirefox-translations-31.7.0esr-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-31.7.0esr-0.8 is installed
OR MozillaFirefox-translations-31.7.0esr-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND coolkey-1.1.0-22.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.29 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.29 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.29 is installed
OR kernel-default-3.0.101-0.47.106.29 is installed
OR kernel-default-base-3.0.101-0.47.106.29 is installed
OR kernel-default-devel-3.0.101-0.47.106.29 is installed
OR kernel-default-man-3.0.101-0.47.106.29 is installed
OR kernel-ec2-3.0.101-0.47.106.29 is installed
OR kernel-ec2-base-3.0.101-0.47.106.29 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.29 is installed
OR kernel-pae-3.0.101-0.47.106.29 is installed
OR kernel-pae-base-3.0.101-0.47.106.29 is installed
OR kernel-pae-devel-3.0.101-0.47.106.29 is installed
OR kernel-source-3.0.101-0.47.106.29 is installed
OR kernel-syms-3.0.101-0.47.106.29 is installed
OR kernel-trace-3.0.101-0.47.106.29 is installed
OR kernel-trace-base-3.0.101-0.47.106.29 is installed
OR kernel-trace-devel-3.0.101-0.47.106.29 is installed
OR kernel-xen-3.0.101-0.47.106.29 is installed
OR kernel-xen-base-3.0.101-0.47.106.29 is installed
OR kernel-xen-devel-3.0.101-0.47.106.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.29 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.29 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.29 is installed
OR kernel-default-3.0.101-0.47.106.29 is installed
OR kernel-default-base-3.0.101-0.47.106.29 is installed
OR kernel-default-devel-3.0.101-0.47.106.29 is installed
OR kernel-default-man-3.0.101-0.47.106.29 is installed
OR kernel-ec2-3.0.101-0.47.106.29 is installed
OR kernel-ec2-base-3.0.101-0.47.106.29 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.29 is installed
OR kernel-pae-3.0.101-0.47.106.29 is installed
OR kernel-pae-base-3.0.101-0.47.106.29 is installed
OR kernel-pae-devel-3.0.101-0.47.106.29 is installed
OR kernel-source-3.0.101-0.47.106.29 is installed
OR kernel-syms-3.0.101-0.47.106.29 is installed
OR kernel-trace-3.0.101-0.47.106.29 is installed
OR kernel-trace-base-3.0.101-0.47.106.29 is installed
OR kernel-trace-devel-3.0.101-0.47.106.29 is installed
OR kernel-xen-3.0.101-0.47.106.29 is installed
OR kernel-xen-base-3.0.101-0.47.106.29 is installed
OR kernel-xen-devel-3.0.101-0.47.106.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bsdtar-2.5.5-9.1 is installed
OR libarchive2-2.5.5-9.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND gd-2.0.36.RC1-52.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND gd-2.0.36.RC1-52.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
kernel-bigmem-3.0.101-108.48 is installed
OR kernel-bigmem-base-3.0.101-108.48 is installed
OR kernel-bigmem-devel-3.0.101-108.48 is installed
OR kernel-default-3.0.101-108.48 is installed
OR kernel-default-base-3.0.101-108.48 is installed
OR kernel-default-devel-3.0.101-108.48 is installed
OR kernel-default-man-3.0.101-108.48 is installed
OR kernel-ec2-3.0.101-108.48 is installed
OR kernel-ec2-base-3.0.101-108.48 is installed
OR kernel-ec2-devel-3.0.101-108.48 is installed
OR kernel-pae-3.0.101-108.48 is installed
OR kernel-pae-base-3.0.101-108.48 is installed
OR kernel-pae-devel-3.0.101-108.48 is installed
OR kernel-ppc64-3.0.101-108.48 is installed
OR kernel-ppc64-base-3.0.101-108.48 is installed
OR kernel-ppc64-devel-3.0.101-108.48 is installed
OR kernel-source-3.0.101-108.48 is installed
OR kernel-syms-3.0.101-108.48 is installed
OR kernel-trace-3.0.101-108.48 is installed
OR kernel-trace-base-3.0.101-108.48 is installed
OR kernel-trace-devel-3.0.101-108.48 is installed
OR kernel-xen-3.0.101-108.48 is installed
OR kernel-xen-base-3.0.101-108.48 is installed
OR kernel-xen-devel-3.0.101-108.48 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
kernel-bigmem-3.0.101-108.48 is installed
OR kernel-bigmem-base-3.0.101-108.48 is installed
OR kernel-bigmem-devel-3.0.101-108.48 is installed
OR kernel-default-3.0.101-108.48 is installed
OR kernel-default-base-3.0.101-108.48 is installed
OR kernel-default-devel-3.0.101-108.48 is installed
OR kernel-default-man-3.0.101-108.48 is installed
OR kernel-ec2-3.0.101-108.48 is installed
OR kernel-ec2-base-3.0.101-108.48 is installed
OR kernel-ec2-devel-3.0.101-108.48 is installed
OR kernel-pae-3.0.101-108.48 is installed
OR kernel-pae-base-3.0.101-108.48 is installed
OR kernel-pae-devel-3.0.101-108.48 is installed
OR kernel-ppc64-3.0.101-108.48 is installed
OR kernel-ppc64-base-3.0.101-108.48 is installed
OR kernel-ppc64-devel-3.0.101-108.48 is installed
OR kernel-source-3.0.101-108.48 is installed
OR kernel-syms-3.0.101-108.48 is installed
OR kernel-trace-3.0.101-108.48 is installed
OR kernel-trace-base-3.0.101-108.48 is installed
OR kernel-trace-devel-3.0.101-108.48 is installed
OR kernel-xen-3.0.101-108.48 is installed
OR kernel-xen-base-3.0.101-108.48 is installed
OR kernel-xen-devel-3.0.101-108.48 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.30 is installed
OR libcurl4-openssl1-x86-7.37.0-70.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-7.37.0-70.30 is installed
OR libcurl4-openssl1-32bit-7.37.0-70.30 is installed
OR libcurl4-openssl1-x86-7.37.0-70.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
ntp-4.2.6p5-31 is installed
OR ntp-doc-4.2.6p5-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
ntp-4.2.6p5-31 is installed
OR ntp-doc-4.2.6p5-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND apache2-mod_perl-2.0.8-8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND wget-1.14-10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND wget-1.14-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
bind-9.9.6P1-30 is installed
OR bind-chrootenv-9.9.6P1-30 is installed
OR bind-doc-9.9.6P1-30 is installed
OR bind-libs-9.9.6P1-30 is installed
OR bind-libs-32bit-9.9.6P1-30 is installed
OR bind-utils-9.9.6P1-30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
qemu-2.3.1-33.3 is installed
OR qemu-block-curl-2.3.1-33.3 is installed
OR qemu-block-rbd-2.3.1-33.3 is installed
OR qemu-guest-agent-2.3.1-33.3 is installed
OR qemu-ipxe-1.0.0-33.3 is installed
OR qemu-kvm-2.3.1-33.3 is installed
OR qemu-lang-2.3.1-33.3 is installed
OR qemu-ppc-2.3.1-33.3 is installed
OR qemu-s390-2.3.1-33.3 is installed
OR qemu-seabios-1.8.1-33.3 is installed
OR qemu-sgabios-8-33.3 is installed
OR qemu-tools-2.3.1-33.3 is installed
OR qemu-vgabios-1.8.1-33.3 is installed
OR qemu-x86-2.3.1-33.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
qemu-2.3.1-33.3 is installed
OR qemu-block-curl-2.3.1-33.3 is installed
OR qemu-block-rbd-2.3.1-33.3 is installed
OR qemu-guest-agent-2.3.1-33.3 is installed
OR qemu-ipxe-1.0.0-33.3 is installed
OR qemu-kvm-2.3.1-33.3 is installed
OR qemu-lang-2.3.1-33.3 is installed
OR qemu-ppc-2.3.1-33.3 is installed
OR qemu-s390-2.3.1-33.3 is installed
OR qemu-seabios-1.8.1-33.3 is installed
OR qemu-sgabios-8-33.3 is installed
OR qemu-tools-2.3.1-33.3 is installed
OR qemu-vgabios-1.8.1-33.3 is installed
OR qemu-x86-2.3.1-33.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_24-default-7-2.1 is installed
OR kgraft-patch-3_12_67-60_64_24-xen-7-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_11-7-2.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libsoup-2.54.1-5.3 is installed
OR libsoup-2_4-1-2.54.1-5.3 is installed
OR libsoup-2_4-1-32bit-2.54.1-5.3 is installed
OR libsoup-lang-2.54.1-5.3 is installed
OR typelib-1_0-Soup-2_4-2.54.1-5.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libsoup-2.54.1-5.3 is installed
OR libsoup-2_4-1-2.54.1-5.3 is installed
OR libsoup-2_4-1-32bit-2.54.1-5.3 is installed
OR libsoup-lang-2.54.1-5.3 is installed
OR typelib-1_0-Soup-2_4-2.54.1-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND clamav-0.99.2-25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
xen-4.7.5_04-43.33 is installed
OR xen-doc-html-4.7.5_04-43.33 is installed
OR xen-libs-4.7.5_04-43.33 is installed
OR xen-libs-32bit-4.7.5_04-43.33 is installed
OR xen-tools-4.7.5_04-43.33 is installed
OR xen-tools-domU-4.7.5_04-43.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
xen-4.7.5_04-43.33 is installed
OR xen-doc-html-4.7.5_04-43.33 is installed
OR xen-libs-4.7.5_04-43.33 is installed
OR xen-libs-32bit-4.7.5_04-43.33 is installed
OR xen-tools-4.7.5_04-43.33 is installed
OR xen-tools-domU-4.7.5_04-43.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libmysqlclient18-10.0.35-29.20 is installed
OR libmysqlclient18-32bit-10.0.35-29.20 is installed
OR mariadb-10.0.35-29.20 is installed
OR mariadb-client-10.0.35-29.20 is installed
OR mariadb-errormessages-10.0.35-29.20 is installed
OR mariadb-tools-10.0.35-29.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libmysqlclient18-10.0.35-29.20 is installed
OR libmysqlclient18-32bit-10.0.35-29.20 is installed
OR mariadb-10.0.35-29.20 is installed
OR mariadb-client-10.0.35-29.20 is installed
OR mariadb-errormessages-10.0.35-29.20 is installed
OR mariadb-tools-10.0.35-29.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
libopenssl-devel-1.0.2j-60.30 is installed
OR libopenssl1_0_0-1.0.2j-60.30 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
OR openssl-1.0.2j-60.30 is installed
OR openssl-doc-1.0.2j-60.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
libopenssl-devel-1.0.2j-60.30 is installed
OR libopenssl1_0_0-1.0.2j-60.30 is installed
OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
OR openssl-1.0.2j-60.30 is installed
OR openssl-doc-1.0.2j-60.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libopenjp2-7-2.1.0-4.3 is installed
OR openjpeg2-2.1.0-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libopenjp2-7-2.1.0-4.3 is installed
OR openjpeg2-2.1.0-4.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libvirt-3.3.0-5.40 is installed
OR libvirt-admin-3.3.0-5.40 is installed
OR libvirt-client-3.3.0-5.40 is installed
OR libvirt-daemon-3.3.0-5.40 is installed
OR libvirt-daemon-config-network-3.3.0-5.40 is installed
OR libvirt-daemon-config-nwfilter-3.3.0-5.40 is installed
OR libvirt-daemon-driver-interface-3.3.0-5.40 is installed
OR libvirt-daemon-driver-libxl-3.3.0-5.40 is installed
OR libvirt-daemon-driver-lxc-3.3.0-5.40 is installed
OR libvirt-daemon-driver-network-3.3.0-5.40 is installed
OR libvirt-daemon-driver-nodedev-3.3.0-5.40 is installed
OR libvirt-daemon-driver-nwfilter-3.3.0-5.40 is installed
OR libvirt-daemon-driver-qemu-3.3.0-5.40 is installed
OR libvirt-daemon-driver-secret-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-core-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-disk-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-iscsi-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-logical-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-mpath-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-rbd-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-scsi-3.3.0-5.40 is installed
OR libvirt-daemon-hooks-3.3.0-5.40 is installed
OR libvirt-daemon-lxc-3.3.0-5.40 is installed
OR libvirt-daemon-qemu-3.3.0-5.40 is installed
OR libvirt-daemon-xen-3.3.0-5.40 is installed
OR libvirt-doc-3.3.0-5.40 is installed
OR libvirt-libs-3.3.0-5.40 is installed
OR libvirt-lock-sanlock-3.3.0-5.40 is installed
OR libvirt-nss-3.3.0-5.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libvirt-3.3.0-5.40 is installed
OR libvirt-admin-3.3.0-5.40 is installed
OR libvirt-client-3.3.0-5.40 is installed
OR libvirt-daemon-3.3.0-5.40 is installed
OR libvirt-daemon-config-network-3.3.0-5.40 is installed
OR libvirt-daemon-config-nwfilter-3.3.0-5.40 is installed
OR libvirt-daemon-driver-interface-3.3.0-5.40 is installed
OR libvirt-daemon-driver-libxl-3.3.0-5.40 is installed
OR libvirt-daemon-driver-lxc-3.3.0-5.40 is installed
OR libvirt-daemon-driver-network-3.3.0-5.40 is installed
OR libvirt-daemon-driver-nodedev-3.3.0-5.40 is installed
OR libvirt-daemon-driver-nwfilter-3.3.0-5.40 is installed
OR libvirt-daemon-driver-qemu-3.3.0-5.40 is installed
OR libvirt-daemon-driver-secret-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-core-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-disk-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-iscsi-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-logical-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-mpath-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-rbd-3.3.0-5.40 is installed
OR libvirt-daemon-driver-storage-scsi-3.3.0-5.40 is installed
OR libvirt-daemon-hooks-3.3.0-5.40 is installed
OR libvirt-daemon-lxc-3.3.0-5.40 is installed
OR libvirt-daemon-qemu-3.3.0-5.40 is installed
OR libvirt-daemon-xen-3.3.0-5.40 is installed
OR libvirt-doc-3.3.0-5.40 is installed
OR libvirt-libs-3.3.0-5.40 is installed
OR libvirt-lock-sanlock-3.3.0-5.40 is installed
OR libvirt-nss-3.3.0-5.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libsolv-0.6.36-2.27.19 is installed
OR libsolv-tools-0.6.36-2.27.19 is installed
OR libzypp-16.20.2-27.60 is installed
OR perl-solv-0.6.36-2.27.19 is installed
OR python-solv-0.6.36-2.27.19 is installed
OR zypper-1.13.54-18.40 is installed
OR zypper-log-1.13.54-18.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libsolv-0.6.36-2.27.19 is installed
OR libsolv-tools-0.6.36-2.27.19 is installed
OR libzypp-16.20.2-27.60 is installed
OR perl-solv-0.6.36-2.27.19 is installed
OR python-solv-0.6.36-2.27.19 is installed
OR zypper-1.13.54-18.40 is installed
OR zypper-log-1.13.54-18.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
nfs-client-1.3.0-34.22 is installed
OR nfs-doc-1.3.0-34.22 is installed
OR nfs-kernel-server-1.3.0-34.22 is installed
OR nfs-utils-1.3.0-34.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
nfs-client-1.3.0-34.22 is installed
OR nfs-doc-1.3.0-34.22 is installed
OR nfs-kernel-server-1.3.0-34.22 is installed
OR nfs-utils-1.3.0-34.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libSoundTouch0-1.7.1-5.3 is installed
OR soundtouch-1.7.1-5.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libSoundTouch0-1.7.1-5.3 is installed
OR soundtouch-1.7.1-5.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
bluez-5.13-5.7 is installed
OR libbluetooth3-5.13-5.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
bluez-5.13-5.7 is installed
OR libbluetooth3-5.13-5.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND binutils-2.32-9.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND binutils-2.32-9.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libtiff5-4.0.7-35 is installed
OR tiff-4.0.7-35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_55-52_42-default-7-2 is installed
OR kgraft-patch-3_12_55-52_42-xen-7-2 is installed
OR kgraft-patch-SLE12_Update_12-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_67-60_64_21-default-8-2 is installed
OR kgraft-patch-3_12_67-60_64_21-xen-8-2 is installed
OR kgraft-patch-SLE12-SP1_Update_10-8-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
libxml2-2.7.6-0.77.10 is installed
OR libxml2-devel-2.7.6-0.77.10 is installed
OR libxml2-devel-32bit-2.7.6-0.77.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.451-77 is installed
OR flash-player-gnome-11.2.202.451-77 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
ImageMagick-6.8.8.1-30 is installed
OR libMagick++-6_Q16-3-6.8.8.1-30 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libpcrecpp0-8.39-5 is installed
OR libpcrecpp0-32bit-8.39-5 is installed
OR pcre-8.39-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
kernel-default-4.4.92-6.18 is installed
OR kernel-default-extra-4.4.92-6.18 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
MozillaFirefox-45.2.0esr-45.2 is installed
OR MozillaFirefox-branding-SLED-45.0-23.10 is installed
OR MozillaFirefox-translations-45.2.0esr-45.2 is installed
OR firefox-fontconfig-2.11.0-2.1 is installed
OR libfreebl3-3.21.1-35.1 is installed
OR libfreebl3-32bit-3.21.1-35.1 is installed
OR libsoftokn3-3.21.1-35.1 is installed
OR libsoftokn3-32bit-3.21.1-35.1 is installed
OR mozilla-nspr-4.12-29.1 is installed
OR mozilla-nspr-32bit-4.12-29.1 is installed
OR mozilla-nss-3.21.1-35.1 is installed
OR mozilla-nss-32bit-3.21.1-35.1 is installed
OR mozilla-nss-tools-3.21.1-35.1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND ruby2.1-rubygem-activemodel-4_2-4.2.2-5.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND tor-0.3.1.9-8 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
ffmpeg2-2.8.12-15 is installed
OR ffmpeg2-devel-2.8.12-15 is installed
OR libavcodec56-2.8.12-15 is installed
OR libavdevice56-2.8.12-15 is installed
OR libavfilter5-2.8.12-15 is installed
OR libavformat56-2.8.12-15 is installed
OR libavresample2-2.8.12-15 is installed
OR libavutil54-2.8.12-15 is installed
OR libpostproc53-2.8.12-15 is installed
OR libswresample1-2.8.12-15 is installed
OR libswscale3-2.8.12-15 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
mongodb-3.4.10-5 is installed
OR mongodb-mongoperf-3.4.10-5 is installed
OR mongodb-mongos-3.4.10-5 is installed
OR mongodb-server-3.4.10-5 is installed
OR mongodb-shell-3.4.10-5 is installed
|