9227127
Name:           bindfs
437fb3f
Version:        1.14.7
aa7e06e
Release:        3%{?dist}
9227127
Summary:        Fuse filesystem to mirror a directory
9227127
9227127
License:        GPLv2+
d8ce46c
URL:            http://bindfs.org/
d8ce46c
Source0:        http://bindfs.org/downloads//bindfs-%{version}.tar.gz
9227127
Igor Gnatenko ab1e976
BuildRequires:  gcc
9227127
BuildRequires:  fuse-devel
1eaebc2
# for test suite
1eaebc2
BuildRequires:  ruby
de8efa2
BuildRequires:  valgrind
bf4eeb8
%if 0%{?fedora}
f9edb64
# Needed to mount bindfs via fstab
f9edb64
Recommends:     fuse
53cf5ae
%else
53cf5ae
Requires:     fuse
bf4eeb8
%endif
9227127
9227127
9227127
%description
9227127
Bindfs allows you to mirror a directory and also change the the permissions in
9227127
the mirror directory.
9227127
9227127
9227127
%prep
ad8b787
%autosetup
9227127
9227127
9227127
%build
ad8b787
%configure
ad8b787
%make_build
9227127
9227127
9227127
%install
ad8b787
%make_install
9227127
96430d0
%check
93b412e
# Fedora's koji does not provide /dev/fuse, therefore skip the tests there
93b412e
# Always cat log files on failure to be able to debug issues
96430d0
#disabled tests on ppc64le until upstream fixes https://github.com/mpartel/bindfs/issues/55
96430d0
%ifnarch ppc64le
96430d0
if [ -e /dev/fuse ]; then
96430d0
    make check || (cat tests/test-suite.log tests/internals/test-suite.log; false)
96430d0
else
96430d0
   # internal tests use valgrind and should work
96430d0
    make -C tests/internals/ check || (cat tests/internals/test-suite.log; false)
96430d0
fi
96430d0
%endif
93b412e
950b794
9227127
%files
b257eb0
%doc ChangeLog README.md
ad8b787
%license COPYING
9227127
%{_bindir}/%{name}
9227127
%{_mandir}/man1/%{name}.1*
9227127
9227127
9227127
%changelog
aa7e06e
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.7-3
aa7e06e
- Second attempt - Rebuilt for
aa7e06e
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
aa7e06e
239b04c
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.7-2
239b04c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
239b04c
437fb3f
* Mon May 18 2020 Filipe Rosset <rosset.filipe@gmail.com> - 1.14.7-1
437fb3f
- Update to 1.14.7 fixes rhbz#1833820
437fb3f
fec2b83
* Mon Apr 13 2020 Filipe Rosset <rosset.filipe@gmail.com> - 1.14.5-1
fec2b83
- Update to 1.14.5 fixes rhbz#1815902
fec2b83
4105263
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.3-2
4105263
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
4105263
e497a81
* Mon Jan 20 2020 Filipe Rosset <rosset.filipe@gmail.com> - 1.14.3-1
e497a81
- Update to 1.14.3 fixes rhbz#1785834
e497a81
516933e
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.1-2
516933e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
516933e
fb202e4
* Sun Jun 30 2019 Filipe Rosset <rosset.filipe@gmail.com> - 1.14.1-1
fb202e4
- update to new version 1.14.1 fixes rhbz #1724097
fb202e4
- Resolve symlinks in readdir() so correct attributes are returned (issue #76).
fb202e4
51418b5
* Mon May 13 2019 Filipe Rosset <rosset.filipe@gmail.com> - 1.14.0-1
51418b5
- update to new version 1.14.0 fixes rhbz #1704214
51418b5
- ChangeLog https://bindfs.org/docs/ChangeLog.utf8.txt
51418b5
d24888c
* Sun Mar 31 2019 Filipe Rosset <rosset.filipe@gmail.com> - 1.13.11-1
d24888c
- update to new version 1.13.11 fixes rhbz #1694427
d24888c
b5b2346
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.10-2
b5b2346
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b5b2346
4e34f01
* Sat Oct 20 2018 Filipe Rosset <rosset.filipe@gmail.com> - 1.13.10-1
4e34f01
- update to new version 1.13.10
4e34f01
ed5be3f
* Sun Sep 09 2018 Filipe Rosset <rosset.filipe@gmail.com> - 1.13.9-3
ed5be3f
- rebuilt to fix FTBFS on rawhide, fixes rhbz #1603487
ed5be3f
7fd7dba
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.9-2
7fd7dba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7fd7dba
ad8b787
* Tue Apr 10 2018 Filipe Rosset <rosset.filipe@gmail.com> - 1.13.9-1
ad8b787
- update to new version 1.13.9 + spec cleanup / modernization
ad8b787
0b2c047
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.8-2
0b2c047
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0b2c047
96430d0
* Fri Nov 03 2017 Till Maas <opensource@till.name> - 1.13.8-1
96430d0
- Update to new version
96430d0
- Fixes nested fuse mounts: https://github.com/mpartel/bindfs/issues/54
96430d0
- Disable tests only on ppc64le
96430d0
af906a2
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.7-3
af906a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
af906a2
e1c5d90
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.7-2
e1c5d90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e1c5d90
7bc03c2
* Sat Jun 17 2017 Filipe Rosset <rosset.filipe@gmail.com> - 1.13.7-1
7bc03c2
- Rebuilt for new upstream release, spec cleanup, fixes rhbz#1423275
7bc03c2
- disabled tests until upstream fixes https://github.com/mpartel/bindfs/issues/55
7bc03c2
962edbb
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.5-4
962edbb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
962edbb
53cf5ae
* Thu Jan 05 2017 Till Maas <opensource@till.name> - 1.13.5-3
c06a671
- Use Required for fuse on EPEL
53cf5ae
bf4eeb8
* Thu Jan 05 2017 Till Maas <opensource@till.name> - 1.13.5-2
bf4eeb8
- Use Recommends: only for Fedora
bf4eeb8
918f49e
* Thu Jan 05 2017 Till Maas <opensource@till.name> - 1.13.5-1
918f49e
- Update to new release
918f49e
f9edb64
* Fri Apr 08 2016 Till Maas <opensource@till.name> - 1.13.1-2
f9edb64
- Add recommendation for fuse (https://bugzilla.redhat.com/1320272)
f9edb64
b257eb0
* Mon Feb 22 2016 Till Maas <opensource@till.name> - 1.13.1-1
b257eb0
- Update to new release
b257eb0
- cleanup spec
b257eb0
1e9c82b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-2
1e9c82b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1e9c82b
950b794
* Sun Nov 15 2015 Till Maas <opensource@till.name> - 1.13.0-1
950b794
- Update to new release
950b794
- Use %%license
950b794
- Add testsuite
950b794
7a7fc04
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.6-2
7a7fc04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7a7fc04
9bfba76
* Mon Nov 03 2014 Till Maas <opensource@till.name> - 1.12.6-1
9bfba76
- Update to new release
9bfba76
8707962
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.4-3
8707962
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8707962
8615240
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.4-2
8615240
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8615240
c9483e2
* Thu Jun 05 2014 Till Maas <opensource@till.name> - 1.12.4-1
c9483e2
- Update to new release
c9483e2
2ad2870
* Wed Jan 15 2014 Till Maas <opensource@till.name> - 1.12.3-1
2ad2870
- Update to new release
2ad2870
- Harden build
2ad2870
d8ce46c
* Thu Jul 25 2013 Till Maas <opensource@till.name> - 1.12.2-1
d8ce46c
- Update to new release
d8ce46c
- Update URL
d8ce46c
- Update source URL
d8ce46c
179dfe0
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-2
179dfe0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
179dfe0
603431c
* Wed Sep 26 2012 Till Maas <opensource@till.name> - 1.11-1
603431c
- Update to new release
603431c
- Do not recode ChangeLog anymore
603431c
2376ba9
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
2376ba9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2376ba9
1f68298
* Tue Mar 13 2012 Till Maas <opensource@till.name> - 1.10-1
1f68298
- Update to new release
1f68298
5b4f634
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-5
5b4f634
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5b4f634
ab9203c
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-4
ab9203c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ab9203c
b195d82
* Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> - 1.8.3-3
b195d82
- Rebuilt with new fuse
b195d82
7b94603
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3-2
7b94603
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7b94603
4762e00
* Mon Apr 13 2009 Till Maas <opensource@till.name> - 1.8.3-1
4762e00
- Update to new upstream release
4762e00
6c8798d
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-3
6c8798d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6c8798d
dec583d
* Sun Dec 14 2008 Till Maas <opensource@till.name> - 1.8.2-2
dec583d
- Update URL and Source0 to google code
dec583d
9227127
* Sun Dec 14 2008 Till Maas <opensource@till.name> - 1.8.2-1
9227127
- Update to new release with GPLv2+ license headers 
9227127
9227127
* Fri Dec 12 2008 Till Maas <opensource@till.name> - 1.8.1-2
9227127
- Skip Requires: fuse
9227127
- Preseve timestamp of manpage with install -p in %%configure
9227127
9227127
* Fri Dec 12 2008 Till Maas <opensource@till.name> - 1.8.1-1
9227127
- Update to new release
9227127
9227127
* Wed Oct 29 2008 Till Maas <opensource@till.name> - 1.8-2
9227127
- Convert ChangeLog to UTF8
9227127
9227127
* Wed Oct 29 2008 Till Maas <opensource@till.name> - 1.8-1
9227127
- Update to new release
9227127
9227127
* Fri Oct 05 2007 Till Maas <opensource till name> - 1.3-1
9227127
- initial spec for Fedora