Author: arekm Date: Fri Nov 9 12:23:58 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3; keep libexecdir binaries one level deeper in own subdirectory
---- Files affected: SPECS: PolicyKit.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: SPECS/PolicyKit.spec diff -u SPECS/PolicyKit.spec:1.30 SPECS/PolicyKit.spec:1.31 --- SPECS/PolicyKit.spec:1.30 Fri Nov 9 10:26:49 2007 +++ SPECS/PolicyKit.spec Fri Nov 9 13:23:53 2007 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Szkielet do definiowania polityki dla komponentów systemowych Name: PolicyKit Version: 0.6 -Release: 2 +Release: 3 License: GPL v2 Group: Libraries Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz @@ -36,6 +36,8 @@ Provides: user(polkituser) BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _libexecdir %{_libdir}/%{name} + %description PolicyKit is a framework for defining policy for system-wide components and for desktop pieces to configure it. It is used by HAL. @@ -151,8 +153,9 @@ %defattr(644,root,root,755) %doc AUTHORS README doc/TODO %attr(755,root,root) %{_bindir}/polkit-* -%attr(2755,root,polkituser) %{_libdir}/polkit-grant-helper -%attr(4750,root,polkituser) %{_libdir}/polkit-grant-helper-pam +%dir %{_libexecdir} +%attr(2755,root,polkituser) %{_libexecdir}/polkit-grant-helper +%attr(4750,root,polkituser) %{_libexecdir}/polkit-grant-helper-pam %dir %{_sysconfdir}/PolicyKit %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/PolicyKit/PolicyKit.conf /etc/pam.d/polkit @@ -203,6 +206,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2007-11-09 12:23:53 arekm +- rel 3; keep libexecdir binaries one level deeper in own subdirectory + Revision 1.30 2007-11-09 09:26:49 arekm - rel 2; safer polkit-grant-helper-pam perms ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/PolicyKit.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
