Hello community, here is the log from the commit of package mcstrans for openSUSE:Factory checked in at 2012-04-17 07:46:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mcstrans (Old) and /work/SRC/openSUSE:Factory/.mcstrans.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mcstrans", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/mcstrans/mcstrans.changes 2011-09-23 02:12:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mcstrans.new/mcstrans.changes 2012-04-17 07:46:52.000000000 +0200 @@ -1,0 +2,10 @@ +Thu Apr 5 13:50:13 UTC 2012 - [email protected] + +- add LIBDIR, so ppc and ppc64 can build + +------------------------------------------------------------------- +Mon Mar 26 13:11:29 UTC 2012 - [email protected] + +- removed use of /var/lock/subsys in init script [bnc#714633] + +------------------------------------------------------------------- New: ---- mcstrans-0.3.1-var_lock_subsys.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mcstrans.spec ++++++ --- /var/tmp/diff_new_pack.gshJzX/_old 2012-04-17 07:46:54.000000000 +0200 +++ /var/tmp/diff_new_pack.gshJzX/_new 2012-04-17 07:46:54.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package mcstrans (Version 0.3.1) +# spec file for package mcstrans # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,20 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: mcstrans Version: 0.3.1 -Release: 3 +Release: 0 Url: http://fedora.redhat.com/ -License: GPL-2.0+ -Group: System Environment/Daemons Summary: SELinux Translation Daemon +License: GPL-2.0+ +Group: System/Management Source: %{name}-%{version}.tar.bz2 Patch0: %{name}-%{version}-initscript.patch +# PATCH-FIX-OPENSUSE don't use /var/lock/subsys (bnc#714633) +Patch1: mcstrans-0.3.1-var_lock_subsys.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libcap-devel libselinux-devel >= 1.30.3 libsepol-devel-static pcre-devel +BuildRequires: libcap-devel +BuildRequires: libselinux-devel >= 1.30.3 +BuildRequires: libsepol-devel-static +BuildRequires: pcre-devel PreReq: %insserv_prereq %fillup_prereq %description @@ -48,10 +51,11 @@ %prep %setup -q %patch0 +%patch1 -p1 %build export CFLAGS="$RPM_OPT_FLAGS" -make %{?jobs:-j%jobs} +make LIBDIR="%{_libdir}" %{?jobs:-j%jobs} %install mkdir -p $RPM_BUILD_ROOT/%{_lib} ++++++ mcstrans-0.3.1-var_lock_subsys.patch ++++++ Index: mcstrans-0.3.1/src/mcstrans.init =================================================================== --- mcstrans-0.3.1.orig/src/mcstrans.init 2012-03-26 15:34:33.000000000 +0200 +++ mcstrans-0.3.1/src/mcstrans.init 2012-03-26 15:35:18.509123408 +0200 @@ -27,7 +27,7 @@ # PATH=/sbin:/bin:/usr/bin:/usr/sbin -LOCK_FILE=/var/lock/subsys/mcstrans +LOCK_FILE=/var/lock/mcstrans SETRANS_DIR=/var/run/setrans prog="mcstransd" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
