Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1036692

Summary: Cannot exclude packages of different architecture from sync -> leads to sync abortion
Product: [Community] Spacewalk Reporter: daniel.gerne
Component: WebUIAssignee: Tomas Lestach <tlestach>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.0CC: jdobes
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-10-27 12:06:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1564160    

Description daniel.gerne 2013-12-02 13:33:02 UTC
Description of problem: "ERROR: Package arch ia64 incompatible with channel xxx" at spacewalk-repo-sync will abort uploading all the other packages to spacewalk server. I want to sync a repository that also has ia64 packages in a subfolder (I am using x86_64). 


Version-Release number of selected component (if applicable):

How reproducible:
In Web

Steps to Reproduce:
1. Add this repository http://download.opensuse.org/repositories/systemsmanagement:/spacewalk/SLE_11_SP2/
2. Go the Channels --> Manage Software Channels --> xxx --> Repositories --> Sync --> Sync Now
3. No package is uploaded AT ALL

Actual results:
"ERROR: Package arch ia64 incompatible with channel xxx"

Expected results:
Sync completed. Or at least the other packages should have been uploaded.

Additional info:
When I do this in shell it works: spacewalk-repo-sync --channel=xxx --exclude=*ia64. But I cannot define this exclusion in list in WebUI so I can not use the spacewalk taskomatic.

Comment 1 Tomas Lestach 2013-12-02 15:36:25 UTC
You always can use API to set the excludes ...

see:
channel.software.addRepoFilter
channel.software.clearRepoFilters
channel.software.listRepoFilters
channel.software.removeRepoFilter
channel.software.setRepoFilters

Comment 2 Jan Dobes 2017-10-27 12:06:53 UTC
Filters in WebUI were introduced in Bug 1084522, closing this BZ.