New upstream release v5.0.0
This commit is contained in:
parent
f5b02fdbd1
commit
26bc3ffb06
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ xfsprogs-3.1.2.tar.gz
|
||||
/xfsprogs-4.18.0.tar.xz
|
||||
/xfsprogs-4.19.0.tar.xz
|
||||
/xfsprogs-4.20.0.tar.xz
|
||||
/xfsprogs-5.0.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xfsprogs-4.20.0.tar.xz) = 6adf93fbe20d6b3250c4690237bda041a6dd0cfdc2387f5c88704fc06e6f095bf047964d701ccd65efef7607c15fb8e97b6046f3d631ef327aa8f4c118a36e22
|
||||
SHA512 (xfsprogs-5.0.0.tar.xz) = cebe3d2ea80676a99cc7f9cc014894398fbe3bdaf237829e9c7aa0404558c1ab16f2055acb5afd8234b2bc8475117bcef3c7500c553adb12bbaf3262bd077d18
|
||||
|
@ -1,10 +1,11 @@
|
||||
Summary: Utilities for managing the XFS filesystem
|
||||
Name: xfsprogs
|
||||
Version: 4.20.0
|
||||
Version: 5.0.0
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ and LGPLv2+
|
||||
URL: https://xfs.wiki.kernel.org
|
||||
Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz
|
||||
Requires: util-linux
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libtool, gettext, libattr-devel, libuuid-devel
|
||||
BuildRequires: readline-devel, libblkid-devel >= 2.17-0.1.git5e51568
|
||||
@ -96,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Fri May 03 2019 Eric Sandeen <sandeen@redhat.com> 5.0.0-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Feb 22 2019 Eric Sandeen <sandeen@redhat.com> 4.20.0-1
|
||||
- New upstream release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user