Hello community,

here is the log from the commit of package fakechroot for openSUSE:Factory 
checked in at 2019-09-13 14:58:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fakechroot (Old)
 and      /work/SRC/openSUSE:Factory/.fakechroot.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fakechroot"

Fri Sep 13 14:58:04 2019 rev:2 rq:730079 version:2.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/fakechroot/fakechroot.changes    2018-01-19 
11:51:54.799314233 +0100
+++ /work/SRC/openSUSE:Factory/.fakechroot.new.7948/fakechroot.changes  
2019-09-13 14:58:09.641276834 +0200
@@ -1,0 +2,21 @@
+Wed Sep 11 09:18:54 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Use modern macros
+
+-------------------------------------------------------------------
+Tue Sep 10 21:06:37 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update the license tag.
+- Disable lto before building fakechroot.
+
+-------------------------------------------------------------------
+Thu Nov 29 19:08:47 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Update description. Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Tue Nov 27 11:17:31 UTC 2018 - Martin Liška <[email protected]>
+
+- Make build and tests run in verbose mode.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fakechroot.spec ++++++
--- /var/tmp/diff_new_pack.oBc4CR/_old  2019-09-13 14:58:10.069276853 +0200
+++ /var/tmp/diff_new_pack.oBc4CR/_new  2019-09-13 14:58:10.073276853 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fakechroot
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           fakechroot
 Version:        2.19
 Release:        0
-Summary:        Gives a fake chroot environment
-License:        LGPL-2.1
+Summary:        Preloadable library for a fake chroot environment
+License:        LGPL-2.1-only AND LGPL-2.1-or-later AND GPL-2.0-or-later AND 
GPL-3.0-or-later
 Group:          Development/Tools/Building
-Url:            https://github.com/dex4er/fakechroot/wiki
+URL:            https://github.com/dex4er/fakechroot/wiki
 Source0:        
https://github.com/dex4er/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
 
 %description
@@ -31,21 +31,30 @@
 create own chrooted environments with the possibility to install other packages
 without the need for root privileges.
 
+fakechroot does this by replacing some libc library functions (chroot(2),
+open(2), etc.) by ones that simulate the effect of being called with root
+privileges.
+
+These wrapper functions are in a shared library called libfakechroot.so, which
+can be loaded through the LD_PRELOAD mechanism of the dynamic loader.
+
 %prep
-%setup -q
+%autosetup
 
 %build
+%define _lto_cflags %{nil}
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %check
-make %{?_smp_mflags} check
+make %{?_smp_mflags} check V=1
 
 %install
 %make_install
 
 %files
-%doc COPYING LICENSE NEWS.md README.md THANKS.md
+%license COPYING LICENSE
+%doc NEWS.md README.md THANKS.md
 %doc scripts/restoremode.sh scripts/savemode.sh
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/*


Reply via email to