parent
cc8f1ab0bc
commit
9d6b8a93a5
2
.gitignore
vendored
2
.gitignore
vendored
@ -257,3 +257,5 @@ samba-3.6.0pre1.tar.gz
|
||||
/samba-4.15.0rc1.tar.asc
|
||||
/samba-4.15.0rc2.tar.xz
|
||||
/samba-4.15.0rc2.tar.asc
|
||||
/samba-4.15.0rc3.tar.xz
|
||||
/samba-4.15.0rc3.tar.asc
|
||||
|
@ -129,7 +129,7 @@
|
||||
|
||||
%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
|
||||
|
||||
%global baserelease 7
|
||||
%global baserelease 8
|
||||
|
||||
%global samba_version 4.15.0
|
||||
%global talloc_version 2.3.3
|
||||
@ -137,7 +137,7 @@
|
||||
%global tevent_version 0.11.0
|
||||
%global ldb_version 2.4.0
|
||||
# This should be rc1 or nil
|
||||
%global pre_release rc2
|
||||
%global pre_release rc3
|
||||
|
||||
%global samba_release %{baserelease}
|
||||
%if "x%{?pre_release}" != "x"
|
||||
@ -4068,6 +4068,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 26 2021 Guenther Deschner <gdeschner@redhat.com> - 4.15.0-0.8.rc3
|
||||
- Update to Samba 4.15.0rc3
|
||||
- resolves: #1998024
|
||||
|
||||
* Wed Aug 25 2021 Guenther Deschner <gdeschner@redhat.com> - 4.15.0-0.7.rc2
|
||||
- Add ceph and etcd mutex helpers for CTDB
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (samba-4.15.0rc2.tar.xz) = 5ff2f44c068babd3e37751e4cb52fd73d7c4da8f8d11fb6952206bc970b1206b0af3705991493a0ce1dcbe61d2c9ef6625b6a9b601f77324d5faaa0a9ac4e7d3
|
||||
SHA512 (samba-4.15.0rc2.tar.asc) = 8ee5488a0d226d72ae8a84898715ca8f27e7f83dfbc712a52d52e740b08aabd66155c091f92c3ac1a4c58d489ffa6f91a7f293cccb5fba3b878f81fb11da40ff
|
||||
SHA512 (samba-4.15.0rc3.tar.xz) = 4f3fd39b22cbc08001f1b9f4295a1acba22b6d0c82235704d35667329e608b844f5b793e39fd84e3b4bd7956ae7991c2958031531c673ddbde593799e6af5d47
|
||||
SHA512 (samba-4.15.0rc3.tar.asc) = 6f8d7a69d643208c2dbfd4423b5351319c4a8361cac2ea5fa378787a885d63794018ec96334a847a5aaf2e0ad494846164a2a13aab7ffe1b9f35afa671c531d8
|
||||
|
Loading…
Reference in New Issue
Block a user