From 2fed28c62cb8a5b7027e33acb904665e6436eded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 21:04:46 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/nfs4-acl-tools#3044d243b3dabe7e3cb742764ee60858f7177a79 --- .gitignore | 4 ++ nfs4-acl-tools.spec | 159 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 164 insertions(+) create mode 100644 nfs4-acl-tools.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..d0a7e73 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,4 @@ +Makefile +x86_64/ +/nfs4-acl-tools-0.3.5.tar.gz +nfs4-acl-tools-0.3.5 diff --git a/nfs4-acl-tools.spec b/nfs4-acl-tools.spec new file mode 100644 index 0000000..5a650ee --- /dev/null +++ b/nfs4-acl-tools.spec @@ -0,0 +1,159 @@ +Name: nfs4-acl-tools +Version: 0.3.5 +Release: 4%{?dist} +Summary: The nfs4 ACL tools +License: BSD +URL: http://git.linux-nfs.org/?p=bfields/nfs4-acl-tools.git;a=summary +Source0: http://linux-nfs.org/~bfields/nfs4-acl-tools/%{name}-%{version}.tar.gz + +BuildRequires: libtool +BuildRequires: libattr-devel + +%description +This package contains commandline ACL utilities for the Linux +NFSv4 client. + +%prep +%setup -q + +%build +%configure \ + CFLAGS="%{build_cflags} -D_FILE_OFFSET_BITS=64" \ + LDFLAGS="%{build_ldflags}" + +%make_build + +%install +rm -rf %{buildroot} +make DESTDIR=%{buildroot} install + +%files +%doc COPYING INSTALL README TODO VERSION +%{_bindir}/nfs4_editfacl +%{_bindir}/nfs4_getfacl +%{_bindir}/nfs4_setfacl +%{_mandir}/man1/* +%{_mandir}/man5/* + +%changelog +* Tue Jul 28 2020 Fedora Release Engineering - 0.3.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 29 2020 Fedora Release Engineering - 0.3.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 0.3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 0.3.5-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Oct 6 2018 Steve Dickson - 0.3.5-0 +- Updated to the latest upstream release: 0.3.5 + +* Sat Aug 4 2018 Steve Dickson - 0.3.4-0 +- Updated to latest upstream release: 0.3.4 + +* Fri Jul 13 2018 Fedora Release Engineering - 0.3.3-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 0.3.3-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 0.3.3-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.3.3-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.3.3-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 0.3.3-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Feb 02 2016 Rex Dieter - 0.3.3-18 +- use %%qmake_qt4 macro to ensure proper build flags + +* Fri Jul 31 2015 Steve Dickson 0.3.3-17 +- Handle the setting of DENY ace for DELETE, WRITE_OWNER (bz 1249103) + +* Wed Jun 17 2015 Fedora Release Engineering - 0.3.3-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat May 02 2015 Kalev Lember - 0.3.3-15 +- Rebuilt for GCC 5 C++11 ABI change + +* Sun Aug 17 2014 Fedora Release Engineering - 0.3.3-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Tue Jul 15 2014 Nahum Shalman 0.3.3-13 +- Add patch to allow GUI tool to build correctly +- Package GUI tool in a child package + +* Sat Jun 07 2014 Fedora Release Engineering - 0.3.3-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.3.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.3.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 20 2012 Fedora Release Engineering - 0.3.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.3.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.3.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Nov 16 2009 Steve Dickson - 0.3.3-6 +- Fix a memory leak in nfs4_getfacl + +* Mon Nov 16 2009 Steve Dickson - 0.3.3-5 +- Fixes segfaulting issues with ACEs that have empty mask fields + +* Thu Jul 30 2009 Steve Dickson - 0.3.3-4 +- Change Group in spec file (bz 512580) + +* Sat Jul 25 2009 Fedora Release Engineering - 0.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 0.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Wed Feb 18 2009 Steve Dickson - 0.3.3-1 +- Updated to latest upstream version: 0.3.3 + +* Wed Oct 29 2008 Steve Dickson - 0.3.2-3 +- Removed fuzzness from the compile.patch (bz 321745) + +* Tue Feb 19 2008 Fedora Release Engineering - 0.3.2-2 +- Autorebuild for GCC 4.3 + +* Fri Oct 26 2007 Steve Dickson - 0.3.2-1 +- Updated to latest upstream version 0.3.2 + +* Tue Mar 27 2007 Steve Dickson - 0.3.1-1.2 +- Checked in to Fedora CVS + +* Thu Mar 8 2007 Steve Dickson - 0.3.1-1.1 +- Updated to latest upstream version 0.3.1 which eliminated the + need for the patches introduced in the previous commit. + +* Tue Mar 6 2007 Tom "spot" Callaway 0.3.0-1.1 +- lose the BR for autotools +- Patch in support for destdir +- use %%configure macro, make DESTDIR= install +- add sparc to -fPIE (trivial, but correct) +- destdir revealed missing/poorly created symlink, patch fixes it, add nfs4_editfacl to files +- LDFLAGS passed to configure/exported were being blindly overwritten, patch fixes + +* Fri Mar 2 2007 Steve Dickson - 0.3.0-1 +- Updated to latest upstream version 0.3.0 +- Fixed minor issues in spec file from the package review + +* Fri Feb 16 2007 Steve Dickson - 0.2.0-1 +- Initial commit diff --git a/sources b/sources new file mode 100644 index 0000000..4197cea --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (nfs4-acl-tools-0.3.5.tar.gz) = c23d5c5c676c03cbb8016de32e384086525df6f181c85b36331f42b9bab023ab5158c4e01096f837da5d59c64d8a247cc7e92c9d37bd6bb38fc2aed960705618