]> git.pld-linux.org Git - packages/polkit.git/commitdiff
up to 122 auto/th/polkit-122-1
authorJan Palus <atler@pld-linux.org>
Wed, 26 Oct 2022 17:06:26 +0000 (19:06 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 26 Oct 2022 17:06:26 +0000 (19:06 +0200)
polkit.spec

index d41686441c878c7bc7076be5f62e17d31e06bb6c..cbb46399e66b453601eca0019ff7da496b282573 100644 (file)
 Summary:       A framework for defining policy for system-wide components
 Summary(pl.UTF-8):     Szkielet do definiowania polityki dla komponentów systemowych
 Name:          polkit
-Version:       121
+Version:       122
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
-Source0:       https://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 255761abdc616805a6592bb5fffae178
+Source0:       https://gitlab.freedesktop.org/polkit/polkit/-/archive/%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 7eb1f0070c66e5e8646d23ad38773253
 Patch0:                systemd-fallback.patch
 URL:           https://www.freedesktop.org/wiki/Software/polkit
 BuildRequires: dbus-devel
@@ -37,7 +37,7 @@ BuildRequires:        gtk-doc-automake >= 1.3
 BuildRequires: libstdc++-devel >= 6:7
 BuildRequires: libxslt-progs
 BuildRequires: meson >= 0.50.0
-%{?with_mozjs:BuildRequires:   mozjs91-devel}
+%{?with_mozjs:BuildRequires:   mozjs102-devel}
 BuildRequires: ninja
 BuildRequires: pam-devel >= 0.80
 BuildRequires: pkgconfig
@@ -110,7 +110,7 @@ Header files for PolicyKit.
 Pliki nagłówkowe PolicyKit.
 
 %prep
-%setup -q -n %{name}-v.%{version}
+%setup -q
 %if %{with consolekit} && (%{with systemd} || %{with elogind})
 %patch0 -p1
 %endif
@@ -168,12 +168,12 @@ fi
 %attr(755,root,root) %{_prefix}/lib/polkit-1/polkitd
 %dir %{_sysconfdir}/polkit-1
 %attr(700,polkitd,root) %dir %{_sysconfdir}/polkit-1/rules.d
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/polkit-1/rules.d/50-default.rules
 /etc/pam.d/polkit-1
 %dir %{_datadir}/polkit-1
 %{_datadir}/polkit-1/policyconfig-1.dtd
 %{_datadir}/polkit-1/actions
 %attr(700,polkitd,root) %dir %{_datadir}/polkit-1/rules.d
+%{_datadir}/polkit-1/rules.d/50-default.rules
 %{_datadir}/dbus-1/system-services/org.freedesktop.PolicyKit1.service
 %{_datadir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
 %{?with_systemd:%{systemdunitdir}/polkit.service}
This page took 0.246358 seconds and 4 git commands to generate.