Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
systemd


Commits:
c5580826 by Daan De Meyer at 2024-02-13T12:40:33+01:00
Drop "strip" from options

strip is enabled in the default makepkg flags as can be seen in
https://gitlab.archlinux.org/archlinux/devtools/-/blob/master/config/makepkg/x86_64.conf
so let's not specify it explicitly in the PKGBUILD. This allows it
to be overridden by users.

- - - - -
b263e99d by Daan De Meyer at 2024-02-13T12:40:33+01:00
Move python-pefile to makedepends

It's required to be able to build ukify so it should be a makedepend.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -3,7 +3,6 @@ pkgbase = systemd
        pkgrel = 1
        url = https://www.github.com/systemd/systemd
        arch = x86_64
-       checkdepends = python-pefile
        makedepends = acl
        makedepends = cryptsetup
        makedepends = docbook-xsl
@@ -50,7 +49,7 @@ pkgbase = systemd
        makedepends = libpwquality
        makedepends = qrencode
        makedepends = lib32-gcc-libs
-       options = strip
+       makedepends = python-pefile
        source = 
git+https://github.com/systemd/systemd-stable#tag=8cf1da1e9172ba04d90a483a63118873343ea656?signed
        source = git+https://github.com/systemd/systemd#tag=v255?signed
        source = 0001-Use-Arch-Linux-device-access-groups.patch


=====================================
PKGBUILD
=====================================
@@ -19,9 +19,7 @@ makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 
'xz' 'pam' 'libelf'
              'meson' 'libseccomp' 'pcre2' 'audit' 'kexec-tools' 'libxkbcommon'
              'bash-completion' 'p11-kit' 'systemd' 'libfido2' 'tpm2-tss' 
'rsync'
              'bpf' 'libbpf' 'clang' 'llvm' 'curl' 'gnutls' 'python-pyelftools'
-             'libpwquality' 'qrencode' 'lib32-gcc-libs')
-checkdepends=('python-pefile')
-options=('strip')
+             'libpwquality' 'qrencode' 'lib32-gcc-libs' 'python-pefile')
 validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 
<[email protected]>
               'A9EA9081724FFAE0484C35A1A81CEA22BC8C7E2E'  # Luca Boccassi 
<[email protected]>
               '9A774DB5DB996C154EBBFBFDA0099A18E29326E1'  # Yu Watanabe 
<[email protected]>



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/compare/6671472ddc84679520438b97eddea075bdf4dcc2...b263e99d2ba59d981db1971406ac7e1d1ab33581

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/systemd/-/compare/6671472ddc84679520438b97eddea075bdf4dcc2...b263e99d2ba59d981db1971406ac7e1d1ab33581
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to