Accepting request 124894 from Base:System
Package forgotten directories (forwarded request 124879 from vuntz) OBS-URL: https://build.opensuse.org/request/show/124894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/polkit?expand=0&rev=32
This commit is contained in:
commit
75fec4d71e
@ -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
|
||||
|
||||
|
@ -69,8 +69,8 @@ Summary: Development files for PolicyKit
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %name = %{version}-%{release}
|
||||
Requires: libpolkit0 = %{version}
|
||||
Requires: typelib-1_0-Polkit-1_0 = %{version}
|
||||
Requires: pkgconfig
|
||||
Requires: typelib-1_0-Polkit-1_0 = %{version}
|
||||
|
||||
%description devel
|
||||
Development files for PolicyKit Authorization Framework.
|
||||
@ -187,6 +187,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_sysconfdir}/polkit-1
|
||||
%dir %{_sysconfdir}/polkit-1/nullbackend.conf.d
|
||||
%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
|
||||
%config(noreplace) %{_sysconfdir}/polkit-1/localauthority.conf.d/50-localauthority.conf
|
||||
%{_bindir}/pkaction
|
||||
|
Loading…
Reference in New Issue
Block a user