Accepting request 124879 from home:vuntz:branches:Base:System
Package forgotten directories OBS-URL: https://build.opensuse.org/request/show/124879 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=63
This commit is contained in:
parent
eb742ebdbd
commit
c33393f8bc
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 13 20:54:29 CEST 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Package /etc/polkit-1/localauthority and its subdirectories. They
|
||||||
|
were forgotten because they were empty, but people might need
|
||||||
|
them to put .pkla files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 24 12:11:04 UTC 2012 - vuntz@opensuse.org
|
Fri Feb 24 12:11:04 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -69,8 +69,8 @@ Summary: Development files for PolicyKit
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %name = %{version}-%{release}
|
Requires: %name = %{version}-%{release}
|
||||||
Requires: libpolkit0 = %{version}
|
Requires: libpolkit0 = %{version}
|
||||||
Requires: typelib-1_0-Polkit-1_0 = %{version}
|
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
Requires: typelib-1_0-Polkit-1_0 = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for PolicyKit Authorization Framework.
|
Development files for PolicyKit Authorization Framework.
|
||||||
@ -187,6 +187,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir %{_sysconfdir}/polkit-1
|
%dir %{_sysconfdir}/polkit-1
|
||||||
%dir %{_sysconfdir}/polkit-1/nullbackend.conf.d
|
%dir %{_sysconfdir}/polkit-1/nullbackend.conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/polkit-1/nullbackend.conf.d/50-nullbackend.conf
|
%config(noreplace) %{_sysconfdir}/polkit-1/nullbackend.conf.d/50-nullbackend.conf
|
||||||
|
%attr(0700,root,root) %dir %{_sysconfdir}/polkit-1/localauthority
|
||||||
|
%dir %{_sysconfdir}/polkit-1/localauthority/10-vendor.d
|
||||||
|
%dir %{_sysconfdir}/polkit-1/localauthority/20-org.d
|
||||||
|
%dir %{_sysconfdir}/polkit-1/localauthority/30-site.d
|
||||||
|
%dir %{_sysconfdir}/polkit-1/localauthority/50-local.d
|
||||||
|
%dir %{_sysconfdir}/polkit-1/localauthority/90-mandatory.d
|
||||||
%dir %{_sysconfdir}/polkit-1/localauthority.conf.d
|
%dir %{_sysconfdir}/polkit-1/localauthority.conf.d
|
||||||
%config(noreplace) %{_sysconfdir}/polkit-1/localauthority.conf.d/50-localauthority.conf
|
%config(noreplace) %{_sysconfdir}/polkit-1/localauthority.conf.d/50-localauthority.conf
|
||||||
%{_bindir}/pkaction
|
%{_bindir}/pkaction
|
||||||
|
Loading…
Reference in New Issue
Block a user