Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
faebeb2de0 | ||
|
|
05aa844fc5 | ||
|
|
e2a04be4bc | ||
|
|
527ffa0621 | ||
|
|
b21266b2f2 | ||
|
|
2916c4aa50 | ||
|
|
78cd93eec4 |
1 changed files with 5 additions and 11 deletions
16
libnbd.spec
16
libnbd.spec
|
|
@ -75,7 +75,7 @@ BuildRequires: glib2-devel
|
|||
|
||||
# For bash-completion.
|
||||
BuildRequires: bash-completion
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 11
|
||||
%if !0%{?rhel}
|
||||
BuildRequires: bash-completion-devel
|
||||
%endif
|
||||
|
||||
|
|
@ -373,7 +373,7 @@ make %{?_smp_mflags} check || {
|
|||
|
||||
|
||||
%files bash-completion
|
||||
%if 0%{?fedora} || 0%{?rhel} >= 11
|
||||
%if !0%{?rhel}
|
||||
%dir %{bash_completions_dir}
|
||||
%{bash_completions_dir}/nbdcopy
|
||||
%{bash_completions_dir}/nbddiscard
|
||||
|
|
@ -413,9 +413,6 @@ make %{?_smp_mflags} check || {
|
|||
* Fri Nov 14 2025 Richard W.M. Jones <rjones@redhat.com> - 1.23.11-1
|
||||
- New upstream development version 1.23.11
|
||||
|
||||
* Tue Nov 4 2025 Tom Callaway <spot@fedoraproject.org> - 1.23.10-2
|
||||
- rebuild for new fuse3
|
||||
|
||||
* Sun Nov 2 2025 Richard W.M. Jones <rjones@redhat.com> - 1.23.10-1
|
||||
- New upstream development version 1.23.10
|
||||
- New tools nbddiscard and nbdzero.
|
||||
|
|
@ -425,11 +422,8 @@ make %{?_smp_mflags} check || {
|
|||
- Fixes security issue with nbd+ssh URIs
|
||||
https://lists.libguestfs.org/archives/list/guestfs@lists.libguestfs.org/thread/YZMBF3SJRWTRVT5L3KWSNHITFTRMQNTT/
|
||||
|
||||
* Mon Oct 13 2025 Richard W.M. Jones <rjones@redhat.com> - 1.23.8-3
|
||||
- OCaml 5.4.0 rebuild
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.23.8-2
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
* Fri Sep 19 2025 Richard W.M. Jones <rjones@redhat.com> - 1.23.8-2
|
||||
- Bump release and rebuild (RHBZ#2396714)
|
||||
|
||||
* Sat Sep 13 2025 Richard W.M. Jones <rjones@redhat.com> - 1.23.8-1
|
||||
- New upstream development version 1.23.8
|
||||
|
|
@ -450,7 +444,7 @@ make %{?_smp_mflags} check || {
|
|||
- New upstream development version 1.23.5
|
||||
- Add './configure --with-extra' containing downstream package information.
|
||||
|
||||
* Fri Jul 11 2025 Jerry James <loganjerry@gmail.com> - 1.23.4-3
|
||||
* Fri Jul 11 2025 Jerry James <loganjerry@gmail.com> - 1.23.4-3
|
||||
- Rebuild to fix OCaml dependencies
|
||||
|
||||
* Fri Jun 06 2025 Python Maint <python-maint@redhat.com> - 1.23.4-2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue