Your message dated Sat, 07 Oct 2023 09:59:38 +0000
with message-id <[email protected]>
and subject line Released with 12.2
has caused the Debian Bug report #1041554,
regarding bookworm-pu: package openscap/1.3.7+dfsg-1+deb12u1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1041554: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041554
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: bookworm
User: [email protected]
Usertags: pu
X-Debbugs-Cc: [email protected], [email protected]
Control: affects -1 + src:openscap
The application 'oscap-docker' in openscap-utils is non-functional
because of a missing dependency on python3-openscap, python3-openscap is
also missing a dependency on python3-docker, this release fixes both
issues and closes: #1040936.
[ Reason ]
Missing dependency for the package openscap-utils and python3-openscap,
most likely introduced with the update to version 1.3.5.
This stable release is the first to hold the 'oscap-docker'.
[ Impact ]
oscap-docker will not work until the users has manually added the
missing dependencies.
[ Tests ]
Manually tested with running the application with the required
dependencies installed.
[ Risks ]
I would say none, since it is only two added dependencies.
[ Checklist ]
[x] *all* changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in (old)stable
[x] the issue is verified as fixed in unstable
[ Changes ]
Add python3-openscap as dependency for openscap-utils and python3-docker
as dependency for python3-openscap. Added 'bookworm' as target for CI in
d/salsa-ci.yml, this change is not documented in the changelog.
[ Other info ]
No
Regards,
--
Håvard
diff -Nru openscap-1.3.7+dfsg/debian/changelog
openscap-1.3.7+dfsg/debian/changelog
--- openscap-1.3.7+dfsg/debian/changelog 2023-01-27 23:41:17.000000000
+0100
+++ openscap-1.3.7+dfsg/debian/changelog 2023-07-20 19:50:10.000000000
+0200
@@ -1,3 +1,10 @@
+openscap (1.3.7+dfsg-1+deb12u1) bookworm; urgency=medium
+
+ * Update dependencies for openscap-utils and python3-openscap
+ Closes: #1040936
+
+ -- Håvard F. Aasen <[email protected]> Thu, 20 Jul 2023 19:50:10 +0200
+
openscap (1.3.7+dfsg-1) unstable; urgency=medium
* New upstream release.
diff -Nru openscap-1.3.7+dfsg/debian/control openscap-1.3.7+dfsg/debian/control
--- openscap-1.3.7+dfsg/debian/control 2023-01-27 23:41:17.000000000 +0100
+++ openscap-1.3.7+dfsg/debian/control 2023-07-20 19:50:10.000000000 +0200
@@ -92,6 +92,7 @@
Section: python
Architecture: linux-any
Depends: libopenscap25 (= ${binary:Version}),
+ python3-docker,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
@@ -167,6 +168,7 @@
Package: openscap-utils
Architecture: linux-any
Depends: openscap-scanner (= ${binary:Version}),
+ python3-openscap (= ${binary:Version}),
rpm,
${misc:Depends},
${python3:Depends},
diff -Nru openscap-1.3.7+dfsg/debian/salsa-ci.yml
openscap-1.3.7+dfsg/debian/salsa-ci.yml
--- openscap-1.3.7+dfsg/debian/salsa-ci.yml 2023-01-27 23:41:17.000000000
+0100
+++ openscap-1.3.7+dfsg/debian/salsa-ci.yml 2023-07-20 19:50:10.000000000
+0200
@@ -2,3 +2,6 @@
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
-
https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+
+variables:
+ RELEASE: 'bookworm'
--- End Message ---
--- Begin Message ---
Version: 12.2
The upload requested in this bug has been released as part of 12.2.
--- End Message ---