]> git.pld-linux.org Git - packages/polkit.git/commitdiff
- drop elogind.patch, applied upstream
authorMarcin Krol <hawk@tld-linux.org>
Wed, 3 Apr 2024 23:28:14 +0000 (01:28 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 3 Apr 2024 23:28:14 +0000 (01:28 +0200)
elogind.patch [deleted file]
polkit.spec

diff --git a/elogind.patch b/elogind.patch
deleted file mode 100644 (file)
index 2eb5ce4..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur polkit-122.orig/data/meson.build polkit-122/data/meson.build
---- polkit-122.orig/data/meson.build   2022-10-26 14:12:24.000000000 +0200
-+++ polkit-122/data/meson.build        2023-07-22 13:01:22.590545340 +0200
-@@ -26,7 +26,7 @@
-   )
- endif
--if enable_logind
-+if session_tracking == 'libsystemd-login'
-   configure_file(
-     input: 'polkit.service.in',
-     output: '@BASENAME@',
-diff -ur polkit-122.orig/meson.build polkit-122/meson.build
---- polkit-122.orig/meson.build        2022-10-26 14:12:24.000000000 +0200
-+++ polkit-122/meson.build     2023-07-22 13:00:31.328819850 +0200
-@@ -204,7 +204,7 @@
-   # systemd unit / service files
-   systemd_systemdsystemunitdir = get_option('systemdsystemunitdir')
--  if systemd_systemdsystemunitdir == ''
-+  if systemd_systemdsystemunitdir == '' and session_tracking == 'libsystemd-login'
-     systemd_dep = dependency('systemd', not_found_message: 'systemd required but not found, please provide a valid systemd user unit dir or disable it')
-     # FIXME: systemd.pc file does not use variables with relative paths, so `define_variable` cannot be used
-     systemd_systemdsystemunitdir = systemd_dep.get_pkgconfig_variable('systemdsystemunitdir')
index 131e17682846baff00daf254c5e4d1b78072ae77..3bd966af656dc045743af694dfa71cad614e86bf 100644 (file)
@@ -19,7 +19,6 @@ Group:                Libraries
 Source0:       https://gitlab.freedesktop.org/polkit/polkit/-/archive/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5: 5cb95118e21d0cf2348069847c3879e8
 Patch0:                systemd-fallback.patch
-Patch1:                elogind.patch
 URL:           https://www.freedesktop.org/wiki/Software/polkit
 BuildRequires: dbus-devel
 BuildRequires: docbook-dtd412-xml
@@ -115,9 +114,6 @@ Pliki nagłówkowe PolicyKit.
 %if %{with consolekit} && (%{with systemd} || %{with elogind})
 %patch0 -p1
 %endif
-%if %{with elogind}
-%patch1 -p1
-%endif
 
 %build
 %meson build \
This page took 0.307051 seconds and 4 git commands to generate.