|
|
@ -3,7 +3,7 @@
|
|
|
|
Summary: Gives a fake root environment
|
|
|
|
Summary: Gives a fake root environment
|
|
|
|
Name: fakeroot
|
|
|
|
Name: fakeroot
|
|
|
|
Version: 1.23
|
|
|
|
Version: 1.23
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
# setenv.c: LGPLv2+
|
|
|
|
# setenv.c: LGPLv2+
|
|
|
|
# contrib/Fakeroot-Stat-1.8.8: Perl (GPL+ or Artistic)
|
|
|
|
# contrib/Fakeroot-Stat-1.8.8: Perl (GPL+ or Artistic)
|
|
|
|
# the rest: GPLv3+
|
|
|
|
# the rest: GPLv3+
|
|
|
@ -21,8 +21,6 @@ Patch3: debian_hide-dlsym-error.patch
|
|
|
|
Patch4: fakeroot-inttypes.patch
|
|
|
|
Patch4: fakeroot-inttypes.patch
|
|
|
|
# Fix LD_LIBRARY_PATH for multilib: https://bugzilla.redhat.com/show_bug.cgi?id=1241527
|
|
|
|
# Fix LD_LIBRARY_PATH for multilib: https://bugzilla.redhat.com/show_bug.cgi?id=1241527
|
|
|
|
Patch5: fakeroot-multilib.patch
|
|
|
|
Patch5: fakeroot-multilib.patch
|
|
|
|
# skip t.tar test for now: https://bugzilla.redhat.com/show_bug.cgi?id=1601392
|
|
|
|
|
|
|
|
Patch6: fakeroot-tests.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with autoconf}
|
|
|
|
%if %{with autoconf}
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: autoconf
|
|
|
@ -201,6 +199,9 @@ fi
|
|
|
|
%ghost %{_libdir}/libfakeroot/libfakeroot-0.so
|
|
|
|
%ghost %{_libdir}/libfakeroot/libfakeroot-0.so
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Nov 30 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.23-2
|
|
|
|
|
|
|
|
- t.tar failure is no longer reproducible (#1601392)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 16 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.23-1
|
|
|
|
* Mon Jul 16 2018 Dominik Mierzejewski <rpm@greysector.net> - 1.23-1
|
|
|
|
- update to 1.23 (#1597055)
|
|
|
|
- update to 1.23 (#1597055)
|
|
|
|
- point to working URLs
|
|
|
|
- point to working URLs
|
|
|
|