14
0

Accepting request 980511 from home:darix:branches:devel:languages:python

- Hardcode libarchive13 for now until we make macro based requires
  work with the python package magic. libarchive13 was the package
  name since sle12.

- we only need the shared library package for libarchive and not
  the devel package:
  use %requires_file to get the package of the currently installed
  via the libarchive.so symlink in libarchive-devel

OBS-URL: https://build.opensuse.org/request/show/980511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libarchive-c?expand=0&rev=11
This commit is contained in:
2022-06-03 13:21:38 +00:00
committed by Git OBS Bridge
parent b8fdb0d8eb
commit 03c7ebd5ab
2 changed files with 22 additions and 1 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jun 2 12:48:05 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- Hardcode libarchive13 for now until we make macro based requires
work with the python package magic. libarchive13 was the package
name since sle12.
-------------------------------------------------------------------
Thu Jun 2 12:23:32 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
- we only need the shared library package for libarchive and not
the devel package:
use %requires_file to get the package of the currently installed
via the libarchive.so symlink in libarchive-devel
-------------------------------------------------------------------
Wed Mar 23 13:50:58 UTC 2022 - pgajdos@suse.com