]> git.pld-linux.org Git - packages/trousers.git/commitdiff
- up to 0.3.4
authorvip <vip@pld-linux.org>
Mon, 31 May 2010 11:14:38 +0000 (11:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- patch adapted to 0.3.4

Changed files:
    trousers-nouser.patch -> 1.2
    trousers.spec -> 1.4

trousers-nouser.patch
trousers.spec

index 6b034d418c47be31958326996f339f75f379d6a8..f6f299a690ad3b4b68c61dfd20e6555ab7974785 100644 (file)
@@ -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
index a555a0ecda68613f4e5f7447dacfcd37e46f1b9c..bdce206a3df01de2c8d12fb5ea31f8d83274aa24 100644 (file)
@@ -2,12 +2,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
This page took 0.075794 seconds and 4 git commands to generate.