Rebase to polkit-124
This commit is contained in:
parent
6a79b0535b
commit
cce17de844
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ polkit-0.98.tar.gz
|
||||
/polkit-121.tar.xz.sign
|
||||
/polkit-122.tar.gz
|
||||
/polkit-123.tar.gz
|
||||
/124.tar.gz
|
||||
|
14
polkit.spec
14
polkit.spec
@ -3,14 +3,13 @@
|
||||
#
|
||||
Summary: An authorization framework
|
||||
Name: polkit
|
||||
Version: 123
|
||||
Release: 5%{?dist}
|
||||
Version: 124
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.0-or-later
|
||||
URL: http://www.freedesktop.org/wiki/Software/polkit
|
||||
Source0: https://gitlab.freedesktop.org/polkit/polkit/-/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/polkit-org/polkit
|
||||
Source0: https://github.com/polkit-org/polkit/archive/refs/tags/%{version}.tar.gz
|
||||
Source1: polkit.sysusers
|
||||
|
||||
Patch1: remove-IPAddressDeny.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glib2-devel >= 2.30.0
|
||||
@ -132,7 +131,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_datadir}/polkit-1/rules.d/50-default.rules
|
||||
%attr(0750,root,polkitd) %dir %{_sysconfdir}/polkit-1/rules.d
|
||||
%{_sysusersdir}/polkit.conf
|
||||
%{_sysconfdir}/pam.d/polkit-1
|
||||
%{_prefix}/lib/pam.d/polkit-1
|
||||
%{_bindir}/pkaction
|
||||
%{_bindir}/pkcheck
|
||||
%{_bindir}/pkttyagent
|
||||
@ -161,6 +160,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
%{_libdir}/girepository-1.0/*.typelib
|
||||
|
||||
%changelog
|
||||
* Mon Jan 22 2024 Jan Rybar <jrybar@redhat.com> - 124-1
|
||||
- rebase to polkit-124
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 123-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (polkit-123.tar.gz) = d96afbc72e2fcea3cc148157071a8a7d8817ad97611b1fd9496f6a49d1563f2440aedae9be52c821078585f24c0ef218bac1255a407f875e60984f53ce8f826b
|
||||
SHA512 (124.tar.gz) = 3c4fe60618cf6e74467dc0efac084a38c93b0a8e4e8c02d36de5ca35634ecff624b6977b54493e9b1ad41aa87693ac3246e14fe6f6b828f57b2012b869af9105
|
||||
|
Loading…
Reference in New Issue
Block a user