Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4e699ed8e | ||
|
|
4d2dae2382 | ||
|
|
6daa1a2572 | ||
|
|
ece7054ce6 | ||
|
|
09aecde81e | ||
|
|
f4f981cf16 | ||
|
|
742f3bf5ca | ||
|
|
e9fe1056f3 | ||
|
|
4cd7f7c696 | ||
|
|
fdab24b4cd | ||
|
|
31d93f3e91 | ||
|
|
700ccb1b2a | ||
|
|
e72b51e6bf | ||
|
|
99a2b64cdd | ||
|
|
e465c1a109 | ||
|
|
2b49ee67a8 | ||
|
|
fa9c7ff751 |
2 changed files with 24 additions and 12 deletions
|
|
@ -22,15 +22,6 @@
|
|||
%global _with_asan %{nil}
|
||||
%endif
|
||||
|
||||
# bd
|
||||
# if you wish to compile an rpm without the BD map support...
|
||||
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without bd
|
||||
%{?_without_bd:%global _without_bd --disable-bd-xlator}
|
||||
|
||||
%if ( 0%{?rhel} && 0%{?rhel} > 7 )
|
||||
%global _without_bd --without-bd
|
||||
%endif
|
||||
|
||||
# cmocka
|
||||
# if you wish to compile an rpm with cmocka unit testing...
|
||||
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --with cmocka
|
||||
|
|
@ -209,7 +200,7 @@
|
|||
Summary: Distributed File System
|
||||
%if ( 0%{_for_fedora_koji_builds} )
|
||||
Name: glusterfs
|
||||
Version: 6.5
|
||||
Version: 6.9
|
||||
Release: %{?prereltag:1.}1%{?prereltag:.%{prereltag}}%{?dist}
|
||||
%else
|
||||
Name: @PACKAGE_NAME@
|
||||
|
|
@ -408,7 +399,7 @@ Requires: %{name}-server%{?_isa} = %{version}-%{release}
|
|||
Requires: python%{_pythonver}
|
||||
Requires: python%{_pythonver}-prettytable
|
||||
Requires: python%{_pythonver}-gluster = %{version}-%{release}
|
||||
%if ( 0%{?rhel} )
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 8 )
|
||||
Requires: python-requests
|
||||
%else
|
||||
Requires: python%{_pythonver}-requests
|
||||
|
|
@ -1406,6 +1397,24 @@ exit 0
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 24 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.9-1
|
||||
- 6.9 GA
|
||||
|
||||
* Mon Mar 2 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.8-1
|
||||
- 6.8 GA
|
||||
|
||||
* Thu Jan 2 2020 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.7-1
|
||||
- 6.7 GA
|
||||
|
||||
* Mon Oct 28 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.6-1
|
||||
- 6.6 GA
|
||||
|
||||
* Wed Oct 9 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
|
||||
- bd removed in glusterfs-6
|
||||
|
||||
* Wed Aug 28 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.5-2
|
||||
- 6.5, rhel8 python3-requests
|
||||
|
||||
* Wed Aug 7 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.5-1
|
||||
- 6.5 GA
|
||||
|
||||
|
|
@ -1454,6 +1463,9 @@ exit 0
|
|||
* Fri Feb 22 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 6.0rc0-0.1
|
||||
- 6.0 RC0
|
||||
|
||||
* Wed Feb 20 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 5.3-3
|
||||
- re-rebuild for readline 8.0
|
||||
|
||||
* Wed Feb 20 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 5.3-2
|
||||
- re-rebuild for f31/rawhide
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (glusterfs-6.5.tar.gz) = b7356de07e8126aea80b0489b9ac39ce0d10ea324fe38d05ff5740765e886f80fc7e6bdda9d4db1371d7b955b055cb76ea29e918e759a575db331a6436bad90f
|
||||
SHA512 (glusterfs-6.9.tar.gz) = 3bf167aed4f572f94ad4708c5fff7b578a334af1eb0322c36e15127a2089b6359e8d91a36793d8af93c8f76dbdf6ded649c3e0a6c1a879163c8d8b640cea334b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue