Opened 3 years ago
Last modified 11 months ago
#1910 assigned task
per distro spec files
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | packaging | Version: | 2.3.x |
Keywords: | Cc: |
Description
Usually, we don't update spec files in older branches, only in trunk.
The problem with this is that some distros (especially centos6 at the moment) are no longer supported by newer versions of some packages and so the updates make it impossible to rebuild all the dependencies from one tag, or even from trunk.
We should lock those spec files at the last revision that does build.
ie: rpmbuild/centos6/
would contain the centos6 spec files locked at:
- x264 pre 2018 (newer requires newer nasm)
- pycuda ~2015?
- python-lz4 - who knows (constant breakage)
etc
And maybe also prevent our spec files from building:
- libraries already available from upstream (ie: pygtkglext is available in centos6)
- libraries we know cannot be built and we don't care (ie: python-uinput not useful for centos6)
Change History (3)
comment:1 Changed 23 months ago by
Status: | new → assigned |
---|
comment:2 Changed 17 months ago by
Milestone: | 3.0 → 4.0 |
---|
comment:3 Changed 11 months ago by
Milestone: | 4.0 → 5.0 |
---|
Note: See
TracTickets for help on using
tickets.
See also #2040 and #1830