Author: megabajt Date: Sat Apr 19 18:51:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.8 - removed obsolete patches (-xfs.patch and -CVE.patch)
---- Files affected: SPECS: PolicyKit.spec (1.37 -> 1.38) ---- Diffs: ================================================================ Index: SPECS/PolicyKit.spec diff -u SPECS/PolicyKit.spec:1.37 SPECS/PolicyKit.spec:1.38 --- SPECS/PolicyKit.spec:1.37 Sat Apr 12 15:08:12 2008 +++ SPECS/PolicyKit.spec Sat Apr 19 20:51:44 2008 @@ -3,14 +3,12 @@ Summary: A framework for defining policy for system-wide components Summary(pl.UTF-8): Szkielet do definiowania polityki dla komponentów systemowych Name: PolicyKit -Version: 0.7 -Release: 3 +Version: 0.8 +Release: 1 License: MIT Group: Libraries Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz -# Source0-md5: 99e0cc588310656fa25f8f66a411c71f -Patch0: %{name}-xfs.patch -Patch1: %{name}-CVE.patch +# Source0-md5: 5c1a4445dbd5cb853132766c5d0ab336 URL: http://people.freedesktop.org/~david/polkit-spec.html BuildRequires: autoconf >= 2.60 BuildRequires: automake >= 1:1.7 @@ -111,8 +109,6 @@ %prep %setup -q -%patch0 -p0 -%patch1 -p1 %build %{__libtoolize} @@ -124,12 +120,12 @@ --with-html-dir=%{_gtkdocdir} \ --with-pam-include=system-auth \ --with-pam-module-dir=/%{_lib}/security -%{__make} -j1 +%{__make} %install rm -rf $RPM_BUILD_ROOT -%{__make} -j1 install \ +%{__make} install \ DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/PolicyKit/modules/*.{la,a} @@ -148,8 +144,8 @@ %post umask 022 touch /var/lib/misc/PolicyKit.reload -chown root:polkituser /var/lib/misc/PolicyKit.reload -chmod 664 /var/lib/misc/PolicyKit.reload +chown polkituser:polkituser /var/lib/misc/PolicyKit.reload +chmod 775 /var/lib/misc/PolicyKit.reload %postun if [ "$1" = "0" ]; then @@ -172,8 +168,9 @@ %attr(2755,root,polkituser) %{_libexecdir}/polkit-grant-helper %attr(4754,root,polkituser) %{_libexecdir}/polkit-grant-helper-pam %attr(2755,root,polkituser) %{_libexecdir}/polkit-read-auth-helper +%attr(4755,root,polkituser) %{_libexecdir}/polkit-resolve-exe-helper %attr(2755,root,polkituser) %{_libexecdir}/polkit-revoke-helper -%attr(2755,root,polkituser) %{_libexecdir}/polkit-set-default-helper +%attr(4755,polkituser,root) %{_libexecdir}/polkit-set-default-helper %attr(755,root,root) %{_libexecdir}/polkitd %dir %{_sysconfdir}/PolicyKit %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/PolicyKit/PolicyKit.conf @@ -182,9 +179,9 @@ %{_datadir}/PolicyKit %{_datadir}/dbus-1/interfaces/org.freedesktop.PolicyKit.AuthenticationAgent.xml %{_datadir}/dbus-1/system-services/org.freedesktop.PolicyKit.service -%attr(664,root,polkituser) %ghost /var/lib/misc/PolicyKit.reload +%attr(775,polkituser,polkituser) %ghost /var/lib/misc/PolicyKit.reload %attr(770,root,polkituser) /var/lib/PolicyKit -%attr(775,root,polkituser) /var/lib/PolicyKit-public +%attr(755,polkituser,root) /var/lib/PolicyKit-public %attr(770,root,polkituser) /var/run/PolicyKit %{_mandir}/man1/polkit-action.1* %{_mandir}/man1/polkit-auth.1* @@ -233,6 +230,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.38 2008-04-19 18:51:44 megabajt +- updated to 0.8 +- removed obsolete patches (-xfs.patch and -CVE.patch) + Revision 1.37 2008-04-12 13:08:12 patrys - CVE-2008-1658 - rel 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/PolicyKit.spec?r1=1.37&r2=1.38&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
