Commit 08f2e6f1a8e2034d6f92dbfe4aca346b681e61f8
1 parent
1ef49ec99d
Exists in
master
Changelog - Synchronize with git log
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
Showing 1 changed file with 17 additions and 1 deletions Side-by-side Diff
ChangeLog
... | ... | @@ -151,7 +151,23 @@ |
151 | 151 | and '--packager-email' options. |
152 | 152 | |
153 | 153 | + bugfix |
154 | - * pck-update - Davide Madrisan: | |
154 | + * pck_update - Silvan Calarco | |
155 | + More changes on 'rpmbuildopt' parameters ordering to workaround cross-arch | |
156 | + builds. This is still a workaround to allow cross-arch builds with long rpm | |
157 | + command lines because it seems that rpmbuild is ignoring extra passed | |
158 | + parameters when they exceed a certain number (5 or 6 as far as I remember). | |
159 | + | |
160 | + * pck-update - Silvan Calarco | |
161 | + 'buildreqs_to_install': keep conservative classic behaviour on archs | |
162 | + different from x86_64. | |
163 | + | |
164 | + * pck-update - Silvan Calarco | |
165 | + Fix duplicated names in 'BuildRequires' in multiarch systems (x86_64). | |
166 | + | |
167 | + * pck-update - Davide Madrisan | |
168 | + Always rebuild srpm when rpms are built unless --nosrpm is passed. | |
169 | + | |
170 | + * pck-update - Davide Madrisan | |
155 | 171 | Fix the way 'package.generate_name()' return the package path. |
156 | 172 | Bug reported by Silvan Calarco. |
157 | 173 |