parent
48556cdf37
commit
da81e5cf5b
2
.gitignore
vendored
2
.gitignore
vendored
@ -285,3 +285,5 @@ samba-3.6.0pre1.tar.gz
|
|||||||
/samba-4.16.0rc3.tar.asc
|
/samba-4.16.0rc3.tar.asc
|
||||||
/samba-4.16.0rc4.tar.xz
|
/samba-4.16.0rc4.tar.xz
|
||||||
/samba-4.16.0rc4.tar.asc
|
/samba-4.16.0rc4.tar.asc
|
||||||
|
/samba-4.16.0rc5.tar.xz
|
||||||
|
/samba-4.16.0rc5.tar.asc
|
||||||
|
@ -134,7 +134,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")
|
%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 4
|
%global baserelease 5
|
||||||
|
|
||||||
%global samba_version 4.16.0
|
%global samba_version 4.16.0
|
||||||
%global talloc_version 2.3.3
|
%global talloc_version 2.3.3
|
||||||
@ -142,7 +142,7 @@
|
|||||||
%global tevent_version 0.11.0
|
%global tevent_version 0.11.0
|
||||||
%global ldb_version 2.5.0
|
%global ldb_version 2.5.0
|
||||||
# This should be rc1 or nil
|
# This should be rc1 or nil
|
||||||
%global pre_release rc4
|
%global pre_release rc5
|
||||||
|
|
||||||
%global samba_release %{baserelease}
|
%global samba_release %{baserelease}
|
||||||
%if "x%{?pre_release}" != "x"
|
%if "x%{?pre_release}" != "x"
|
||||||
@ -4133,6 +4133,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 09 2022 Guenther Deschner <gdeschner@redhat.com> - 4.16.0-0.5.rc5
|
||||||
|
- Update to Samba 4.16.0rc5
|
||||||
|
- resolves: #2042518
|
||||||
|
|
||||||
* Tue Mar 01 2022 Pavel Filipenský <pfilipen@redhat.com> - 4.16.0-0.4.rc4
|
* Tue Mar 01 2022 Pavel Filipenský <pfilipen@redhat.com> - 4.16.0-0.4.rc4
|
||||||
- Update to Samba 4.16.0rc4
|
- Update to Samba 4.16.0rc4
|
||||||
- resolves: #2042518
|
- resolves: #2042518
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (samba-4.16.0rc4.tar.xz) = 7326c9690309eadff7fe01d914105e9cd7e225ba0cce57855e0ad308b35404a384519e383d279c26430eae796df46f1431a8b0b142c7a3c8c474f1977dd3e150
|
SHA512 (samba-4.16.0rc5.tar.xz) = 6d29f852613a46f23e95630b0b7236240155698e7a057953d4a7cb9de015b30c279e95fe084c2a0e448bab30df50789b8629a05bba1b1c8e2f6d8e9e4d3d56c6
|
||||||
SHA512 (samba-4.16.0rc4.tar.asc) = 5914d3108ed65fa5e9a68efefae5ca8da48cda4ca7b29c876b89d9c18d994a7dc11876c66cb7e011ad4a5c59650ec9511353a9b0eba7a19c0c56042c6cf734cd
|
SHA512 (samba-4.16.0rc5.tar.asc) = f1448bf87a02e5207199358418138d48cc726425167adcd900c02c95bdbaa7692079c75f7db9df683b07fd83594d3a0b544c202c55a10ce368ca2747c34f1702
|
||||||
|
Loading…
Reference in New Issue
Block a user