2019-09-30 11:09:49 -04:00
|
|
|
Name: nfs4-acl-tools
|
2020-07-16 14:54:40 +08:00
|
|
|
Version: 0.3.7
|
2022-01-10 21:24:28 +08:00
|
|
|
Release: 4
|
2019-09-30 11:09:49 -04:00
|
|
|
Summary: The nfs4 ACL tools
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://www.citi.umich.edu/projects/nfsv4/linux/
|
2019-12-30 15:31:56 +08:00
|
|
|
Source0: http://linux-nfs.org/~bfields/nfs4-acl-tools/%{name}-%{version}.tar.gz
|
2019-09-30 11:09:49 -04:00
|
|
|
|
2021-07-30 23:09:09 +08:00
|
|
|
BuildRequires: libtool libattr-devel
|
2019-09-30 11:09:49 -04:00
|
|
|
|
2021-12-01 11:16:29 +08:00
|
|
|
Patch1: 0001-Fix-infinite-loop-when-perl-is-added-in-BEP_FILE_TIM.patch
|
2022-01-10 21:24:28 +08:00
|
|
|
Patch2: 0002-build-do-not-generate-aclocal.m4.patch
|
2021-12-01 11:16:29 +08:00
|
|
|
|
2019-09-30 11:09:49 -04:00
|
|
|
%description
|
2020-07-16 14:54:40 +08:00
|
|
|
It contains commandline NFSv4 ACL tools, which deal directly with NFSv4 ACLs.
|
2019-09-30 11:09:49 -04:00
|
|
|
|
|
|
|
|
%package help
|
|
|
|
|
Summary: Including man files for nfs4-acl-tools
|
|
|
|
|
Requires: man
|
|
|
|
|
|
|
|
|
|
%description help
|
|
|
|
|
This contains man files for the using of nfs4-acl-tools.
|
|
|
|
|
|
|
|
|
|
%prep
|
2021-07-30 23:09:09 +08:00
|
|
|
%autosetup -n %{name}-%{version} -p1
|
2019-09-30 11:09:49 -04:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
CFLAGS="`echo $RPM_OPT_FLAGS -fpie`"
|
|
|
|
|
export LDFLAGS="-pie"
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
2020-07-16 14:54:40 +08:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
make DESTDIR=%{buildroot} install
|
2019-09-30 11:09:49 -04:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc INSTALL README VERSION
|
|
|
|
|
%{_bindir}/nfs4_editfacl
|
|
|
|
|
%{_bindir}/nfs4_getfacl
|
|
|
|
|
%{_bindir}/nfs4_setfacl
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man*/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-01-10 21:24:28 +08:00
|
|
|
* Mon Jan 10 2022 Wenchao Hao <haowenchao@huawei.com> - 0.3.7-4
|
|
|
|
|
- DESC: build: do not generate aclocal.m4 to fix compile error
|
|
|
|
|
|
2021-12-01 11:16:29 +08:00
|
|
|
* Wed Dec 1 2021 volcanodragon <linfeilong@huawei.com> - 0.3.7-3
|
|
|
|
|
- DESC: Fix infinite loop when perl is added in BEP_FILE_TIME_LIST
|
|
|
|
|
|
2021-07-30 23:09:09 +08:00
|
|
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.3.7-2
|
|
|
|
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
|
|
|
|
|
2020-07-16 14:54:40 +08:00
|
|
|
* Thu Jul 16 2020 wuguanghao <wuguanghao3@huawei.com> - 0.3.7-1
|
|
|
|
|
- update nfs4-acl-tools version to 0.3.7-1
|
|
|
|
|
|
2020-01-11 14:26:53 +08:00
|
|
|
* Sat Jan 11 2020 renxudong <renxudong1@huawei.com> - 0.3.4-5
|
|
|
|
|
- Type:enhancemnet
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:Be consistent with the native community
|
|
|
|
|
|
2019-09-30 11:09:49 -04:00
|
|
|
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.4-4
|
|
|
|
|
- Type:enhancemnet
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:rollback because of gui package require qt
|
|
|
|
|
|
|
|
|
|
* Fri Sep 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.3.4-3
|
|
|
|
|
- Package init
|