commit 18c50cc2efe87460f0463d2e7dcbb1b0e90c5514 Author: Russell Coker <russell@coker.com.au> Date: Sat Dec 28 19:08:12 2024 +1100 For 3.7-3 * Remove ${shlibs:Depends} for python3-sepolicy and policycoreutils-python-utils as it's not used for them * Changed a < to << in control to fix a warning commit d6354df8e2b48048bc57cd34cb461304509f3d99 Author: Russell Coker <russell@coker.com.au> Date: Sat Dec 28 19:01:12 2024 +1100 3.7-3 Fix abort on audit2allow -Rv commit 2ae3a80f6b7a8dcd1e0e5b5dde910fecf43c5267 Author: Russell Coker <russell@coker.com.au> Date: Sat Sep 14 19:20:18 2024 +1000 3.7-2 release commit 6950565a4a1462f0385a9d6308d1e82c2b5984c4 Author: Russell Coker <russell@coker.com.au> Date: Mon Sep 2 21:00:35 2024 +1000 Intall all the new python sepolicy files commit 78800b3fac627b102b4ffa7154e18cee0ff1bbfc Author: Russell Coker <russell@coker.com.au> Date: Sun Sep 1 00:27:09 2024 +1000 debian changes for removing russian man pages and splitting sandbox and gui into separate packages commit 88bf2362eeab8d54fae2ae4ee018100ee4d0caa5 Author: Russell Coker <russell@coker.com.au> Date: Sat Aug 31 23:53:07 2024 +1000 Debian changes for 3.7 commit c52a6be3112a247c8e611d659ec645450b8863ef Author: Russell Coker <russell@coker.com.au> Date: Sat Aug 31 23:46:48 2024 +1000 3.7 upstream release commit 04d23f9487c35c781d99b09314ba57d2a3eb13a0 Merge: 0200a27 3ea298a Author: Laurent Bigonville <bigon@debian.org> Date: Wed Feb 28 17:21:04 2024 +0000 Merge branch 'unreproducible-direct-url-json-file' into 'debian' python3-sepolicy: remove direct_url.json and its RECORD entry See merge request selinux-team/selinux-python!3 commit 3ea298a084d0330df341ec7d0a2b0987c2bb308f Author: James Addison <jay@jp-hosting.net> Date: Fri Feb 16 10:14:30 2024 +0000 Remove direct_url.json and its RECORD entry The direct_url.json file contains a reference to the requested origin URL of the installed package, as specified in PEP610[1]. During Debian package builds, the install origin is a temporary directory on the build host's local filesystem (a file:// URI) - ephemeral, different between each build of the package, and a cause of non-reproducibility for package builds. This fix is modeled on a one-off fix for a different package in #982529. There is also a precedent[2] for dh-python to remove this file automatically, although at the time-of-writing that only applies to Python packages that use the 'flit' framework as their Python buildsystem. [1] - https://peps.python.org/pep-0610/ [2] - https://salsa.debian.org/python-team/tools/dh-python/-/commit/2ef6ff13748984258d5da000c17d9cdad707b9ae
Among the 2 debian patches available in version 3.7-3 of the package, we noticed the following issues: