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:
parent
8ba17592f6
commit
21488a46d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@ cifs-utils-4.6.tar.bz2
|
|||||||
/cifs-utils-6.2.tar.bz2
|
/cifs-utils-6.2.tar.bz2
|
||||||
/cifs-utils-6.3.tar.bz2
|
/cifs-utils-6.3.tar.bz2
|
||||||
/cifs-utils-6.4.tar.bz2
|
/cifs-utils-6.4.tar.bz2
|
||||||
|
/cifs-utils-6.5.tar.bz2
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%define pre_release %nil
|
%define pre_release %nil
|
||||||
|
|
||||||
Name: cifs-utils
|
Name: cifs-utils
|
||||||
Version: 6.4
|
Version: 6.5
|
||||||
Release: 5%{pre_release}%{?dist}
|
Release: 1%{pre_release}%{?dist}
|
||||||
Summary: Utilities for mounting and managing CIFS mounts
|
Summary: Utilities for mounting and managing CIFS mounts
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -17,7 +17,7 @@ Requires: keyutils
|
|||||||
Requires(post): /usr/sbin/alternatives
|
Requires(post): /usr/sbin/alternatives
|
||||||
Requires(preun): /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
|
%description
|
||||||
The SMB/CIFS protocol is a standard file sharing protocol widely deployed
|
The SMB/CIFS protocol is a standard file sharing protocol widely deployed
|
||||||
@ -108,6 +108,10 @@ fi
|
|||||||
%{_mandir}/man8/pam_cifscreds.8.gz
|
%{_mandir}/man8/pam_cifscreds.8.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 6.4-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user