automatic version update by autodist [release 2.2.0-1mamba;Wed Oct 18 2023]
This commit is contained in:
parent
c84f322a32
commit
ffc846aaad
19
zfs.spec
19
zfs.spec
@ -1,5 +1,5 @@
|
|||||||
Name: zfs
|
Name: zfs
|
||||||
Version: 2.1.13
|
Version: 2.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An advanced file system and volume manager
|
Summary: An advanced file system and volume manager
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -15,8 +15,6 @@ License: Common Development and Distribution License
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libaio-devel
|
BuildRequires: libaio-devel
|
||||||
BuildRequires: libblkid-devel
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libe2fs-devel
|
|
||||||
BuildRequires: libkrb5-devel
|
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpam-devel
|
BuildRequires: libpam-devel
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
@ -145,6 +143,7 @@ fi
|
|||||||
%{_bindir}/arc_summary
|
%{_bindir}/arc_summary
|
||||||
%{_bindir}/dbufstat
|
%{_bindir}/dbufstat
|
||||||
%{_bindir}/raidz_test
|
%{_bindir}/raidz_test
|
||||||
|
%{_bindir}/zilstat
|
||||||
%{_bindir}/zvol_wait
|
%{_bindir}/zvol_wait
|
||||||
%{_sbindir}/fsck.zfs
|
%{_sbindir}/fsck.zfs
|
||||||
%{_sbindir}/mount.zfs
|
%{_sbindir}/mount.zfs
|
||||||
@ -171,7 +170,8 @@ fi
|
|||||||
%dir %{_datadir}/zfs
|
%dir %{_datadir}/zfs
|
||||||
%{_datadir}/zfs/*
|
%{_datadir}/zfs/*
|
||||||
%{_unitdir}/zfs-import.target
|
%{_unitdir}/zfs-import.target
|
||||||
%{_prefix}/lib/systemd/system-generators/zfs-mount-generator
|
%{_systemdgeneratordir}/zfs-mount-generator
|
||||||
|
%{_datadir}/bash-completion/completions/zfs
|
||||||
%{_mandir}/man1/arcstat.1.gz
|
%{_mandir}/man1/arcstat.1.gz
|
||||||
%{_mandir}/man1/raidz_test.1*
|
%{_mandir}/man1/raidz_test.1*
|
||||||
%{_mandir}/man1/test-runner.1*
|
%{_mandir}/man1/test-runner.1*
|
||||||
@ -181,12 +181,9 @@ fi
|
|||||||
%{_mandir}/man1/zvol_wait.1*
|
%{_mandir}/man1/zvol_wait.1*
|
||||||
%{_mandir}/man4/spl.4*
|
%{_mandir}/man4/spl.4*
|
||||||
%{_mandir}/man4/zfs.4*
|
%{_mandir}/man4/zfs.4*
|
||||||
#%{_mandir}/man5/spl-module-parameters.5*
|
|
||||||
%{_mandir}/man5/vdev_id.conf.5*
|
%{_mandir}/man5/vdev_id.conf.5*
|
||||||
#%{_mandir}/man5/zfs-events.5*
|
|
||||||
#%{_mandir}/man5/zfs-module-parameters.5*
|
|
||||||
#%{_mandir}/man5/zpool-features.5*
|
|
||||||
%{_mandir}/man7/dracut.zfs.7*
|
%{_mandir}/man7/dracut.zfs.7*
|
||||||
|
%{_mandir}/man7/vdevprops.7*
|
||||||
%{_mandir}/man7/zfsconcepts.7*
|
%{_mandir}/man7/zfsconcepts.7*
|
||||||
%{_mandir}/man7/zfsprops.7*
|
%{_mandir}/man7/zfsprops.7*
|
||||||
%{_mandir}/man7/zpool-features.7*
|
%{_mandir}/man7/zpool-features.7*
|
||||||
@ -204,8 +201,6 @@ fi
|
|||||||
%{_mandir}/man8/zstream.8.gz
|
%{_mandir}/man8/zstream.8.gz
|
||||||
%{_mandir}/man8/zstreamdump.8*
|
%{_mandir}/man8/zstreamdump.8*
|
||||||
%{_mandir}/man8/zfs_ids_to_path.8*
|
%{_mandir}/man8/zfs_ids_to_path.8*
|
||||||
#%{_mandir}/man8/zfsconcepts.8*
|
|
||||||
#%{_mandir}/man8/zfsprops.8*
|
|
||||||
|
|
||||||
%files dkms
|
%files dkms
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -224,7 +219,6 @@ fi
|
|||||||
%{_libdir}/libzfsbootenv.so.*
|
%{_libdir}/libzfsbootenv.so.*
|
||||||
%{_libdir}/libzfs_core.so.*
|
%{_libdir}/libzfs_core.so.*
|
||||||
%{_libdir}/libzpool.so.*
|
%{_libdir}/libzpool.so.*
|
||||||
#%{_libdir}/security/pam_zfs_key.la
|
|
||||||
%{_libdir}/security/pam_zfs_key.so
|
%{_libdir}/security/pam_zfs_key.so
|
||||||
%dir %{_libexecdir}/zfs
|
%dir %{_libexecdir}/zfs
|
||||||
%dir %{_libexecdir}/zfs/zed.d
|
%dir %{_libexecdir}/zfs/zed.d
|
||||||
@ -265,6 +259,9 @@ fi
|
|||||||
%{python3_sitelib}/pyzfs-*-py*.egg-info/*
|
%{python3_sitelib}/pyzfs-*-py*.egg-info/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 18 2023 Automatic Build System <autodist@mambasoft.it> 2.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Sep 28 2023 Automatic Build System <autodist@mambasoft.it> 2.1.13-1mamba
|
* Thu Sep 28 2023 Automatic Build System <autodist@mambasoft.it> 2.1.13-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user