automatic version update by autodist [release 0.119-1mamba;Mon Jun 07 2021]
This commit is contained in:
parent
52f6ffa0f5
commit
9468605bf3
25
polkit.spec
25
polkit.spec
@ -3,14 +3,14 @@
|
||||
%define polkit_groupid 65054
|
||||
%define polkit_userid 65054
|
||||
Name: polkit
|
||||
Version: 0.118
|
||||
Version: 0.119
|
||||
Release: 1mamba
|
||||
Summary: A framework for defining policy for system-wide components
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.freedesktop.org/software/polkit
|
||||
URL: https://www.freedesktop.org/software/polkit/
|
||||
Source: http://www.freedesktop.org/software/polkit/releases/polkit-%{version}.tar.gz
|
||||
Source1: polkit-60-admin.conf
|
||||
Patch0: %{name}-0.101.0-Clarify_that_the_real_uid_is_returned_not_the_effective_one.patch
|
||||
@ -21,23 +21,19 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libmozjs78-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: libpam-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: pam-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: pam-devel >= 0.81
|
||||
BuildRequires: dbus-devel >= 0.93
|
||||
BuildRequires: libmozjs78-devel
|
||||
Requires: polkit-pkla-compat
|
||||
Provides: PolicyKit
|
||||
Obsoletes: PolicyKit
|
||||
Obsoletes: PolicyKit < 0.119
|
||||
Requires(post): libpolkit = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
# Got from git:
|
||||
@ -60,9 +56,9 @@ Group: Development/Libraries
|
||||
Requires: polkit = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: libpolkit = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: PolicyKit-devel
|
||||
Obsoletes: PolicyKit-devel
|
||||
Obsoletes: PolicyKit-devel < 0.119
|
||||
Provides: polkit-devel
|
||||
Obsoletes: polkit-devel
|
||||
Obsoletes: polkit-devel < 0.119
|
||||
|
||||
%description -n libpolkit-devel
|
||||
PolicyKit is a framework for defining policy for system-wide components and for desktop pieces to configure it.
|
||||
@ -125,7 +121,6 @@ fi
|
||||
|
||||
%files -f polkit-1.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
|
||||
%{_sysconfdir}/pam.d/polkit-1
|
||||
%dir %{_sysconfdir}/polkit-1
|
||||
%attr(0700,polkitd,polkitd) %dir %{_sysconfdir}/polkit-1/rules.d
|
||||
@ -138,6 +133,7 @@ fi
|
||||
%dir %{_prefix}/lib/polkit-1
|
||||
%attr(4755,root,polkitd) %{_prefix}/lib/polkit-1/polkit-agent-helper-1
|
||||
%{_prefix}/lib/polkit-1/polkitd
|
||||
%{_datadir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
|
||||
%{_unitdir}/polkit.service
|
||||
%{_datadir}/gettext/its/polkit.its
|
||||
%{_datadir}/gettext/its/polkit.loc
|
||||
@ -181,6 +177,9 @@ fi
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Mon Jun 07 2021 Automatic Build System <autodist@mambasoft.it> 0.119-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 18 2021 Automatic Build System <autodist@mambasoft.it> 0.118-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user