Updated to 6.5 release

Also fix the Source0 URL in the spec file.

Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
This commit is contained in:
Sachin Prabhu 2016-03-10 06:25:04 +05:30
parent 8ba17592f6
commit 21488a46d7
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ cifs-utils-4.6.tar.bz2
/cifs-utils-6.2.tar.bz2
/cifs-utils-6.3.tar.bz2
/cifs-utils-6.4.tar.bz2
/cifs-utils-6.5.tar.bz2

View File

@ -2,8 +2,8 @@
%define pre_release %nil
Name: cifs-utils
Version: 6.4
Release: 5%{pre_release}%{?dist}
Version: 6.5
Release: 1%{pre_release}%{?dist}
Summary: Utilities for mounting and managing CIFS mounts
Group: System Environment/Daemons
@ -17,7 +17,7 @@ Requires: keyutils
Requires(post): /usr/sbin/alternatives
Requires(preun): /usr/sbin/alternatives
Source0: ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}%{pre_release}.tar.bz2
Source0: https://download.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
%description
The SMB/CIFS protocol is a standard file sharing protocol widely deployed
@ -108,6 +108,10 @@ fi
%{_mandir}/man8/pam_cifscreds.8.gz
%changelog
* Thu Mar 10 2016 Sachin Prabhu <sprabhu@redhat.com> - 6.5-1
- Update to 6.5 release
- Fix URL to cifs-utils upstream source
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
b7d75b67fd3987952896d27256c7293d cifs-utils-6.4.tar.bz2
74b2c398ce83a8b792faabc414cec314 cifs-utils-6.5.tar.bz2