Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
3 changed files with 5 additions and 30 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1 @@
|
|||
/ubdsrv-*.tar.gz
|
||||
/ublksrv-*.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (ublksrv-0295e7f47a9f08b9544ea41b18a8506cd6b491a5.tar.gz) = b9c4be5176e6a681505f0196ed04398283affdbbad20d7293a5ffac097c6abd45830b9a6c26252023efc4915889c64b33c26a66dcb897d043e1ff2dfae53ef8c
|
||||
SHA512 (ubdsrv-58401cf5614ec3ab2a69166e7f9b596f862de105.tar.gz) = 50b3130a37a37e472fe63f1d3674fe964470e1674ef7a34d3d28a66b5182999510f799b2415a7853f7158adb171a9afa75f16ebaef1bc6fb92828fca63328eab
|
||||
|
|
|
|||
32
ubdsrv.spec
32
ubdsrv.spec
|
|
@ -1,11 +1,11 @@
|
|||
%global forgeurl https://github.com/ublk-org/ublksrv
|
||||
%global commit 0295e7f47a9f08b9544ea41b18a8506cd6b491a5
|
||||
Version: 1.7
|
||||
%global forgeurl https://github.com/ming1/ubdsrv
|
||||
%global commit 58401cf5614ec3ab2a69166e7f9b596f862de105
|
||||
Version: 1.1
|
||||
%forgemeta
|
||||
|
||||
Summary: Userspace block driver server and ublk tool
|
||||
Name: ubdsrv
|
||||
Release: %autorelease
|
||||
Release: 1.rc1%{?dist}.2
|
||||
URL: %{forgeurl}
|
||||
Source: %{forgesource}
|
||||
License: LGPLv2+ or MIT
|
||||
|
|
@ -15,9 +15,7 @@ BuildRequires: gcc, gcc-c++
|
|||
BuildRequires: make
|
||||
BuildRequires: autoconf, autoconf-archive, automake, libtool
|
||||
BuildRequires: liburing-devel >= 2.2
|
||||
BuildRequires: libiscsi-devel
|
||||
BuildRequires: pkgconf
|
||||
BuildRequires: git
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -57,11 +55,6 @@ rm %{buildroot}%{_libdir}/*.la
|
|||
%license COPYING COPYING.LGPL LICENSE
|
||||
%doc README.rst
|
||||
%{_sbindir}/ublk
|
||||
%{_sbindir}/ublk.*
|
||||
%{_sbindir}/ublk_user_id
|
||||
%{_sbindir}/ublk_chown.sh
|
||||
%{_sbindir}/ublk_chown_docker.sh
|
||||
%{_mandir}/man1/ublk.1.gz
|
||||
%{_libdir}/libublksrv.so.0*
|
||||
|
||||
|
||||
|
|
@ -77,23 +70,6 @@ rm %{buildroot}%{_libdir}/*.la
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed May 27 2026 Richard W.M. Jones <rjones@redhat.com> - 1.7-1
|
||||
- Update to 1.7
|
||||
- Add BR libiscsi-devel.
|
||||
- Include libiscsi configure fix.
|
||||
|
||||
* Tue Aug 19 2025 Richard W.M. Jones <rjones@redhat.com> - 1.6-1
|
||||
- Move to 1.6
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-1.rc1.5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-1.rc1.4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-1.rc1.3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-1.rc1.2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue