Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP4 LTSS kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2020-0305: In cdev_get of char_dev.c, there is a possible use-after-free due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1174462). - CVE-2019-20908: An issue was discovered in drivers/firmware/efi/efi.c where incorrect access permissions for the efivar_ssdt ACPI variable could be used by attackers to bypass lockdown or secure boot restrictions, aka CID-1957a85b0032 (bnc#1173567). - CVE-2020-15780: An issue was discovered in drivers/acpi/acpi_configfs.c where injection of malicious ACPI tables via configfs could be used by attackers to bypass lockdown and secure boot restrictions, aka CID-75b0cea7bf30 (bnc#1173573). - CVE-2020-15393: usbtest_disconnect in drivers/usb/misc/usbtest.c has a memory leak, aka CID-28ebeb8db770 (bnc#1173514). - CVE-2020-12771: btree_gc_coalesce in drivers/md/bcache/btree.c had a deadlock if a coalescing operation fails (bnc#1171732). - CVE-2019-16746: net/wireless/nl80211.c did not check the length of variable elements in a beacon head, leading to a buffer overflow (bnc#1152107). - CVE-2020-12888: The VFIO PCI driver mishandled attempts to access disabled memory space (bnc#1171868). - CVE-2020-10769: A buffer over-read flaw was found in crypto_authenc_extractkeys in crypto/authenc.c in the IPsec Cryptographic algorithm's module, authenc. When a payload longer than 4 bytes, and is not following 4-byte alignment boundary guidelines, it causes a buffer over-read threat, leading to a system crash. This flaw allowed a local attacker with user privileges to cause a denial of service (bnc#1173265). - CVE-2020-10773: A kernel stack information leak on s390/s390x was fixed (bnc#1172999). - CVE-2020-14416: A race condition in tty->disc_data handling in the slip and slcan line discipline could lead to a use-after-free, aka CID-0ace17d56824. This affects drivers/net/slip/slip.c and drivers/net/can/slcan.c (bnc#1162002). - CVE-2020-10768: Indirect branch speculation could have been enabled after it was force-disabled by the PR_SPEC_FORCE_DISABLE prctl command. (bnc#1172783). - CVE-2020-10766: Fixed Rogue cross-process SSBD shutdown, where a Linux scheduler logical bug allows an attacker to turn off the SSBD protection. (bnc#1172781). - CVE-2020-10767: Indirect Branch Prediction Barrier was force-disabled when STIBP is unavailable or enhanced IBRS is available. (bnc#1172782). - CVE-2020-13974: drivers/tty/vt/keyboard.c had an integer overflow if k_ascii is called several times in a row, aka CID-b86dab054059. (bnc#1172775). - CVE-2019-20810: go7007_snd_init in drivers/media/usb/go7007/snd-go7007.c in the Linux kernel did not call snd_card_free for a failure path, which causes a memory leak, aka CID-9453264ef586 (bnc#1172458).
The following non-security bugs were fixed:
- ACPI: PM: Avoid using power resources if there are none for D0 (bsc#1051510). - ALSA: es1688: Add the missed snd_card_free() (bsc#1051510). - bcache: Fix an error code in bch_dump_read() (git fixes (block drivers)). - block, bfq: add requeue-request hook (bsc#1104967 bsc#1171673). - block, bfq: postpone rq preparation to insert or merge (bsc#1104967 bsc#1171673). - block: remove QUEUE_FLAG_STACKABLE (git fixes (block drivers)). - block: sed-opal: fix sparse warning: convert __be64 data (git fixes (block drivers)). - btrfs: always wait on ordered extents at fsync time (bsc#1171761). - btrfs: clean up the left over logged_list usage (bsc#1171761). - btrfs: do not zero f_bavail if we have available space (bsc#1168081). - btrfs: fix list_add corruption and soft lockups in fsync (bsc#1171761). - btrfs: fix missing data checksums after a ranged fsync (msync) (bsc#1171761). - btrfs: fix missing file extent item for hole after ranged fsync (bsc#1171761). - btrfs: fix missing hole after hole punching and fsync when using NO_HOLES (bsc#1171761). - btrfs: fix missing semaphore unlock in btrfs_sync_file (bsc#1171761). - btrfs: fix rare chances for data loss when doing a fast fsync (bsc#1171761). - btrfs: Remove extra parentheses from condition in copy_items() (bsc#1171761). - btrfs: remove no longer used io_err from btrfs_log_ctx (bsc#1171761). - btrfs: remove no longer used logged range variables when logging extents (bsc#1171761). - btrfs: remove no longer used 'sync' member from transaction handle (bsc#1171761). - btrfs: remove remaing full_sync logic from btrfs_sync_file (bsc#1171761). - btrfs: remove the logged extents infrastructure (bsc#1171761). - btrfs: remove the wait ordered logic in the log_one_extent path (bsc#1171761). - btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate() (bsc#1171124). - CDC-ACM: heed quirk also in error handling (git-fixes). - cifs: get rid of unused parameter in reconn_setup_dfs_targets() (bsc#1144333). - cifs: handle hostnames that resolve to same ip in failover (bsc#1144333 bsc#1161016). - cifs: set up next DFS target before generic_ip_connect() (bsc#1144333 bsc#1161016). - clk: bcm2835: Fix return type of bcm2835_register_gate (bsc#1051510). - clk: clk-flexgen: fix clock-critical handling (bsc#1051510). - clk: sunxi: Fix incorrect usage of round_down() (bsc#1051510). - compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE (git fixes (block drivers)). - compat_ioctl: block: handle Persistent Reservations (git fixes (block drivers)). - copy_{to,from}_user(): consolidate object size checks (git fixes). - crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is fully iterated (git-fixes). - dm btree: increase rebalance threshold in __rebalance2() (git fixes (block drivers)). - dm cache: fix a crash due to incorrect work item cancelling (git fixes (block drivers)). - dm crypt: fix benbi IV constructor crash if used in authenticated mode (git fixes (block drivers)). - dm: fix potential for q->make_request_fn NULL pointer (git fixes (block drivers)). - dm space map common: fix to ensure new block isn't already in use (git fixes (block drivers)). - dm: various cleanups to md->queue initialization code (git fixes). - dm verity fec: fix hash block number in verity_fec_decode (git fixes (block drivers)). - dm verity fec: fix memory leak in verity_fec_dtr (git fixes (block drivers)). - Drivers: hv: Change flag to write log level in panic msg to false (bsc#1170618). - drivers: soc: ti: knav_qmss_queue: Make knav_gp_range_ops static (bsc#1051510). - drm/dp_mst: Increase ACT retry timeout to 3s (bsc#1152472) * context changes - drm: encoder_slave: fix refcouting error for modules (bsc#1114279) - drm/mediatek: Check plane visibility in atomic_update (bsc#1152472) * context changes - drm/qxl: Use correct notify port address when creating cursor ring (bsc#1152472) - drm/radeon: fix double free (bsc#1152472) - drm/radeon: fix fb_div check in ni_init_smc_spll_table() (bsc#1152472) - e1000e: Disable TSO for buffer overrun workaround (bsc#1051510). - e1000e: Do not wake up the system via WOL if device wakeup is disabled (bsc#1051510). - EDAC/amd64: Read back the scrub rate PCI register on F15h (bsc#1114279). - evm: Check also if *tfm is an error pointer in init_desc() (bsc#1051510). - evm: Fix a small race in init_desc() (bsc#1051510). - extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' (bsc#1051510). - gpiolib: Document that GPIO line names are not globally unique (bsc#1051510). - HID: sony: Fix for broken buttons on DS3 USB dongles (bsc#1051510). - ibmveth: Fix max MTU limit (bsc#1173428 ltc#186397). - ibmvnic: continue to init in CRQ reset returns H_CLOSED (bsc#1173280 ltc#185369). - ibmvnic: Flush existing work items before device removal (bsc#1065729). - ibmvnic: Harden device login requests (bsc#1170011 ltc#183538). - iio: buffer: Do not allow buffers without any channels enabled to be activated (bsc#1051510). - iio: pressure: bmp280: Tolerate IRQ before registering (bsc#1051510). - ima: Directly assign the ima_default_policy pointer to ima_rules (bsc#1051510). - ima: Fix ima digest hash table key calculation (bsc#1051510). - include/asm-generic/topology.h: guard cpumask_of_node() macro argument (bsc#1148868). - intel_idle: Graceful probe failure when MWAIT is disabled (bsc#1174115). - KVM: nVMX: Do not reread VMCS-agnostic state when switching VMCS (bsc#1114279). - KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02 (bsc#1114279). - kvm: x86: Fix L1TF mitigation for shadow MMU (bsc#1171904). - KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generated (bsc#1171904). - KVM: x86: only do L1TF workaround on affected processors (bsc#1171904). - libceph: do not omit recovery_deletes in target_copy() (bsc#1173462). - livepatch: Apply vmlinux-specific KLP relocations early (bsc#1071995). - livepatch: Disallow vmlinux.ko (bsc#1071995). - livepatch: Make klp_apply_object_relocs static (bsc#1071995). - livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols (bsc#1071995). - livepatch: Remove .klp.arch (bsc#1071995). - md: Avoid namespace collision with bitmap API (git fixes (block drivers)). - md: use memalloc scope APIs in mddev_suspend()/mddev_resume() (git fixes (block drivers)). - mmc: fix compilation of user API (bsc#1051510). - netfilter: connlabels: prefer static lock initialiser (git-fixes). - netfilter: ctnetlink: netns exit must wait for callbacks (bsc#1169795). - netfilter: not mark a spinlock as __read_mostly (git-fixes). - net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss() (bsc#1172484). - NFS: Fix an RCU lock leak in nfs4_refresh_delegation_stateid() (bsc#1170592). - NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID (bsc#1170592). - nvme: check for NVME_CTRL_LIVE in nvme_report_ns_ids() (bcs#1171558 bsc#1159058). - nvme: do not update multipath disk information if the controller is down (bcs#1171558 bsc#1159058). - objtool: Clean instruction state before each function validation (bsc#1169514). - objtool: Ignore empty alternatives (bsc#1169514). - overflow: Fix -Wtype-limits compilation warnings (git fixes). - overflow.h: Add arithmetic shift helper (git fixes). - p54usb: add AirVasT USB stick device-id (bsc#1051510). - PCI: Allow pci_resize_resource() for devices on root bus (bsc#1051510). - PCI: Fix pci_register_host_bridge() device_register() error handling (bsc#1051510). - PCI: Program MPS for RCiEP devices (bsc#1051510). - PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream Port (bsc#1051510). - perf: Allocate context task_ctx_data for child event (git-fixes). - perf/cgroup: Fix perf cgroup hierarchy support (git-fixes). - perf: Copy parent's address filter offsets on clone (git-fixes). - perf/core: Add sanity check to deal with pinned event failure (git-fixes). - perf/core: Avoid freeing static PMU contexts when PMU is unregistered (git-fixes). - perf/core: Correct event creation with PERF_FORMAT_GROUP (git-fixes). - perf/core: Do not WARN() for impossible ring-buffer sizes (git-fixes). - perf/core: Fix bad use of igrab() (git fixes (dependent patch)). - perf/core: Fix crash when using HW tracing kernel filters (git-fixes). - perf/core: Fix ctx_event_type in ctx_resched() (git-fixes). - perf/core: Fix error handling in perf_event_alloc() (git-fixes). - perf/core: Fix exclusive events' grouping (git-fixes). - perf/core: Fix group scheduling with mixed hw and sw events (git-fixes). - perf/core: Fix impossible ring-buffer sizes warning (git-fixes). - perf/core: Fix locking for children siblings group read (git-fixes). - perf/core: Fix lock inversion between perf,trace,cpuhp (git-fixes (dependent patch for 18736eef1213)). - perf/core: Fix perf_event_read_value() locking (git-fixes). - perf/core: Fix perf_pmu_unregister() locking (git-fixes). - perf/core: Fix __perf_read_group_add() locking (git-fixes (dependent patch)). - perf/core: Fix perf_sample_regs_user() mm check (git-fixes). - perf/core: Fix possible Spectre-v1 indexing for ->aux_pages (git-fixes). - perf/core: Fix race between close() and fork() (git-fixes). - perf/core: Fix the address filtering fix (git-fixes). - perf/core: Fix use-after-free in uprobe_perf_close() (git-fixes). - perf/core: Force USER_DS when recording user stack data (git-fixes). - perf/core: Restore mmap record type correctly (git-fixes). - perf: Fix header.size for namespace events (git-fixes). - perf/ioctl: Add check for the sample_period value (git-fixes). - perf, pt, coresight: Fix address filters for vmas with non-zero offset (git-fixes). - perf: Return proper values for user stack errors (git-fixes). - perf/x86/amd: Constrain Large Increment per Cycle events (git-fixes). - perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP validity (git-fixes). - perf/x86/amd/ibs: Fix sample bias for dispatched micro-ops (git-fixes). - perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h) (git-fixes). - perf/x86/amd/iommu: Make the 'amd_iommu_attr_groups' symbol static (git-fixes). - perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCs (git-fixes stable). - perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCs (git-fixes). - perf/x86/amd/uncore: Set ThreadMask and SliceMask for L3 Cache perf events (git-fixes stable). - perf/x86: Enable free running PEBS for REGS_USER/INTR (git-fixes). - perf/x86: Fix incorrect PEBS_REGS (git-fixes). - perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts() (git-fixes). - perf/x86/intel: Add proper condition to run sched_task callbacks (git-fixes). - perf/x86/intel/bts: Fix the use of page_private() (git-fixes). - perf/x86/intel: Fix PT PMI handling (git-fixes). - perf/x86/intel: Move branch tracing setup to the Intel-specific source file (git-fixes). - perf/x86/intel/uncore: Add Node ID mask (git-fixes). - perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKX (git-fixes). - perf/x86/pt, coresight: Clean up address filter structure (git fixes (dependent patch)). - perf/x86/uncore: Fix event group support (git-fixes). - pid: Improve the comment about waiting in zap_pid_ns_processes (git fixes)). - pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()' (bsc#1051510). - pinctrl: imxl: Fix an error handling path in 'imx1_pinctrl_core_probe()' (bsc#1051510). - pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOs (bsc#1051510). - pnp: Use list_for_each_entry() instead of open coding (git fixes). - powerpc/64s: Do not let DT CPU features set FSCR_DSCR (bsc#1065729). - powerpc/64s: Save FSCR to init_task.thread.fscr after feature init (bsc#1065729). - powerpc/xive: Clear the page tables for the ESB IO mapping (bsc#1085030). - power: supply: bq24257_charger: Replace depends on REGMAP_I2C with select (bsc#1051510). - power: supply: lp8788: Fix an error handling path in 'lp8788_charger_probe()' (bsc#1051510). - power: supply: smb347-charger: IRQSTAT_D is volatile (bsc#1051510). - raid5: remove gfp flags from scribble_alloc() (git fixes (block drivers)). - resolve KABI warning for perf-pt-coresight (git-fixes). - Revert 'bcache: ignore pending signals when creating gc and allocator thread' (git fixes (block drivers)). - Revert 'dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues' (git fixes (block drivers)). - Revert 'tools lib traceevent: Remove unneeded qsort and uses memmove' - rpm/kernel-docs.spec.in: Require python-packaging for build. - s390/bpf: Maintain 8-byte stack alignment (bsc#1169194). - s390: fix syscall_get_error for compat processes (git-fixes). - s390/qdio: consistently restore the IRQ handler (git-fixes). - s390/qdio: lock device while installing IRQ handler (git-fixes). - s390/qdio: put thinint indicator after early error (git-fixes). - s390/qdio: tear down thinint indicator after early error (git-fixes). - s390/qeth: fix error handling for isolation mode cmds (git-fixes). - scsi: ibmvscsi: Do not send host info in adapter info MAD after LPM (bsc#1172759 ltc#184814). - scsi: qedf: Add port_id getter (bsc#1150660). - scsi: qla2xxx: Set NVMe status code for failed NVMe FCP request (bsc#1158983). - spi: dw: use 'smp_mb()' to avoid sending spi data error (bsc#1051510). - staging: rtl8712: Fix IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK (bsc#1051510). - staging: sm750fb: add missing case while setting FB_VISUAL (bsc#1051510). - SUNRPC: The TCP back channel mustn't disappear while requests are outstanding (bsc#1152624). - tracing: Fix event trigger to accept redundant spaces (git-fixes). - tty: n_gsm: Fix bogus i++ in gsm_data_kick (bsc#1051510). - tty: n_gsm: Fix SOF skipping (bsc#1051510). - tty: n_gsm: Fix waking up upper tty layer when room available (bsc#1051510). - usb: dwc2: gadget: move gadget resume after the core is in L0 state (bsc#1051510). - usb: gadget: lpc32xx_udc: do not dereference ep pointer before null check (bsc#1051510). - usb: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nuke (bsc#1051510). - usb: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe() (bsc#1051510). - usb: musb: Fix runtime PM imbalance on error (bsc#1051510). - usb: musb: start session in resume for host port (bsc#1051510). - usb: serial: option: add Telit LE910C1-EUX compositions (bsc#1051510). - usb: serial: qcserial: add DW5816e QDL support (bsc#1051510). - usb: serial: usb_wwan: do not resubmit rx urb on fatal errors (bsc#1051510). - usb: serial: usb_wwan: do not resubmit rx urb on fatal errors (git-fixes). - virtio-blk: handle block_device_operations callbacks after hot unplug (git fixes (block drivers)). - vmxnet3: add geneve and vxlan tunnel offload support (bsc#1172484). - vmxnet3: add support to get/set rx flow hash (bsc#1172484). - vmxnet3: allow rx flow hash ops only when rss is enabled (bsc#1172484). - vmxnet3: avoid format strint overflow warning (bsc#1172484). - vmxnet3: prepare for version 4 changes (bsc#1172484). - vmxnet3: Remove always false conditional statement (bsc#1172484). - vmxnet3: remove redundant initialization of pointer 'rq' (bsc#1172484). - vmxnet3: remove unused flag 'rxcsum' from struct vmxnet3_adapter (bsc#1172484). - vmxnet3: Replace msleep(1) with usleep_range() (bsc#1172484). - vmxnet3: update to version 4 (bsc#1172484). - vmxnet3: use correct hdr reference when packet is encapsulated (bsc#1172484). - w1: omap-hdq: cleanup to add missing newline for some dev_dbg (bsc#1051510). - work around mvfs bug (bsc#1162063). - x86/cpu/amd: Make erratum #1054 a legacy erratum (bsc#1114279). - x86/events/intel/ds: Add PERF_SAMPLE_PERIOD into PEBS_FREERUNNING_FLAGS (git-fixes). - x86: Fix early boot crash on gcc-10, third try (bsc#1114279). - x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisoned (bsc#1172257). - x86/reboot/quirks: Add MacBook6,1 reboot quirk (bsc#1114279). - xfrm: fix error in comment (git fixes).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1046856 1051510 1057389 1065729 1071995 1078808 1079869 1080042 1082041 1083625 1085030 1089811 1104967 1106989 1106996 1107609 1114157 1114169 1114279 1116451 1120381 1121874 1122033 1122983 1123131 1123455 1124062 1124365 1124366 1124368 1124869 1125330 1127760 1127857 1128649 1128845 1130330 1131317 1132053 1132054 1132060 1135189 1135228 1144333 1148868 1150660 1152107 1152472 1152624 1158983 1159058 1161016 1162002 1162063 1168081 1169194 1169514 1169795 1170011 1170592 1170618 1171124 1171424 1171558 1171673 1171701 1171732 1171761 1171868 1171904 1172257 1172344 1172458 1172484 1172759 1172775 1172781 1172782 1172783 1172999 1173265 1173280 1173428 1173462 1173514 1173567 1173573 1174115 1174462 1174543 1174955 1177155 990856 991809 CVE-2005-1349 CVE-2007-3999 CVE-2007-4000 CVE-2007-4743 CVE-2007-5497 CVE-2011-1006 CVE-2011-1022 CVE-2011-4099 CVE-2016-2830 CVE-2016-2836 CVE-2016-2837 CVE-2016-2838 CVE-2016-2839 CVE-2016-5252 CVE-2016-5254 CVE-2016-5258 CVE-2016-5259 CVE-2016-5262 CVE-2016-5263 CVE-2016-5264 CVE-2016-5265 CVE-2016-5824 CVE-2016-6354 CVE-2017-1000083 CVE-2017-1000251 CVE-2017-5715 CVE-2018-1064 CVE-2018-10851 CVE-2018-12405 CVE-2018-14626 CVE-2018-16412 CVE-2018-16413 CVE-2018-16644 CVE-2018-16858 CVE-2018-17466 CVE-2018-18335 CVE-2018-18356 CVE-2018-18492 CVE-2018-18493 CVE-2018-18494 CVE-2018-18498 CVE-2018-18500 CVE-2018-18501 CVE-2018-18505 CVE-2018-18509 CVE-2018-20467 CVE-2018-6764 CVE-2019-10650 CVE-2019-11007 CVE-2019-11008 CVE-2019-11009 CVE-2019-16746 CVE-2019-20810 CVE-2019-20908 CVE-2019-5785 CVE-2019-7175 CVE-2019-7395 CVE-2019-7397 CVE-2019-7398 CVE-2019-9956 CVE-2020-0305 CVE-2020-10766 CVE-2020-10767 CVE-2020-10768 CVE-2020-10769 CVE-2020-10773 CVE-2020-12771 CVE-2020-12888 CVE-2020-13974 CVE-2020-14416 CVE-2020-15393 CVE-2020-15708 CVE-2020-15780 CVE-2020-25637 openSUSE-SU-2016:2253-1 openSUSE-SU-2018:4073-1 openSUSE-SU-2019:0249-1 SUSE-SU-2017:2523-1 SUSE-SU-2017:3428-1 SUSE-SU-2018:0861-1 SUSE-SU-2019:1033-1 SUSE-SU-2019:1448-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 openSUSE Leap 42.3 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 High Availability Extension 11 SP4 SUSE Linux Enterprise Module for Toolchain 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS 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-CLIENT-TOOLS 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 SP4-CLIENT-TOOLS 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-LTSS SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP4-ESPOS SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS 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-CLIENT-TOOLS 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 SP4-CLIENT-TOOLS 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-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS 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 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 7 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
MozillaFirefox-41.0.2-1.2 is installed
OR MozillaFirefox-translations-common-41.0.2-1.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
ImageMagick-6.8.8.1-20.1 is installed
OR ImageMagick-devel-6.8.8.1-20.1 is installed
OR ImageMagick-doc-6.8.8.1-20.1 is installed
OR ImageMagick-extra-6.8.8.1-20.1 is installed
OR libMagick++-6_Q16-3-6.8.8.1-20.1 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-20.1 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-20.1 is installed
OR perl-PerlMagick-6.8.8.1-20.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
evince-3.20.1-4.1 is installed
OR evince-browser-plugin-3.20.1-4.1 is installed
OR evince-lang-3.20.1-4.1 is installed
OR evince-plugin-comicsdocument-3.20.1-4.1 is installed
OR evince-plugin-djvudocument-3.20.1-4.1 is installed
OR evince-plugin-dvidocument-3.20.1-4.1 is installed
OR evince-plugin-pdfdocument-3.20.1-4.1 is installed
OR evince-plugin-psdocument-3.20.1-4.1 is installed
OR evince-plugin-tiffdocument-3.20.1-4.1 is installed
OR evince-plugin-xpsdocument-3.20.1-4.1 is installed
OR libevdocument3-4-3.20.1-4.1 is installed
OR libevview3-3-3.20.1-4.1 is installed
OR nautilus-evince-3.20.1-4.1 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.1-4.1 is installed
OR typelib-1_0-EvinceView-3_0-3.20.1-4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-17.0.4esr-0.5 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.4esr-0.5 is installed
OR beagle-0.3.8-56.51 is installed
OR beagle-evolution-0.3.8-56.51 is installed
OR beagle-firefox-0.3.8-56.51 is installed
OR beagle-gui-0.3.8-56.51 is installed
OR beagle-lang-0.3.8-56.51 is installed
OR libfreebl3-3.14.2-0.4.3 is installed
OR libfreebl3-32bit-3.14.2-0.4.3 is installed
OR mhtml-firefox-0.5-1.47.51 is installed
OR mozilla-nspr-4.9.5-0.3 is installed
OR mozilla-nspr-32bit-4.9.5-0.3 is installed
OR mozilla-nss-3.14.2-0.4.3 is installed
OR mozilla-nss-32bit-3.14.2-0.4.3 is installed
OR mozilla-nss-tools-3.14.2-0.4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND libgadu-1.8.2-1.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
bind-9.9.6P1-0.19 is installed
OR bind-libs-9.9.6P1-0.19 is installed
OR bind-libs-32bit-9.9.6P1-0.19 is installed
OR bind-utils-9.9.6P1-0.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libjbig2-2.0-12 is installed
OR libjbig2-32bit-2.0-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND clamav-0.98.7-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
gstreamer-0_10-plugins-bad-0.10.23-20 is installed
OR gstreamer-0_10-plugins-bad-lang-0.10.23-20 is installed
OR libgstbasecamerabinsrc-0_10-23-0.10.23-20 is installed
OR libgstbasecamerabinsrc-0_10-23-32bit-0.10.23-20 is installed
OR libgstbasevideo-0_10-23-0.10.23-20 is installed
OR libgstbasevideo-0_10-23-32bit-0.10.23-20 is installed
OR libgstcodecparsers-0_10-23-0.10.23-20 is installed
OR libgstphotography-0_10-23-0.10.23-20 is installed
OR libgstphotography-0_10-23-32bit-0.10.23-20 is installed
OR libgstsignalprocessor-0_10-23-0.10.23-20 is installed
OR libgstsignalprocessor-0_10-23-32bit-0.10.23-20 is installed
OR libgstvdp-0_10-23-0.10.23-20 is installed
OR libgstvdp-0_10-23-32bit-0.10.23-20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libpng16-16-1.6.8-14 is installed
OR libpng16-16-32bit-1.6.8-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND lighttpd-1.4.20-2.58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Toolchain 12 is installed
AND Package Information
cpp5-5.3.1+r233831-9 is installed
OR gcc5-5.3.1+r233831-9 is installed
OR gcc5-c++-5.3.1+r233831-9 is installed
OR gcc5-fortran-5.3.1+r233831-9 is installed
OR gcc5-info-5.3.1+r233831-9 is installed
OR gcc5-locale-5.3.1+r233831-9 is installed
OR libffi-devel-gcc5-5.3.1+r233831-9 is installed
OR libstdc++6-devel-gcc5-5.3.1+r233831-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND LibVNCServer-0.9.1-160.14 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 |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
libopenssl0_9_8-0.9.8h-30.14 is installed
OR libopenssl0_9_8-32bit-0.9.8h-30.14 is installed
OR libopenssl0_9_8-x86-0.9.8h-30.14 is installed
OR openssl-0.9.8h-30.14 is installed
OR openssl-doc-0.9.8h-30.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
libopenssl0_9_8-0.9.8h-30.14 is installed
OR libopenssl0_9_8-32bit-0.9.8h-30.14 is installed
OR libopenssl0_9_8-x86-0.9.8h-30.14 is installed
OR openssl-0.9.8h-30.14 is installed
OR openssl-doc-0.9.8h-30.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND sudo-1.7.6p2-0.2.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND sudo-1.7.6p2-0.2.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND sudo-1.7.6p2-0.2.8 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND sudo-1.7.6p2-0.2.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND sudo-1.7.6p2-0.2.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND sudo-1.7.6p2-0.2.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
cups-1.3.9-8.44 is installed
OR cups-client-1.3.9-8.44 is installed
OR cups-libs-1.3.9-8.44 is installed
OR cups-libs-32bit-1.3.9-8.44 is installed
OR cups-libs-x86-1.3.9-8.44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
openssh-5.1p1-41.55 is installed
OR openssh-askpass-5.1p1-41.55 is installed
OR openssh-askpass-gnome-5.1p1-41.51 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
openssh-5.1p1-41.55 is installed
OR openssh-askpass-5.1p1-41.55 is installed
OR openssh-askpass-gnome-5.1p1-41.51 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
openssh-5.1p1-41.55 is installed
OR openssh-askpass-5.1p1-41.55 is installed
OR openssh-askpass-gnome-5.1p1-41.51 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
openssh-5.1p1-41.55 is installed
OR openssh-askpass-5.1p1-41.55 is installed
OR openssh-askpass-gnome-5.1p1-41.51 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libjasper-1.900.1-134.11 is installed
OR libjasper-32bit-1.900.1-134.11 is installed
OR libjasper-x86-1.900.1-134.11 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libjasper-1.900.1-134.11 is installed
OR libjasper-32bit-1.900.1-134.11 is installed
OR libjasper-x86-1.900.1-134.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libjasper-1.900.1-134.11 is installed
OR libjasper-32bit-1.900.1-134.11 is installed
OR libjasper-x86-1.900.1-134.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
e2fsprogs-1.41.9-2.1 is installed
OR libcom_err2-1.41.9-2.1 is installed
OR libcom_err2-32bit-1.41.9-2.1 is installed
OR libcom_err2-x86-1.41.9-2.1 is installed
OR libext2fs2-1.41.9-2.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
AND
rhnmd-5.3.7-0.9 is installed
OR spacewalk-backend-libs-1.2.74-0.20 is installed
OR spacewalk-certs-tools-1.2.2-0.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
AND
rhnmd-5.3.7-0.9 is installed
OR spacewalk-backend-libs-1.2.74-0.20 is installed
OR spacewalk-certs-tools-1.2.2-0.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 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
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-17.0.9esr-0.3 is installed
OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.7-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.7-0.3 is installed
OR libfreebl3-3.13.6-0.5 is installed
OR libfreebl3-32bit-3.13.6-0.5 is installed
OR libfreebl3-x86-3.13.6-0.5 is installed
OR mozilla-nspr-4.9.2-0.6 is installed
OR mozilla-nspr-32bit-4.9.2-0.6 is installed
OR mozilla-nspr-x86-4.9.2-0.6 is installed
OR mozilla-nss-3.13.6-0.5 is installed
OR mozilla-nss-32bit-3.13.6-0.5 is installed
OR mozilla-nss-tools-3.13.6-0.5 is installed
OR mozilla-nss-x86-3.13.6-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-10.0.7-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.7-0.3 is installed
OR libfreebl3-3.13.6-0.5 is installed
OR libfreebl3-32bit-3.13.6-0.5 is installed
OR libfreebl3-x86-3.13.6-0.5 is installed
OR mozilla-nspr-4.9.2-0.6 is installed
OR mozilla-nspr-32bit-4.9.2-0.6 is installed
OR mozilla-nspr-x86-4.9.2-0.6 is installed
OR mozilla-nss-3.13.6-0.5 is installed
OR mozilla-nss-32bit-3.13.6-0.5 is installed
OR mozilla-nss-tools-3.13.6-0.5 is installed
OR mozilla-nss-x86-3.13.6-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.7-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
OR MozillaFirefox-translations-10.0.7-0.3 is installed
OR libfreebl3-3.13.6-0.5 is installed
OR libfreebl3-32bit-3.13.6-0.5 is installed
OR libfreebl3-x86-3.13.6-0.5 is installed
OR mozilla-nspr-4.9.2-0.6 is installed
OR mozilla-nspr-32bit-4.9.2-0.6 is installed
OR mozilla-nspr-x86-4.9.2-0.6 is installed
OR mozilla-nss-3.13.6-0.5 is installed
OR mozilla-nss-32bit-3.13.6-0.5 is installed
OR mozilla-nss-tools-3.13.6-0.5 is installed
OR mozilla-nss-x86-3.13.6-0.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND amavisd-new-2.7.0-18.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-45.3.0esr-48 is installed
OR MozillaFirefox-branding-SLED-45.0-20 is installed
OR MozillaFirefox-translations-45.3.0esr-48 is installed
OR firefox-fontconfig-2.11.0-4 is installed
OR libfreebl3-3.21.1-26 is installed
OR libfreebl3-32bit-3.21.1-26 is installed
OR mozilla-nspr-4.12-25 is installed
OR mozilla-nspr-32bit-4.12-25 is installed
OR mozilla-nspr-devel-4.12-25 is installed
OR mozilla-nss-3.21.1-26 is installed
OR mozilla-nss-32bit-3.21.1-26 is installed
OR mozilla-nss-devel-3.21.1-26 is installed
OR mozilla-nss-tools-3.21.1-26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-45.3.0esr-48 is installed
OR MozillaFirefox-branding-SLED-45.0-20 is installed
OR MozillaFirefox-translations-45.3.0esr-48 is installed
OR firefox-fontconfig-2.11.0-4 is installed
OR libfreebl3-3.21.1-26 is installed
OR libfreebl3-32bit-3.21.1-26 is installed
OR mozilla-nspr-4.12-25 is installed
OR mozilla-nspr-32bit-4.12-25 is installed
OR mozilla-nspr-devel-4.12-25 is installed
OR mozilla-nss-3.21.1-26 is installed
OR mozilla-nss-32bit-3.21.1-26 is installed
OR mozilla-nss-devel-3.21.1-26 is installed
OR mozilla-nss-tools-3.21.1-26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND ppc64-diag-2.6.1-0.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND ppc64-diag-2.6.1-0.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
PolicyKit-0.9-14.41 is installed
OR PolicyKit-32bit-0.9-14.41 is installed
OR PolicyKit-doc-0.9-14.39 is installed
OR PolicyKit-x86-0.9-14.41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-43.10 is installed
OR salt-doc-2016.11.4-43.10 is installed
OR salt-minion-2016.11.4-43.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-43.10 is installed
OR salt-doc-2016.11.4-43.10 is installed
OR salt-minion-2016.11.4-43.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
dhcp-4.2.4.P2-0.27 is installed
OR dhcp-client-4.2.4.P2-0.27 is installed
OR dhcp-relay-4.2.4.P2-0.27 is installed
OR dhcp-server-4.2.4.P2-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
dhcp-4.2.4.P2-0.27 is installed
OR dhcp-client-4.2.4.P2-0.27 is installed
OR dhcp-relay-4.2.4.P2-0.27 is installed
OR dhcp-server-4.2.4.P2-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
dhcp-4.2.4.P2-0.27 is installed
OR dhcp-client-4.2.4.P2-0.27 is installed
OR dhcp-relay-4.2.4.P2-0.27 is installed
OR dhcp-server-4.2.4.P2-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
dhcp-4.2.4.P2-0.27 is installed
OR dhcp-client-4.2.4.P2-0.27 is installed
OR dhcp-relay-4.2.4.P2-0.27 is installed
OR dhcp-server-4.2.4.P2-0.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-default-3.0.101-0.47.106.14 is installed
OR kernel-default-base-3.0.101-0.47.106.14 is installed
OR kernel-default-devel-3.0.101-0.47.106.14 is installed
OR kernel-default-man-3.0.101-0.47.106.14 is installed
OR kernel-source-3.0.101-0.47.106.14 is installed
OR kernel-syms-3.0.101-0.47.106.14 is installed
OR kernel-trace-3.0.101-0.47.106.14 is installed
OR kernel-trace-base-3.0.101-0.47.106.14 is installed
OR kernel-trace-devel-3.0.101-0.47.106.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-default-3.0.101-0.47.106.14 is installed
OR kernel-default-base-3.0.101-0.47.106.14 is installed
OR kernel-default-devel-3.0.101-0.47.106.14 is installed
OR kernel-default-man-3.0.101-0.47.106.14 is installed
OR kernel-source-3.0.101-0.47.106.14 is installed
OR kernel-syms-3.0.101-0.47.106.14 is installed
OR kernel-trace-3.0.101-0.47.106.14 is installed
OR kernel-trace-base-3.0.101-0.47.106.14 is installed
OR kernel-trace-devel-3.0.101-0.47.106.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
java-1_7_0-ibm-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-devel-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr10.1-61 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr10.1-61 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.29 is installed
OR libMagickCore1-6.4.3.6-7.78.29 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.29 is installed
OR libMagickCore1-6.4.3.6-7.78.29 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-78.79 is installed
OR libMagickCore1-6.4.3.6-78.79 is installed
OR libMagickCore1-32bit-6.4.3.6-78.79 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-78.79 is installed
OR libMagickCore1-6.4.3.6-78.79 is installed
OR libMagickCore1-32bit-6.4.3.6-78.79 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
dbus-1-1.2.10-3.31 is installed
OR dbus-1-32bit-1.2.10-3.31 is installed
OR dbus-1-x11-1.2.10-3.31 is installed
OR dbus-1-x86-1.2.10-3.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
mgr-cfg-4.0.9-5.6 is installed
OR mgr-cfg-actions-4.0.9-5.6 is installed
OR mgr-cfg-client-4.0.9-5.6 is installed
OR mgr-cfg-management-4.0.9-5.6 is installed
OR mgr-daemon-4.0.7-5.8 is installed
OR mgr-osad-4.0.9-5.6 is installed
OR mgr-virtualization-4.0.8-5.8 is installed
OR mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-mgr-cfg-4.0.9-5.6 is installed
OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
OR python2-mgr-cfg-client-4.0.9-5.6 is installed
OR python2-mgr-cfg-management-4.0.9-5.6 is installed
OR python2-mgr-osa-common-4.0.9-5.6 is installed
OR python2-mgr-osad-4.0.9-5.6 is installed
OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-rhnlib-4.0.11-12.16 is installed
OR rhnlib-4.0.11-12.16 is installed
OR spacecmd-4.0.14-18.51 is installed
OR spacewalk-backend-4.0.25-28.42 is installed
OR spacewalk-backend-libs-4.0.25-28.42 is installed
OR spacewalk-remote-utils-4.0.5-6.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
mgr-cfg-4.0.9-5.6 is installed
OR mgr-cfg-actions-4.0.9-5.6 is installed
OR mgr-cfg-client-4.0.9-5.6 is installed
OR mgr-cfg-management-4.0.9-5.6 is installed
OR mgr-daemon-4.0.7-5.8 is installed
OR mgr-osad-4.0.9-5.6 is installed
OR mgr-virtualization-4.0.8-5.8 is installed
OR mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-mgr-cfg-4.0.9-5.6 is installed
OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
OR python2-mgr-cfg-client-4.0.9-5.6 is installed
OR python2-mgr-cfg-management-4.0.9-5.6 is installed
OR python2-mgr-osa-common-4.0.9-5.6 is installed
OR python2-mgr-osad-4.0.9-5.6 is installed
OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-rhnlib-4.0.11-12.16 is installed
OR rhnlib-4.0.11-12.16 is installed
OR spacecmd-4.0.14-18.51 is installed
OR spacewalk-backend-4.0.25-28.42 is installed
OR spacewalk-backend-libs-4.0.25-28.42 is installed
OR spacewalk-remote-utils-4.0.5-6.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
MozillaFirefox-31.8.0esr-37 is installed
OR MozillaFirefox-translations-31.8.0esr-37 is installed
OR libfreebl3-3.19.2_CKBI_1.98-21 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-21 is installed
OR libfreebl3-hmac-3.19.2_CKBI_1.98-21 is installed
OR libfreebl3-hmac-32bit-3.19.2_CKBI_1.98-21 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-21 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-21 is installed
OR libsoftokn3-hmac-3.19.2_CKBI_1.98-21 is installed
OR libsoftokn3-hmac-32bit-3.19.2_CKBI_1.98-21 is installed
OR mozilla-nspr-4.10.8-3 is installed
OR mozilla-nspr-32bit-4.10.8-3 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-21 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-21 is installed
OR mozilla-nss-certs-3.19.2_CKBI_1.98-21 is installed
OR mozilla-nss-certs-32bit-3.19.2_CKBI_1.98-21 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
MozillaFirefox-31.8.0esr-37 is installed
OR MozillaFirefox-translations-31.8.0esr-37 is installed
OR libfreebl3-3.19.2_CKBI_1.98-21 is installed
OR libfreebl3-32bit-3.19.2_CKBI_1.98-21 is installed
OR libfreebl3-hmac-3.19.2_CKBI_1.98-21 is installed
OR libfreebl3-hmac-32bit-3.19.2_CKBI_1.98-21 is installed
OR libsoftokn3-3.19.2_CKBI_1.98-21 is installed
OR libsoftokn3-32bit-3.19.2_CKBI_1.98-21 is installed
OR libsoftokn3-hmac-3.19.2_CKBI_1.98-21 is installed
OR libsoftokn3-hmac-32bit-3.19.2_CKBI_1.98-21 is installed
OR mozilla-nspr-4.10.8-3 is installed
OR mozilla-nspr-32bit-4.10.8-3 is installed
OR mozilla-nss-3.19.2_CKBI_1.98-21 is installed
OR mozilla-nss-32bit-3.19.2_CKBI_1.98-21 is installed
OR mozilla-nss-certs-3.19.2_CKBI_1.98-21 is installed
OR mozilla-nss-certs-32bit-3.19.2_CKBI_1.98-21 is installed
OR mozilla-nss-tools-3.19.2_CKBI_1.98-21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND coolkey-1.1.0-147 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
bind-9.9.6P1-32 is installed
OR bind-chrootenv-9.9.6P1-32 is installed
OR bind-doc-9.9.6P1-32 is installed
OR bind-libs-9.9.6P1-32 is installed
OR bind-libs-32bit-9.9.6P1-32 is installed
OR bind-utils-9.9.6P1-32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
bind-9.9.6P1-32 is installed
OR bind-chrootenv-9.9.6P1-32 is installed
OR bind-doc-9.9.6P1-32 is installed
OR bind-libs-9.9.6P1-32 is installed
OR bind-libs-32bit-9.9.6P1-32 is installed
OR bind-utils-9.9.6P1-32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
at-3.1.14-7 is installed
OR cyrus-imapd-2.3.18-40 is installed
OR flex-2.5.37-8 is installed
OR flex-32bit-2.5.37-8 is installed
OR kdelibs4-4.12.0-7 is installed
OR libQtWebKit4-4.8.6+2.3.3-3 is installed
OR libQtWebKit4-32bit-4.8.6+2.3.3-3 is installed
OR libbonobo-2.32.1-16 is installed
OR libbonobo-32bit-2.32.1-16 is installed
OR libbonobo-doc-2.32.1-16 is installed
OR libbonobo-lang-2.32.1-16 is installed
OR libkde4-4.12.0-7 is installed
OR libkde4-32bit-4.12.0-7 is installed
OR libkdecore4-4.12.0-7 is installed
OR libkdecore4-32bit-4.12.0-7 is installed
OR libksuseinstall1-4.12.0-7 is installed
OR libksuseinstall1-32bit-4.12.0-7 is installed
OR libnetpbm11-10.66.3-4 is installed
OR libnetpbm11-32bit-10.66.3-4 is installed
OR netpbm-10.66.3-4 is installed
OR openslp-2.0.0-11 is installed
OR openslp-32bit-2.0.0-11 is installed
OR openslp-server-2.0.0-11 is installed
OR perl-Cyrus-IMAP-2.3.18-40 is installed
OR perl-Cyrus-SIEVE-managesieve-2.3.18-40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-6-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-6-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_69-60_64_29-default-6-2 is installed
OR kgraft-patch-3_12_69-60_64_29-xen-6-2 is installed
OR kgraft-patch-SLE12-SP1_Update_12-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
xorg-x11-server-7.6_1.15.2-53.3.1 is installed
OR xorg-x11-server-extra-7.6_1.15.2-53.3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
gc-7.2d-5 is installed
OR libgc1-7.2d-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
gc-7.2d-5 is installed
OR libgc1-7.2d-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND libusbmuxd4-1.0.10-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
xen-4.9.1_02-3.21 is installed
OR xen-doc-html-4.9.1_02-3.21 is installed
OR xen-libs-4.9.1_02-3.21 is installed
OR xen-libs-32bit-4.9.1_02-3.21 is installed
OR xen-tools-4.9.1_02-3.21 is installed
OR xen-tools-domU-4.9.1_02-3.21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
xen-4.9.1_02-3.21 is installed
OR xen-doc-html-4.9.1_02-3.21 is installed
OR xen-libs-4.9.1_02-3.21 is installed
OR xen-libs-32bit-4.9.1_02-3.21 is installed
OR xen-tools-4.9.1_02-3.21 is installed
OR xen-tools-domU-4.9.1_02-3.21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND autofs-5.0.9-27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
glib2-2.48.2-12.15 is installed
OR glib2-lang-2.48.2-12.15 is installed
OR glib2-tools-2.48.2-12.15 is installed
OR libgio-2_0-0-2.48.2-12.15 is installed
OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
OR libglib-2_0-0-2.48.2-12.15 is installed
OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
OR libgmodule-2_0-0-2.48.2-12.15 is installed
OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
OR libgobject-2_0-0-2.48.2-12.15 is installed
OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
OR libgthread-2_0-0-2.48.2-12.15 is installed
OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
glib2-2.48.2-12.15 is installed
OR glib2-lang-2.48.2-12.15 is installed
OR glib2-tools-2.48.2-12.15 is installed
OR libgio-2_0-0-2.48.2-12.15 is installed
OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
OR libglib-2_0-0-2.48.2-12.15 is installed
OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
OR libgmodule-2_0-0-2.48.2-12.15 is installed
OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
OR libgobject-2_0-0-2.48.2-12.15 is installed
OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
OR libgthread-2_0-0-2.48.2-12.15 is installed
OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
automake-1.13.4-6 is installed
OR m4-1.4.16-15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
AND
kernel-default-4.12.14-95.57 is installed
OR kernel-default-base-4.12.14-95.57 is installed
OR kernel-default-devel-4.12.14-95.57 is installed
OR kernel-devel-4.12.14-95.57 is installed
OR kernel-macros-4.12.14-95.57 is installed
OR kernel-source-4.12.14-95.57 is installed
OR kernel-syms-4.12.14-95.57 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
AND
kernel-default-4.12.14-95.57 is installed
OR kernel-default-base-4.12.14-95.57 is installed
OR kernel-default-devel-4.12.14-95.57 is installed
OR kernel-devel-4.12.14-95.57 is installed
OR kernel-macros-4.12.14-95.57 is installed
OR kernel-source-4.12.14-95.57 is installed
OR kernel-syms-4.12.14-95.57 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
apache2-2.4.10-14.17 is installed
OR apache2-doc-2.4.10-14.17 is installed
OR apache2-example-pages-2.4.10-14.17 is installed
OR apache2-prefork-2.4.10-14.17 is installed
OR apache2-utils-2.4.10-14.17 is installed
OR apache2-worker-2.4.10-14.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
apache2-2.4.10-14.17 is installed
OR apache2-doc-2.4.10-14.17 is installed
OR apache2-example-pages-2.4.10-14.17 is installed
OR apache2-prefork-2.4.10-14.17 is installed
OR apache2-utils-2.4.10-14.17 is installed
OR apache2-worker-2.4.10-14.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND Package Information
java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3 is installed
OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.36 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND rubygem-activerecord-2_3-2.3.14-0.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
binutils-devel-2.23.1-0.23 is installed
OR binutils-devel-32bit-2.23.1-0.23 is installed
OR binutils-gold-2.23.1-0.23 is installed
OR cross-ppc-binutils-2.23.1-0.23 is installed
OR cross-spu-binutils-2.23.1-0.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND MozillaFirefox-devel-31.7.0esr-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
evince-3.20.2-6.19 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.2-6.19 is installed
OR typelib-1_0-EvinceView-3_0-3.20.2-6.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
kernel-default-4.4.82-6.6 is installed
OR kernel-default-extra-4.4.82-6.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libixion-0.14.1-13.9 is installed
OR libixion-0_14-0-0.14.1-13.9 is installed
OR liborcus-0.14.1-10.12 is installed
OR liborcus-0_14-0-0.14.1-10.12 is installed
OR libreoffice-6.2.3.2-43.49 is installed
OR libreoffice-base-6.2.3.2-43.49 is installed
OR libreoffice-base-drivers-postgresql-6.2.3.2-43.49 is installed
OR libreoffice-branding-upstream-6.2.3.2-43.49 is installed
OR libreoffice-calc-6.2.3.2-43.49 is installed
OR libreoffice-calc-extensions-6.2.3.2-43.49 is installed
OR libreoffice-draw-6.2.3.2-43.49 is installed
OR libreoffice-filters-optional-6.2.3.2-43.49 is installed
OR libreoffice-gnome-6.2.3.2-43.49 is installed
OR libreoffice-gtk2-6.2.3.2-43.49 is installed
OR libreoffice-icon-themes-6.2.3.2-43.49 is installed
OR libreoffice-impress-6.2.3.2-43.49 is installed
OR libreoffice-l10n-af-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ar-6.2.3.2-43.49 is installed
OR libreoffice-l10n-bg-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ca-6.2.3.2-43.49 is installed
OR libreoffice-l10n-cs-6.2.3.2-43.49 is installed
OR libreoffice-l10n-da-6.2.3.2-43.49 is installed
OR libreoffice-l10n-de-6.2.3.2-43.49 is installed
OR libreoffice-l10n-en-6.2.3.2-43.49 is installed
OR libreoffice-l10n-es-6.2.3.2-43.49 is installed
OR libreoffice-l10n-fi-6.2.3.2-43.49 is installed
OR libreoffice-l10n-fr-6.2.3.2-43.49 is installed
OR libreoffice-l10n-gu-6.2.3.2-43.49 is installed
OR libreoffice-l10n-hi-6.2.3.2-43.49 is installed
OR libreoffice-l10n-hr-6.2.3.2-43.49 is installed
OR libreoffice-l10n-hu-6.2.3.2-43.49 is installed
OR libreoffice-l10n-it-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ja-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ko-6.2.3.2-43.49 is installed
OR libreoffice-l10n-lt-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nb-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nl-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nn-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pl-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pt_BR-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pt_PT-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ro-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ru-6.2.3.2-43.49 is installed
OR libreoffice-l10n-sk-6.2.3.2-43.49 is installed
OR libreoffice-l10n-sv-6.2.3.2-43.49 is installed
OR libreoffice-l10n-uk-6.2.3.2-43.49 is installed
OR libreoffice-l10n-xh-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zh_CN-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zh_TW-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zu-6.2.3.2-43.49 is installed
OR libreoffice-mailmerge-6.2.3.2-43.49 is installed
OR libreoffice-math-6.2.3.2-43.49 is installed
OR libreoffice-officebean-6.2.3.2-43.49 is installed
OR libreoffice-pyuno-6.2.3.2-43.49 is installed
OR libreoffice-writer-6.2.3.2-43.49 is installed
OR libreoffice-writer-extensions-6.2.3.2-43.49 is installed
OR libwps-0.4.10-10.13 is installed
OR libwps-0_4-4-0.4.10-10.13 is installed
OR myspell-af_NA-20190423-16.18 is installed
OR myspell-af_ZA-20190423-16.18 is installed
OR myspell-ar-20190423-16.18 is installed
OR myspell-ar_AE-20190423-16.18 is installed
OR myspell-ar_BH-20190423-16.18 is installed
OR myspell-ar_DZ-20190423-16.18 is installed
OR myspell-ar_EG-20190423-16.18 is installed
OR myspell-ar_IQ-20190423-16.18 is installed
OR myspell-ar_JO-20190423-16.18 is installed
OR myspell-ar_KW-20190423-16.18 is installed
OR myspell-ar_LB-20190423-16.18 is installed
OR myspell-ar_LY-20190423-16.18 is installed
OR myspell-ar_MA-20190423-16.18 is installed
OR myspell-ar_OM-20190423-16.18 is installed
OR myspell-ar_QA-20190423-16.18 is installed
OR myspell-ar_SA-20190423-16.18 is installed
OR myspell-ar_SD-20190423-16.18 is installed
OR myspell-ar_SY-20190423-16.18 is installed
OR myspell-ar_TN-20190423-16.18 is installed
OR myspell-ar_YE-20190423-16.18 is installed
OR myspell-be_BY-20190423-16.18 is installed
OR myspell-bg_BG-20190423-16.18 is installed
OR myspell-bn_BD-20190423-16.18 is installed
OR myspell-bn_IN-20190423-16.18 is installed
OR myspell-bs-20190423-16.18 is installed
OR myspell-bs_BA-20190423-16.18 is installed
OR myspell-ca-20190423-16.18 is installed
OR myspell-ca_AD-20190423-16.18 is installed
OR myspell-ca_ES-20190423-16.18 is installed
OR myspell-ca_ES_valencia-20190423-16.18 is installed
OR myspell-ca_FR-20190423-16.18 is installed
OR myspell-ca_IT-20190423-16.18 is installed
OR myspell-cs_CZ-20190423-16.18 is installed
OR myspell-da_DK-20190423-16.18 is installed
OR myspell-de-20190423-16.18 is installed
OR myspell-de_AT-20190423-16.18 is installed
OR myspell-de_CH-20190423-16.18 is installed
OR myspell-de_DE-20190423-16.18 is installed
OR myspell-dictionaries-20190423-16.18 is installed
OR myspell-el_GR-20190423-16.18 is installed
OR myspell-en-20190423-16.18 is installed
OR myspell-en_AU-20190423-16.18 is installed
OR myspell-en_BS-20190423-16.18 is installed
OR myspell-en_BZ-20190423-16.18 is installed
OR myspell-en_CA-20190423-16.18 is installed
OR myspell-en_GB-20190423-16.18 is installed
OR myspell-en_GH-20190423-16.18 is installed
OR myspell-en_IE-20190423-16.18 is installed
OR myspell-en_IN-20190423-16.18 is installed
OR myspell-en_JM-20190423-16.18 is installed
OR myspell-en_MW-20190423-16.18 is installed
OR myspell-en_NA-20190423-16.18 is installed
OR myspell-en_NZ-20190423-16.18 is installed
OR myspell-en_PH-20190423-16.18 is installed
OR myspell-en_TT-20190423-16.18 is installed
OR myspell-en_US-20190423-16.18 is installed
OR myspell-en_ZA-20190423-16.18 is installed
OR myspell-en_ZW-20190423-16.18 is installed
OR myspell-es-20190423-16.18 is installed
OR myspell-es_AR-20190423-16.18 is installed
OR myspell-es_BO-20190423-16.18 is installed
OR myspell-es_CL-20190423-16.18 is installed
OR myspell-es_CO-20190423-16.18 is installed
OR myspell-es_CR-20190423-16.18 is installed
OR myspell-es_CU-20190423-16.18 is installed
OR myspell-es_DO-20190423-16.18 is installed
OR myspell-es_EC-20190423-16.18 is installed
OR myspell-es_ES-20190423-16.18 is installed
OR myspell-es_GT-20190423-16.18 is installed
OR myspell-es_HN-20190423-16.18 is installed
OR myspell-es_MX-20190423-16.18 is installed
OR myspell-es_NI-20190423-16.18 is installed
OR myspell-es_PA-20190423-16.18 is installed
OR myspell-es_PE-20190423-16.18 is installed
OR myspell-es_PR-20190423-16.18 is installed
OR myspell-es_PY-20190423-16.18 is installed
OR myspell-es_SV-20190423-16.18 is installed
OR myspell-es_UY-20190423-16.18 is installed
OR myspell-es_VE-20190423-16.18 is installed
OR myspell-et_EE-20190423-16.18 is installed
OR myspell-fr_BE-20190423-16.18 is installed
OR myspell-fr_CA-20190423-16.18 is installed
OR myspell-fr_CH-20190423-16.18 is installed
OR myspell-fr_FR-20190423-16.18 is installed
OR myspell-fr_LU-20190423-16.18 is installed
OR myspell-fr_MC-20190423-16.18 is installed
OR myspell-gu_IN-20190423-16.18 is installed
OR myspell-he_IL-20190423-16.18 is installed
OR myspell-hi_IN-20190423-16.18 is installed
OR myspell-hr_HR-20190423-16.18 is installed
OR myspell-hu_HU-20190423-16.18 is installed
OR myspell-id-20190423-16.18 is installed
OR myspell-id_ID-20190423-16.18 is installed
OR myspell-it_IT-20190423-16.18 is installed
OR myspell-lightproof-en-20190423-16.18 is installed
OR myspell-lightproof-hu_HU-20190423-16.18 is installed
OR myspell-lightproof-pt_BR-20190423-16.18 is installed
OR myspell-lightproof-ru_RU-20190423-16.18 is installed
OR myspell-lo_LA-20190423-16.18 is installed
OR myspell-lt_LT-20190423-16.18 is installed
OR myspell-lv_LV-20190423-16.18 is installed
OR myspell-nb_NO-20190423-16.18 is installed
OR myspell-nl_BE-20190423-16.18 is installed
OR myspell-nl_NL-20190423-16.18 is installed
OR myspell-nn_NO-20190423-16.18 is installed
OR myspell-no-20190423-16.18 is installed
OR myspell-pl_PL-20190423-16.18 is installed
OR myspell-pt_AO-20190423-16.18 is installed
OR myspell-pt_BR-20190423-16.18 is installed
OR myspell-pt_PT-20190423-16.18 is installed
OR myspell-ro-20190423-16.18 is installed
OR myspell-ro_RO-20190423-16.18 is installed
OR myspell-ru_RU-20190423-16.18 is installed
OR myspell-sk_SK-20190423-16.18 is installed
OR myspell-sl_SI-20190423-16.18 is installed
OR myspell-sr-20190423-16.18 is installed
OR myspell-sr_CS-20190423-16.18 is installed
OR myspell-sr_Latn_CS-20190423-16.18 is installed
OR myspell-sr_Latn_RS-20190423-16.18 is installed
OR myspell-sr_RS-20190423-16.18 is installed
OR myspell-sv_FI-20190423-16.18 is installed
OR myspell-sv_SE-20190423-16.18 is installed
OR myspell-te-20190423-16.18 is installed
OR myspell-te_IN-20190423-16.18 is installed
OR myspell-th_TH-20190423-16.18 is installed
OR myspell-uk_UA-20190423-16.18 is installed
OR myspell-vi-20190423-16.18 is installed
OR myspell-vi_VN-20190423-16.18 is installed
OR myspell-zu_ZA-20190423-16.18 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND nodejs6-6.12.2-11.8.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-45.3.0-9 is installed
OR MozillaThunderbird-buildsymbols-45.3.0-9 is installed
OR MozillaThunderbird-devel-45.3.0-9 is installed
OR MozillaThunderbird-translations-common-45.3.0-9 is installed
OR MozillaThunderbird-translations-other-45.3.0-9 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
pdns-4.1.5-14 is installed
OR pdns-backend-godbc-4.1.5-14 is installed
OR pdns-backend-ldap-4.1.5-14 is installed
OR pdns-backend-lua-4.1.5-14 is installed
OR pdns-backend-mydns-4.1.5-14 is installed
OR pdns-backend-mysql-4.1.5-14 is installed
OR pdns-backend-postgresql-4.1.5-14 is installed
OR pdns-backend-remote-4.1.5-14 is installed
OR pdns-backend-sqlite3-4.1.5-14 is installed
|