Author: vip Date: Mon May 31 11:14:44 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.3.4 - patch adapted to 0.3.4
---- Files affected: packages/trousers: trousers.spec (1.3 -> 1.4) , trousers-nouser.patch (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/trousers/trousers.spec diff -u packages/trousers/trousers.spec:1.3 packages/trousers/trousers.spec:1.4 --- packages/trousers/trousers.spec:1.3 Fri Dec 14 22:23:17 2007 +++ packages/trousers/trousers.spec Mon May 31 13:14:38 2010 @@ -3,12 +3,12 @@ Summary: TrouSerS - The open-source TCG Software Stack Summary(pl.UTF-8): TrouSerS - programowy stos TCG o otwartych źródłach Name: trousers -Version: 0.3.1 +Version: 0.3.4 Release: 1 License: CPL v1.0 Group: Applications/System Source0: http://dl.sourceforge.net/trousers/%{name}-%{version}.tar.gz -# Source0-md5: 9d3a07380a0c5d2f0074a9ef79ea218a +# Source0-md5: 72235fd6d2bb35b898a654429946f2e6 Patch0: %{name}-nouser.patch URL: http://trousers.sourceforge.net/ BuildRequires: autoconf @@ -147,6 +147,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2010/05/31 11:14:38 vip +- up to 0.3.4 +- patch adapted to 0.3.4 + Revision 1.3 2007/12/14 21:23:17 qboosh - updated to 0.3.1 ================================================================ Index: packages/trousers/trousers-nouser.patch diff -u packages/trousers/trousers-nouser.patch:1.1 packages/trousers/trousers-nouser.patch:1.2 --- packages/trousers/trousers-nouser.patch:1.1 Sun Sep 2 21:29:09 2007 +++ packages/trousers/trousers-nouser.patch Mon May 31 13:14:38 2010 @@ -1,20 +1,19 @@ ---- trousers-0.3.0/dist/Makefile.am.orig 2006-09-28 00:13:06.000000000 +0200 -+++ trousers-0.3.0/dist/Makefile.am 2007-09-02 20:52:45.041683824 +0200 -@@ -1,17 +1,8 @@ - +--- trousers-0.3.4/dist/Makefile.am~ 2010-01-28 22:47:32.000000000 +0100 ++++ trousers-0.3.4/dist/Makefile.am 2010-05-31 10:23:15.523723441 +0200 +@@ -2,16 +2,8 @@ + fedora/fedora.initrd.tcsd install: install-exec-hook if test ! -e ${DESTDIR}/@sysconfdir@/tcsd.conf; then mkdir -p ${DESTDIR}/@sysconfdir@ && cp tcsd.conf ${DESTDIR}/@sysconfdir@; fi -- /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf +- /bin/chown tss:tss ${DESTDIR}/@sysconfdir@/tcsd.conf || true - /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf install-exec-hook: - /usr/sbin/groupadd tss || true - /usr/sbin/useradd -r tss -g tss || true -- /bin/chown tss:tss ${DESTDIR}/@sbindir@/tcsd /bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi' -- /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm +- /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true - /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm uninstall-hook: -- /usr/sbin/userdel tss -- /usr/sbin/groupdel tss +- /usr/sbin/userdel tss || true +- /usr/sbin/groupdel tss || true ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/trousers/trousers.spec?r1=1.3&r2=1.4&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/trousers/trousers-nouser.patch?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
