Your message dated Wed, 28 Feb 2024 11:34:46 +0000
with message-id <[email protected]>
and subject line Bug#1062272: fixed in libdnf 0.69.0-2.3
has caused the Debian Bug report #1062272,
regarding libdnf: NMU diff for 64-bit time_t transition
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.)


-- 
1062272: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062272
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libdnf
Version: 0.69.0-2.2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
libdnf as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for libdnf
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libdnf-0.69.0/debian/changelog libdnf-0.69.0/debian/changelog
--- libdnf-0.69.0/debian/changelog      2023-11-03 19:22:17.000000000 +0000
+++ libdnf-0.69.0/debian/changelog      2024-01-31 22:13:42.000000000 +0000
@@ -1,3 +1,10 @@
+libdnf (0.69.0-2.3) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Wed, 31 Jan 2024 22:13:42 +0000
+
 libdnf (0.69.0-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru libdnf-0.69.0/debian/control libdnf-0.69.0/debian/control
--- libdnf-0.69.0/debian/control        2023-01-08 09:08:51.000000000 +0000
+++ libdnf-0.69.0/debian/control        2024-01-31 22:13:42.000000000 +0000
@@ -43,7 +43,7 @@
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
- libdnf2 (= ${binary:Version}),
+ libdnf2t64 (= ${binary:Version}),
  libsolv-dev (>= 0.7.14-1.1~),
  libsolvext-dev (>= 0.7.14-1.1~),
 Breaks: gir1.2-libdnf-1.0 (<< ${binary:Version})
@@ -55,7 +55,7 @@
 
 Package: libdnf1
 Depends: ${misc:Depends},
- libdnf2,
+ libdnf2t64,
 Architecture: all
 Multi-Arch: foreign
 Priority: optional
@@ -63,14 +63,14 @@
 Description: transitional package
  This is a transitional package. It can safely be removed.
 
-Package: libdnf2
-Provides: libdnf
+Package: libdnf2t64
+Provides: libdnf, ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libdnf2-common (= ${source:Version}),
-Replaces: libdnf1 (<< 0.35.3-1~)
-Breaks: libdnf1 (<< 0.35.3-1~)
+Replaces: libdnf2, libdnf1 (<< 0.35.3-1~)
+Breaks: libdnf2 (<< ${source:Version}), libdnf1 (<< 0.35.3-1~)
 Description: libdnf - shared library
  A library providing simplified C and Python APIs to libsolv.
  .
@@ -101,7 +101,7 @@
 Multi-Arch: no
 Section: python
 Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends},
- libdnf2 (= ${binary:Version}),
+ libdnf2t64 (= ${binary:Version}),
  python3-libdnf (= ${binary:Version}),
 Provides: ${python3:Provides},
 Suggests: python3-hawkey-docs
@@ -126,7 +126,7 @@
 Multi-Arch: no
 Section: python
 Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends},
- libdnf2 (= ${binary:Version}),
+ libdnf2t64 (= ${binary:Version}),
 Provides: ${python3:Provides},
 Description: Python bindings for the libdnf library (Python 3)
  A library providing simplified C and Python APIs to libsolv.
diff -Nru libdnf-0.69.0/debian/libdnf2.install 
libdnf-0.69.0/debian/libdnf2.install
--- libdnf-0.69.0/debian/libdnf2.install        2020-12-26 10:58:07.000000000 
+0000
+++ libdnf-0.69.0/debian/libdnf2.install        1970-01-01 00:00:00.000000000 
+0000
@@ -1,3 +0,0 @@
-usr/lib/*/libdnf.so.*
-usr/lib/*/libdnf/plugins/
-usr/share/man/
diff -Nru libdnf-0.69.0/debian/libdnf2.lintian-overrides 
libdnf-0.69.0/debian/libdnf2.lintian-overrides
--- libdnf-0.69.0/debian/libdnf2.lintian-overrides      2020-12-26 
10:58:07.000000000 +0000
+++ libdnf-0.69.0/debian/libdnf2.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# File actually describes the directory's purpose.
-libdnf2: package-contains-documentation-outside-usr-share-doc
diff -Nru libdnf-0.69.0/debian/libdnf2.shlibs 
libdnf-0.69.0/debian/libdnf2.shlibs
--- libdnf-0.69.0/debian/libdnf2.shlibs 2021-04-14 12:43:51.000000000 +0000
+++ libdnf-0.69.0/debian/libdnf2.shlibs 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-libdnf 2 libdnf2 (>= 0.55.2)
diff -Nru libdnf-0.69.0/debian/libdnf2t64.install 
libdnf-0.69.0/debian/libdnf2t64.install
--- libdnf-0.69.0/debian/libdnf2t64.install     1970-01-01 00:00:00.000000000 
+0000
+++ libdnf-0.69.0/debian/libdnf2t64.install     2020-12-26 10:58:07.000000000 
+0000
@@ -0,0 +1,3 @@
+usr/lib/*/libdnf.so.*
+usr/lib/*/libdnf/plugins/
+usr/share/man/
diff -Nru libdnf-0.69.0/debian/libdnf2t64.lintian-overrides 
libdnf-0.69.0/debian/libdnf2t64.lintian-overrides
--- libdnf-0.69.0/debian/libdnf2t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ libdnf-0.69.0/debian/libdnf2t64.lintian-overrides   2024-01-31 
22:13:42.000000000 +0000
@@ -0,0 +1,3 @@
+# File actually describes the directory's purpose.
+libdnf2t64: package-contains-documentation-outside-usr-share-doc
+libdnf2t64: package-name-doesnt-match-sonames libdnf2
diff -Nru libdnf-0.69.0/debian/libdnf2t64.shlibs 
libdnf-0.69.0/debian/libdnf2t64.shlibs
--- libdnf-0.69.0/debian/libdnf2t64.shlibs      1970-01-01 00:00:00.000000000 
+0000
+++ libdnf-0.69.0/debian/libdnf2t64.shlibs      2024-01-31 22:13:42.000000000 
+0000
@@ -0,0 +1 @@
+libdnf 2 libdnf2t64 (>= 0.55.2)

--- End Message ---
--- Begin Message ---
Source: libdnf
Source-Version: 0.69.0-2.3
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libdnf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <[email protected]> (supplier of updated libdnf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 10:48:23 +0000
Source: libdnf
Architecture: source
Version: 0.69.0-2.3
Distribution: unstable
Urgency: medium
Maintainer: Frédéric Pierret <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062272
Changes:
 libdnf (0.69.0-2.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062272
Checksums-Sha1:
 5a20366bf5df5513845ff9281e36ed8bc9cd9d4b 2784 libdnf_0.69.0-2.3.dsc
 ab4c62ba24c0326cf4db3ba695546b4b2b976fd2 11900 libdnf_0.69.0-2.3.debian.tar.xz
 4b4f4e7e2aef5a9f9440a8c4cea31e63e5ee869f 13766 
libdnf_0.69.0-2.3_source.buildinfo
Checksums-Sha256:
 4462b69f6b9a84a7e6880bdbb1b7febaf76692d5f90d5150b64e69238d183ef2 2784 
libdnf_0.69.0-2.3.dsc
 ced7b1ed47c9e3f4df29422f4650c2648b79a05a7b8ece20153e268fa6bb7f1c 11900 
libdnf_0.69.0-2.3.debian.tar.xz
 6266780e2bf2c973d85c373a902328021c74179467061e046957dd0267a7da9f 13766 
libdnf_0.69.0-2.3_source.buildinfo
Files:
 3698de7f46c2a4b63ed1deecb3e47dc7 2784 libs optional libdnf_0.69.0-2.3.dsc
 a17ffee87b90342d192107c707e0994b 11900 libs optional 
libdnf_0.69.0-2.3.debian.tar.xz
 fd1b6de7be22ecb3c234e5fc757944f1 13766 libs optional 
libdnf_0.69.0-2.3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfD8AACgkQFZ61xO/I
d0z0MQ/9H5KPTOGBYWTuMa4I3y+bfx0OCmadz2GpA68Cwf3CWc+yuGzUUdOs7tPD
95fe3p8FNxVqqwWMS1x+Ig+lT8haML/mA9kPEhQEsxfPpSdDsk+UxjQIELBmSreb
XLQ+Rlqzek9fRAHYikIJMsZz/fgoqwuJy2uya0EuP51Yxmk9TgcQhzmGSM5vesWD
545T/4BlhqRJSFFie613kXuRTkZ/hO7bz1BH/n6Hmhov3im7xgWH8KYTRNNhCvM/
S2GfgxcAPMqd5Qh9JK0EW2gVlL45QhvhqWX/UkaSdfQp2sgVE9SS2IhwQB7K6eGV
7apSYga2+/+7EsGjDfXyYYtChn8QdzvN4b4V7iuBwZcjMeKDtPhRrZLIYn0HYGAq
299wBfU4ECpuP8K/n1J9im6nU0wxy4agCUBJUNZe/vU36e86MdNiUiPnRCBojya9
RIp0WA67de0HcB7fLUtNvXQDJpXwWE8v6sCP3V8+KxpOlv9BU1lc/HGHh9ie4/y8
lkGiYDycVsKNXnwkTblaT6PsYI0JKk6igQ1uOVdInq3jHnmdtdaPe5Z0fJn+utLB
4al880nPT78JY7BtWMaPjyGWF3MxbGj7RM3QHO/+430aR03CgEldnkWAmnctax28
2LAQ8LuPnNoTD4t6fwV7AbUFaC7k4mnw1r+rEigmWsgqmSwgIgc=
=i18n
-----END PGP SIGNATURE-----

Attachment: pgpfJkquQRCMJ.pgp
Description: PGP signature


--- End Message ---

Reply via email to