Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b217a9a720 | ||
|
|
0dd5e3fd4d | ||
|
|
1c35d974a9 | ||
|
|
948b28fc8b | ||
|
|
958ba25069 |
5 changed files with 11 additions and 5 deletions
|
|
@ -18,6 +18,7 @@ jobs:
|
|||
trigger: release
|
||||
dist_git_branches:
|
||||
- fedora-latest
|
||||
- fedora-42
|
||||
- fedora-rawhide
|
||||
|
||||
- job: koji_build
|
||||
|
|
@ -26,9 +27,12 @@ jobs:
|
|||
allowed_committers: ["ljavorsk", "tuliom", "aekoroglu", "packit"]
|
||||
dist_git_branches:
|
||||
- fedora-latest
|
||||
- fedora-42
|
||||
- fedora-rawhide
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-latest # rawhide updates are created automatically
|
||||
# rawhide updates are created automatically
|
||||
- fedora-latest
|
||||
- fedora-42
|
||||
|
|
|
|||
3
README.packit
Normal file
3
README.packit
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.11.0.
|
||||
|
|
@ -8,6 +8,5 @@ decision_contexts:
|
|||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis}
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (zlib-ng-2.2.3.tar.gz) = e71e8972ec2c4dec9eaa2c8f550185f13d0f5c411c38061d1aaf78ca8e522fa3d53f005296e574af7f152e7da3a78adf97ae4bb638b7fd277ef57bba26370b7d
|
||||
SHA512 (zlib-ng-2.2.5.tar.gz) = b599ea24375d08fa098ed7c3b14548e0d9731a155a024a0904b0ae4a6d3491a69f0c0574d66b6e4af1e40f10e38b6b555d4c4b1fe3589ca83a5f97fbd92f635f
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
%global supported_abi_test aarch64 ppc64le x86_64
|
||||
|
||||
Name: zlib-ng
|
||||
Version: 2.2.3
|
||||
Version: 2.2.5
|
||||
Release: %autorelease
|
||||
Summary: Zlib replacement with optimizations
|
||||
License: Zlib
|
||||
|
|
@ -118,7 +118,7 @@ _EOF_
|
|||
# defining BUILD_SHARED_LIBS disables the static library
|
||||
%undefine _cmake_shared_libs
|
||||
# Disable new strategies in order to keep compatibility with zlib.
|
||||
%cmake %{cmake_param} -DZLIB_COMPAT=ON -DWITH_NEW_STRATEGIES=OFF
|
||||
%cmake %{cmake_param} -DZLIB_COMPAT=ON -DWITH_NEW_STRATEGIES=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
|
||||
%cmake_build
|
||||
%endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue