Hello community,

here is the log from the commit of package trousers for openSUSE:Factory 
checked in at 2014-01-20 16:24:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trousers (Old)
 and      /work/SRC/openSUSE:Factory/.trousers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trousers"

Changes:
--------
--- /work/SRC/openSUSE:Factory/trousers/trousers.changes        2012-10-07 
20:07:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.trousers.new/trousers.changes   2014-01-23 
15:57:25.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Jan 14 10:42:23 UTC 2014 - [email protected]
+
+- Updated to trousers 0.3.11.2
+  - license changed to BSD-3-Clause
+  - various bug and manpage fixes
+- trousers-0.3.10.diff renamed and rebased to trousers-0.3.11.2.diff
+
+-------------------------------------------------------------------

Old:
----
  trousers-0.3.10.diff
  trousers-0.3.10.tar.gz

New:
----
  trousers-0.3.11.2.diff
  trousers-0.3.11.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trousers.spec ++++++
--- /var/tmp/diff_new_pack.eu836b/_old  2014-01-23 15:57:26.000000000 +0100
+++ /var/tmp/diff_new_pack.eu836b/_new  2014-01-23 15:57:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package trousers
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,12 +23,12 @@
 
 Name:           trousers
 Url:            http://trousers.sourceforge.net/
-Version:        0.3.10
+Version:        0.3.11.2
 Release:        0
 Summary:        TSS (TCG Software Stack) access daemon for a TPM chip
-License:        CPL-1.0
+License:        BSD-3-Clause
 Group:          Productivity/Security
-Source0:        
http://downloads.sourceforge.net/project/trousers/trousers/%version/%name-%version.tar.gz
+Source0:        
http://downloads.sourceforge.net/project/trousers/trousers/0.3.11/%name-%version.tar.gz
 Source1:        tcsd.init
 Source2:        baselibs.conf
 Patch0:         %name-%version.diff
@@ -124,7 +124,7 @@
 %files
 %defattr(-,root,root)
 %config(noreplace) %attr(600,tss,tss) /etc/tcsd.conf
-%doc README AUTHORS ChangeLog LICENSE NICETOHAVES TODO doc/*
+%doc README README.selinux AUTHORS ChangeLog LICENSE NICETOHAVES TODO doc/*
 %{_mandir}/man5/*
 %{_mandir}/man8/*
 /var/lib/tpm

++++++ trousers-0.3.10.diff -> trousers-0.3.11.2.diff ++++++
--- /work/SRC/openSUSE:Factory/trousers/trousers-0.3.10.diff    2012-10-07 
20:07:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.trousers.new/trousers-0.3.11.2.diff     
2014-01-23 15:57:25.000000000 +0100
@@ -1,8 +1,12 @@
---- dist/Makefile.am
+Index: dist/Makefile.am
+===================================================================
+--- dist/Makefile.am.orig
 +++ dist/Makefile.am
-@@ -2,16 +2,16 @@
+@@ -1,9 +1,9 @@
+ EXTRA_DIST = system.data.auth system.data.noauth \
         fedora/fedora.initrd.tcsd
- install: install-exec-hook
+-install: install-exec-hook
++install:
        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 || true
 -      /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
@@ -10,27 +14,17 @@
 +      echo /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
  
  install-exec-hook:
--      /usr/sbin/groupadd tss || true
--      /usr/sbin/useradd -r tss -g tss || true
--      /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 || true
--      /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
-+      echo /usr/sbin/groupadd tss || true
-+      echo /usr/sbin/useradd -r tss -g tss || true
-+      echo /bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then 
mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
-+      echo /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
-+      echo /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
- 
- uninstall-hook:
--      /usr/sbin/userdel tss || true
--      /usr/sbin/groupdel tss || true
-+      echo /usr/sbin/userdel tss || true
-+      echo /usr/sbin/groupdel tss || true
---- dist/Makefile.in
+       /usr/sbin/groupadd tss || true
+Index: dist/Makefile.in
+===================================================================
+--- dist/Makefile.in.orig
 +++ dist/Makefile.in
-@@ -364,19 +364,19 @@
+@@ -395,10 +395,10 @@ uninstall-am:
+       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+       uninstall uninstall-am uninstall-hook
  
- install: install-exec-hook
+-install: install-exec-hook
++install:
        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 || true
 -      /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
@@ -38,22 +32,4 @@
 +      echo /bin/chmod 0600 ${DESTDIR}/@sysconfdir@/tcsd.conf
  
  install-exec-hook:
--      /usr/sbin/groupadd tss || true
--      /usr/sbin/useradd -r tss -g tss || true
--      /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 || true
--      /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
-+      echo /usr/sbin/groupadd tss || true
-+      echo /usr/sbin/useradd -r tss -g tss || true
-+      echo /bin/sh -c 'if [ ! -e ${DESTDIR}/@localstatedir@/lib/tpm ];then 
mkdir -p ${DESTDIR}/@localstatedir@/lib/tpm; fi'
-+      echo /bin/chown tss:tss ${DESTDIR}/@localstatedir@/lib/tpm || true
-+      echo /bin/chmod 0700 ${DESTDIR}/@localstatedir@/lib/tpm
- 
- uninstall-hook:
--      /usr/sbin/userdel tss || true
--      /usr/sbin/groupdel tss || true
-+      echo /usr/sbin/userdel tss || true
-+      echo /usr/sbin/groupdel tss || true
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
+       /usr/sbin/groupadd tss || true

++++++ trousers-0.3.10.tar.gz -> trousers-0.3.11.2.tar.gz ++++++
++++ 49573 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to