Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54784da2a4 | ||
|
|
d07cf8a21b | ||
|
|
6f44643f06 | ||
| 1103b04ef4 | |||
|
|
446ea8bbdd |
1 changed files with 16 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Name: sheepdog
|
||||
Summary: The Sheepdog distributed storage system for KVM/QEMU
|
||||
Version: 1.0.1
|
||||
Release: 23%{?dist}
|
||||
Release: 27%{?dist}
|
||||
# Automatically converted from old format: GPLv2 and GPLv2+ - review is highly recommended.
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later
|
||||
URL: http://sheepdog.github.io/sheepdog
|
||||
|
|
@ -60,6 +60,9 @@ This package contains the libsheepdog shared library.
|
|||
%setup -q
|
||||
%patch -P0 -p1
|
||||
|
||||
# urcu/compiler.h from userspace-rcu-devel requires __STDC_VERSION__ 201112L
|
||||
sed -r -i 's/-std=gnu99/-std=gnu23/' configure.ac
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
|
||||
|
|
@ -123,6 +126,18 @@ cp -a %{SOURCE3} %{buildroot}/%{_sysconfdir}/sysconfig
|
|||
%{_libdir}/libsheepdog.so
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-27
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-26
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Aug 07 2024 Miroslav Suchý <msuchy@redhat.com> - 1.0.1-23
|
||||
- convert license to SPDX
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue