|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Summary: Gives a fake root environment
|
|
|
|
|
Name: fakeroot
|
|
|
|
|
Version: 1.24
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
# setenv.c: LGPLv2+
|
|
|
|
|
# contrib/Fakeroot-Stat-1.8.8: Perl (GPL+ or Artistic)
|
|
|
|
|
# the rest: GPLv3+
|
|
|
|
@ -104,7 +104,18 @@ sed -e 's/-tcp//g' fake{d,root}-tcp.lang > fakeroot.lang
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
for type in sysv tcp; do
|
|
|
|
|
make -C obj-$type check VERBOSE=1
|
|
|
|
|
make -C obj-$type check VERBOSE=1\
|
|
|
|
|
TESTS=" \
|
|
|
|
|
t.cp-a \
|
|
|
|
|
t.echoarg \
|
|
|
|
|
t.falsereturn \
|
|
|
|
|
t.no_ld_preload \
|
|
|
|
|
t.no_ld_preload_link\
|
|
|
|
|
t.option \
|
|
|
|
|
t.tar \
|
|
|
|
|
t.truereturn \
|
|
|
|
|
t.xattr \
|
|
|
|
|
"
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
@ -154,6 +165,9 @@ fi
|
|
|
|
|
%ghost %{_libdir}/libfakeroot/libfakeroot-0.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 22 2020 Dominik Mierzejewski <rpm@greysector.net> - 1.24-5
|
|
|
|
|
- disable three tests failing under glibc 2.32+ (#1871355)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.24-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|