Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cce71acb4 | ||
|
|
a60aa54c0b | ||
|
|
e41b454ad8 | ||
|
|
de3fba3c43 | ||
|
|
555be2623c | ||
|
|
4b3872333d |
2 changed files with 20 additions and 5 deletions
|
|
@ -14,7 +14,3 @@ topdir = /mnt/koji
|
|||
|
||||
;client certificate
|
||||
cert = ~/.centos.cert
|
||||
|
||||
;certificate of the CA that issued the HTTP server certificate
|
||||
serverca = /etc/pki/tls/certs/ca-bundle.trust.crt
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: centos-packager
|
||||
Version: 0.7.0
|
||||
Release: 17%{?dist}
|
||||
Release: 22%{?dist}
|
||||
Summary: Tools and files necessary for building CentOS packages
|
||||
Group: Applications/Productivity
|
||||
|
||||
|
|
@ -24,6 +24,7 @@ Requires: bc
|
|||
Requires: krb5-workstation
|
||||
Requires: openssl
|
||||
Requires: fasjson-client python3-fasjson-client
|
||||
Requires: rpmautospec
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -59,6 +60,24 @@ install -p -m 0755 %{SOURCE5} %{buildroot}%{_bindir}/centos-get-sources
|
|||
%{_bindir}/centos-get-sources
|
||||
|
||||
%changelog
|
||||
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 0.7.0-21
|
||||
- Rebuilt for openssl 4.0
|
||||
|
||||
* Tue Jun 2 2026 Davide Cavalca <dcavalca@fedoraproject.org> - 0.7.0-20
|
||||
- Drop serverca in the koji config for https://fedoraproject.org/wiki/Changes/droppingOfCertPemFile
|
||||
Fixes: RHBZ#2358273, RHBZ#2483718
|
||||
- Add rpmautospec dependency
|
||||
Fixes: RHBZ#2414574
|
||||
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue