New upstream release v4.15.0
This commit is contained in:
parent
9beb8ce0e3
commit
858cc405ea
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@ xfsprogs-3.1.2.tar.gz
|
|||||||
/xfsprogs-4.12.0.tar.xz
|
/xfsprogs-4.12.0.tar.xz
|
||||||
/xfsprogs-4.13.1.tar.xz
|
/xfsprogs-4.13.1.tar.xz
|
||||||
/xfsprogs-4.14.0.tar.xz
|
/xfsprogs-4.14.0.tar.xz
|
||||||
|
/xfsprogs-4.15.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (xfsprogs-4.14.0.tar.xz) = 69832a1b9636dc5a77ad277122bb24bc09c71ad743c3ab5bf830d398557e63fa1477dd08c6115a53a94f01fc27e58d70268416013cc25e026baed7a74af8d506
|
SHA512 (xfsprogs-4.15.0.tar.xz) = 78d67a603c45a0d2b69d2cd0f7400b1e2c7b8b9bca3fa78529b8558bebda082e24d683d275ca546bb63c6cfd53d3b6048109b815e9fc5ced34d1c32533c2e77f
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities for managing the XFS filesystem
|
Summary: Utilities for managing the XFS filesystem
|
||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
Version: 4.14.0
|
Version: 4.15.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
|
||||||
# in source, with no mention of version.
|
# in source, with no mention of version.
|
||||||
# doc/COPYING file specifies what is GPL and what is LGPL
|
# doc/COPYING file specifies what is GPL and what is LGPL
|
||||||
@ -12,6 +12,7 @@ URL: http://oss.sgi.com/projects/xfs/
|
|||||||
Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz
|
Source0: http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: libtool, gettext, libattr-devel, libuuid-devel
|
BuildRequires: libtool, gettext, libattr-devel, libuuid-devel
|
||||||
BuildRequires: readline-devel, libblkid-devel >= 2.17-0.1.git5e51568
|
BuildRequires: readline-devel, libblkid-devel >= 2.17-0.1.git5e51568
|
||||||
|
Buildrequires: libunistring-devel, lvm2-devel
|
||||||
Provides: xfs-cmds
|
Provides: xfs-cmds
|
||||||
Obsoletes: xfs-cmds <= %{version}
|
Obsoletes: xfs-cmds <= %{version}
|
||||||
Provides: xfsprogs-qa-devel
|
Provides: xfsprogs-qa-devel
|
||||||
@ -82,12 +83,16 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc doc/CHANGES doc/COPYING doc/CREDITS README
|
%doc doc/CHANGES doc/COPYING doc/CREDITS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_mandir}/man8/*
|
%dir %{_usr}/%{_lib}/xfsprogs
|
||||||
|
%{_usr}/%{_lib}/xfsprogs/*
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
%{_mandir}/man8/*
|
||||||
%{_sbindir}/*
|
%{_sbindir}/*
|
||||||
|
%{_unitdir}/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_mandir}/man2/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%dir %{_includedir}/xfs
|
%dir %{_includedir}/xfs
|
||||||
%{_includedir}/xfs/handle.h
|
%{_includedir}/xfs/handle.h
|
||||||
@ -105,6 +110,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/xfsprogs/
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 24 2018 Eric Sandeen <sandeen@redhat.com> 4.15.0-1
|
||||||
|
- New upstream release
|
||||||
|
- Adds new xfs_scrub utility and services
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.14.0-2
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.14.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user