]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- pl for rpm-macros-systemd, BR: pld-release (/etc/os-release)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Feb 2022 20:33:35 +0000 (21:33 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Feb 2022 20:33:35 +0000 (21:33 +0100)
systemd.spec

index 08fc9bd3a1913212aced0f21616a43fe5add6683..027f94c6f5d3c4ae7b35e0aa1a25eefc638f0d74 100644 (file)
@@ -6,9 +6,7 @@
 #   - restore (write) sane value for kernel.hotplug, i.e from rc-scripts: sysctl -q -e -w kernel.hotplug=/lib/firmware/firmware-loader.sh
 # - dev->udev upgrade:
 #   - /dev/urandom remains missing, not created with start_udev anymore
-#
-#warning: Installed (but unpackaged) file(s) found:
-#      /usr/lib/rpm/macros.d/macros.systemd
+# - clean up unpackaged files
 #
 # Conditional build:
 %bcond_without audit           # audit support
@@ -126,6 +124,8 @@ BuildRequires:      ninja
 BuildRequires: p11-kit-devel >= 0.23.3
 %{?with_pam:BuildRequires:     pam-devel >= 1.1.2}
 BuildRequires: pcre2-8-devel
+# for sbat-distro* in src/boot/efi/meson.build
+BuildRequires: pld-release
 BuildRequires: pkgconfig >= 1:0.9.0
 BuildRequires: polkit-devel >= 0.106
 BuildRequires: python3
@@ -724,11 +724,16 @@ zsh completion for udev commands.
 Uzupełnianie parametrów w zsh dla poleceń udev.
 
 %package -n rpm-macros-systemd
-Summary:       Macros that define paths and scriptlets related to systemd
+Summary:       RPM macros that define paths and scriptlets related to systemd
+Summary(pl.UTF-8):     Makra RPM-a definiujące ścieżki i skryptlety związane z systemd
+Group:         Development/Building
 BuildArch:     noarch
 
 %description -n rpm-macros-systemd
-Macros that define paths and scriptlets related to systemd.
+RPM macros that define paths and scriptlets related to systemd.
+
+%description -n rpm-macros-systemd -l pl.UTF-8
+Makra RPM-a definiujące ścieżki i skryptlety związane z systemd.
 
 %prep
 %setup -q -n systemd-stable-%{version}
This page took 0.04034 seconds and 4 git commands to generate.