Bug 32881

Summary: Invalid Conflicts (Concatenated)
Product: Sisyphus Reporter: Nikolay Ulyanitsky <lystor>
Component: branding-alt-sisyphus-indexhtmlAssignee: Michael Shigorin <mike>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: mike, zerg
Version: unstable   
Hardware: all   
OS: Linux   

Description Nikolay Ulyanitsky 2016-12-11 13:26:00 MSK
Hi

$ rpm -qp --conflicts branding-alt-sisyphus-indexhtml-20161130-alt2.noarch.rpm 
$ rpm -qp --qf '[%{conflicts}\n]' branding-alt-sisyphus-indexhtml-20161130-alt2.noarch.rpm 

indexhtml-sisyphus
indexhtml-school_junior
indexhtml-school_lite
indexhtml-school_master
indexhtml-school_terminal
indexhtml-small_business
indexhtml-school-server
branding-sisyphus-server-light-indexhtml
branding-xalt-kworkstation-indexhtml
branding-altlinux-office-desktop-indexhtmlbranding-altlinux-office-server-indexhtmlbranding-altlinux-lite-indexhtmlbranding-altlinux-workbench-indexhtmlbranding-school-master-indexhtmlbranding-school-junior-indexhtmlbranding-school-lite-indexhtmlbranding-school-server-indexhtmlbranding-altlinux-gnome-desktop-indexhtmlbranding-altlinux-kdesktop-indexhtmlbranding-ivk-chainmail-indexhtmlbranding-simply-linux-indexhtmlbranding-sisyphus-server-light-indexhtmlbranding-altlinux-sisyphus-indexhtmlbranding-informika-schoolmaster-indexhtmlbranding-xalt-kworkstation-indexhtml


branding.spec:
%define conflicts_list altlinux-release-sisyphus altlinux-release-4.0 altlinux-release-junior altlinux-release-master altlinux-release-server altlinux-release-terminal altlinux-release-small_business

Conflicts: %conflicts_list
Comment 1 Michael Shigorin 2016-12-11 20:49:36 MSK
Ах вот где пробела не хватало!  Благодарю, что заметили этот чей-то старый ляп, который был благополучно унаследован и в этом брендинге.

2 zerg: возможно, это и была та самая проблема:
-Conflicts: ... echo -n "branding-$n-indexhtml";done )
+Conflicts: ... echo -n "branding-$n-indexhtml ";done )
Comment 2 Repository Robot 2016-12-11 21:53:33 MSK
branding-alt-sisyphus-20161211-alt1 -> sisyphus:

* Sun Dec 11 2016 Michael Shigorin <mike@altlinux> 20161211-alt1
- indexhtml: fixed conflicts generation, dropped stopgap one;
  thanks Nikolay Ulyanitsky (closes: #32881)