Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
edd2298769 | ||
|
|
0f5c4c381d | ||
|
|
a2c786de0b | ||
|
|
f46fb3ba3c | ||
|
|
94a6775aac | ||
|
|
1ba0b4876e | ||
|
|
db0197b744 |
2 changed files with 20 additions and 2 deletions
|
|
@ -9,4 +9,4 @@ require:
|
|||
test: |
|
||||
rpm --erase p11-kit-server
|
||||
bash ./rootless-test.sh
|
||||
duration: 3h 30m
|
||||
duration: 4h
|
||||
|
|
|
|||
20
toolbox.spec
20
toolbox.spec
|
|
@ -1,5 +1,14 @@
|
|||
%global __brp_check_rpaths %{nil}
|
||||
|
||||
%if 0%{?rhel}
|
||||
%if 0%{?rhel} <= 9
|
||||
%{!?bash_completions_dir: %global bash_completions_dir %{_datadir}/bash-completion/completions}
|
||||
%{!?fish_completions_dir: %global fish_completions_dir %{_datadir}/fish/vendor_completions.d}
|
||||
%{!?zsh_completions_dir: %global zsh_completions_dir %{_datadir}/zsh/site-functions}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
||||
Name: toolbox
|
||||
Version: 0.3
|
||||
|
||||
|
|
@ -33,7 +42,7 @@ Version: 0.3
|
|||
%endif
|
||||
%endif
|
||||
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Tool for interactive command line environments on Linux
|
||||
|
||||
License: Apache-2.0
|
||||
|
|
@ -188,13 +197,22 @@ install -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/containers/%{name}.conf
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 10 2025 Alejandro Sáez <asm@redhat.com> - 0.3-2
|
||||
- rebuild
|
||||
|
||||
* Wed Sep 17 2025 Debarshi Ray <rishi@fedoraproject.org> - 0.3-1
|
||||
- Update to 0.3
|
||||
|
||||
* Fri Aug 15 2025 Maxwell G <maxwell@gtmx.me> - 0.2-2
|
||||
- Rebuild for golang-1.25.0
|
||||
|
||||
* Sat Aug 09 2025 Debarshi Ray <rishi@fedoraproject.org> - 0.2-1
|
||||
- Update to 0.2
|
||||
- Fix CVE-2025-23266, CVE-2025-23267, and GHSA-fv92-fjc5-jj9h or GO-2025-3787
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Jun 03 2025 Debarshi Ray <rishi@fedoraproject.org> - 0.1.2-1
|
||||
- Update to 0.1.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue