packages: tripwire/tripwire.spec - policyconfig, off_t patches and README.S...
zbyniu
zbyniu at pld-linux.org
Tue Jul 19 01:17:51 CEST 2011
Author: zbyniu Date: Mon Jul 18 23:17:51 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- policyconfig, off_t patches and README.SuSE added; rel 0.2
---- Files affected:
packages/tripwire:
tripwire.spec (1.29 -> 1.30)
---- Diffs:
================================================================
Index: packages/tripwire/tripwire.spec
diff -u packages/tripwire/tripwire.spec:1.29 packages/tripwire/tripwire.spec:1.30
--- packages/tripwire/tripwire.spec:1.29 Mon Jul 18 23:33:03 2011
+++ packages/tripwire/tripwire.spec Tue Jul 19 01:17:45 2011
@@ -1,6 +1,5 @@
# $Revision$, $Date$
# TODO:
-# - use shared STLport, not included one...
# - post install
# - cron scripts (contrib)
#
@@ -11,14 +10,17 @@
Summary(pl.UTF-8): Program sprawdza poprawność plików
Name: tripwire
Version: 2.4.2.1
-Release: 0.1
+Release: 0.2
License: GPL v2
Group: Applications/System
Source0: http://downloads.sourceforge.net/tripwire/%{name}-%{version}-src.tar.bz2
# Source0-md5: 2463cde5c75adbab2ce5fdb64aec94f1
Source1: %{name}.verify
Source2: %{name}-tw.cfg
+Source3: README.SuSE
Patch0: %{name}-sec.patch
+Patch1: off_t.patch
+Patch2: policyconfig.patch
URL: http://sourceforge.net/projects/tripwire/
%{?with_static:BuildRequires: glibc-static}
BuildRequires: libstdc++-devel
@@ -37,12 +39,11 @@
run, giving system administrators information to enact damage control
measures immediately.
-%description -l pl.UTF-8
-Tripwire to narzędzie do sprawdzania poprawności plików i katalogów na
-podstawie wygenerowanej bazy danych.
-
%prep
%setup -q
+%patch1 -p1
+%patch2 -p1
+install %{SOURCE3} .
%build
%configure --sysconfdir=/etc/tripwire
@@ -59,18 +60,18 @@
install man/man8/*.8 $RPM_BUILD_ROOT%{_mandir}/man8
install policy/twpol-Linux.txt $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/twpol.txt
install %{SOURCE1} $RPM_BUILD_ROOT%{_cron}
-install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/tw.cfg
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/twcfg.txt
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc MAINTAINERS ChangeLog TRADEMARK policy/policyguide.txt
+%doc MAINTAINERS ChangeLog README.SuSE TRADEMARK policy/policyguide.txt
%attr(700,root,root) %{_sbindir}/*
%dir %attr(700,root,root) %{_sysconfdir}/%{name}
%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/twpol.txt
-%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/tw.cfg
+%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/twcfg.txt
%attr(700,root,root) %{_var}/spool/%{name}
%attr(700,root,root) %{_var}/lib/%{name}
%attr(700,root,root) %{_cron}/%{name}.verify
@@ -82,6 +83,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.30 2011/07/18 23:17:45 zbyniu
+- policyconfig, off_t patches and README.SuSE added; rel 0.2
+
Revision 1.29 2011/07/18 21:33:03 zbyniu
- up to 2.4.2.1; force /etc/tripwire as sysconfdir
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tripwire/tripwire.spec?r1=1.29&r2=1.30&f=u
More information about the pld-cvs-commit
mailing list