4.4.23 upstream release
Upstream tag: v4.4.23 Upstream commit: 5dcc36ae Signed-off-by: Björn Esser <besser82@fedoraproject.org>
This commit is contained in:
parent
1427ccacff
commit
27ab0c6035
43
.packit.yaml
Normal file
43
.packit.yaml
Normal file
@ -0,0 +1,43 @@
|
||||
specfile_path: libxcrypt.spec
|
||||
|
||||
synced_files:
|
||||
- libxcrypt.spec
|
||||
- .packit.yaml
|
||||
|
||||
upstream_package_name: libxcrypt
|
||||
upstream_project_url: https://github.com/besser82/libxcrypt
|
||||
upstream_tag_template: v{version}
|
||||
downstream_package_name: libxcrypt
|
||||
dist_git_namespace: rpms
|
||||
create_pr: True
|
||||
|
||||
actions:
|
||||
post-upstream-clone: "wget https://src.fedoraproject.org/rpms/libxcrypt/raw/main/f/libxcrypt.spec -O libxcrypt.spec"
|
||||
|
||||
jobs:
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
metadata:
|
||||
list_on_homepage: False
|
||||
targets:
|
||||
- fedora-all-aarch64
|
||||
- fedora-all-i386
|
||||
- fedora-all-x86_64
|
||||
- fedora-development-s390x
|
||||
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
metadata:
|
||||
branch: develop
|
||||
list_on_homepage: False
|
||||
targets:
|
||||
- fedora-all-aarch64
|
||||
- fedora-all-i386
|
||||
- fedora-all-x86_64
|
||||
- fedora-development-s390x
|
||||
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
metadata:
|
||||
dist_git_branches:
|
||||
- main
|
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 0.32.0.
|
@ -152,8 +152,8 @@ fi \
|
||||
|
||||
|
||||
Name: libxcrypt
|
||||
Version: 4.4.22
|
||||
Release: 3%{?dist}
|
||||
Version: 4.4.23
|
||||
Release: 1%{?dist}
|
||||
Summary: Extended crypt library for descrypt, md5crypt, bcrypt, and others
|
||||
|
||||
# For explicit license breakdown, see the
|
||||
@ -525,6 +525,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 20 2021 Björn Esser <besser82@fedoraproject.org> - 4.4.23-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Jun 16 2021 Björn Esser <besser82@fedoraproject.org> - 4.4.22-3
|
||||
- Add patches to fix issues with type conversion in the DES code
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libxcrypt-4.4.22.tar.gz) = 360c5df9a8a239c8e63b5edeea4c99f451fe67c0ef3084f7659c9ad4c976486bb09328fa1e731238538d7ea05133078d4f890d11c030aaee7734ea6f4ae28b1c
|
||||
SHA512 (libxcrypt-4.4.23.tar.gz) = 4d5854a082a8c707416507611881c1407f0ea0bda0557c5f7ae6b70d8dd1c7a0828afe29d8f2e7754f5f97b824aaa03671dae6d4dad329fcd131b94b77ddb713
|
||||
|
Loading…
Reference in New Issue
Block a user