2013-05-10 15:50:07 +00:00
|
|
|
Name: polkit-pkla-compat
|
|
|
|
Version: 0.1
|
2024-10-29 16:03:48 +00:00
|
|
|
Release: 30%{?dist}
|
2013-05-10 15:50:07 +00:00
|
|
|
Summary: Rules for polkit to add compatibility with pklocalauthority
|
|
|
|
# GPLv2-licensed ltmain.sh and Apache-licensed mocklibc are not shipped in
|
|
|
|
# the binary package.
|
2023-08-07 10:40:11 +00:00
|
|
|
License: LGPL-2.0-or-later
|
2017-10-21 20:05:48 +00:00
|
|
|
URL: https://pagure.io/polkit-pkla-compat
|
|
|
|
Source0: http://releases.pagure.org/polkit-pkla-compat/polkit-pkla-compat-%{version}.tar.xz
|
2013-05-10 15:50:07 +00:00
|
|
|
|
2021-01-08 19:23:17 +00:00
|
|
|
BuildRequires: make
|
2018-07-09 17:06:50 +00:00
|
|
|
BuildRequires: gcc
|
2013-05-10 15:50:07 +00:00
|
|
|
BuildRequires: docbook-style-xsl, libxslt, glib2-devel, polkit-devel
|
|
|
|
# To ensure the polkitd group already exists when this is installed
|
|
|
|
Requires(pre): polkit
|
|
|
|
|
|
|
|
%global _hardened_build 1
|
|
|
|
|
|
|
|
%description
|
|
|
|
A polkit JavaScript rule and associated helpers that mostly provide
|
|
|
|
compatibility with the .pkla file format supported in polkit <= 0.105 for users
|
|
|
|
of later polkit releases.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2023-08-07 15:53:17 +00:00
|
|
|
%make_build
|
2013-05-10 15:50:07 +00:00
|
|
|
|
|
|
|
%install
|
2023-08-07 15:53:17 +00:00
|
|
|
%make_install
|
2013-05-10 15:50:07 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc AUTHORS COPYING NEWS README
|
|
|
|
%dir %attr(0750,root,polkitd) %dir %{_sysconfdir}/polkit-1/localauthority
|
|
|
|
%dir %{_sysconfdir}/polkit-1/localauthority/*.d
|
|
|
|
%dir %{_sysconfdir}/polkit-1/localauthority.conf.d
|
|
|
|
%config(noreplace) %{_sysconfdir}/polkit-1/rules.d/49-polkit-pkla-compat.rules
|
|
|
|
%{_bindir}/pkla-admin-identities
|
|
|
|
%{_bindir}/pkla-check-authorization
|
|
|
|
%{_mandir}/man8/pkla-admin-identities.8*
|
|
|
|
%{_mandir}/man8/pkla-check-authorization.8*
|
|
|
|
%{_mandir}/man8/pklocalauthority.8*
|
|
|
|
%dir %attr(0750,root,polkitd) %{_localstatedir}/lib/polkit-1
|
|
|
|
%dir %{_localstatedir}/lib/polkit-1/localauthority
|
|
|
|
%dir %{_localstatedir}/lib/polkit-1/localauthority/*.d
|
|
|
|
|
|
|
|
%changelog
|
2024-10-29 16:03:48 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.1-30
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 16:15:28 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.1-29
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-25 23:54:30 +00:00
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-28
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 22:07:32 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-27
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-08-07 15:53:17 +00:00
|
|
|
* Mon Aug 07 2023 Jan Rybar <jrybar@redhat.com> - 0.1-26
|
|
|
|
- use build macros, on behalf of original author Tom Stellard (tstellar)
|
|
|
|
- Pagure doesn't allow one-click rebase, AFAIK
|
|
|
|
|
2023-08-07 10:40:11 +00:00
|
|
|
* Mon Aug 07 2023 Lukáš Zaoral <lzaoral@redhat.com> - 0.1-25
|
|
|
|
- migrate to SPDX license format
|
|
|
|
|
2023-07-21 06:02:31 +00:00
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-24
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-20 10:03:21 +00:00
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-23
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-22 15:11:31 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-21 09:14:25 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-21
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 03:48:18 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-27 08:24:12 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-08-01 07:11:06 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-18
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-28 22:49:29 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-30 09:30:47 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 11:06:03 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-02 04:36:36 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 22:42:46 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-09 05:32:13 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-10-21 20:05:48 +00:00
|
|
|
* Sat Oct 21 2017 Miloslav Trmač <mitr@redhat.com> - 0.1-11
|
|
|
|
- Update URL: and Source0: to point to Pagure instead of fedorahosted.org
|
|
|
|
Resolves: #1502386
|
|
|
|
|
2017-08-03 06:15:53 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 08:54:17 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 07:43:46 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 18:19:29 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-18 15:37:29 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-17 19:30:59 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 16:44:09 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-04 04:49:20 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-05-10 15:50:07 +00:00
|
|
|
* Thu May 9 2013 Miloslav Trmač <mitr@redhat.com> - 0.1-2
|
|
|
|
- Add a comment above License about SRPM-only licenses
|
|
|
|
- Reword Summary: to avoid a rpmlint warning
|
|
|
|
- Move INSTALL= to the %%install section
|
|
|
|
|
|
|
|
* Tue May 7 2013 Miloslav Trmač <mitr@redhat.com> - 0.1-1
|
|
|
|
- Initial package
|