rpms/sectool/devel sectool.log, NONE, 1.1 .cvsignore, 1.13, 1.14 sectool.spec, 1.16, 1.17 sources, 1.13, 1.14 sectool-0.8.6-fixDEP.patch, 1.1, NONE

Peter Vrabec pvrabec at fedoraproject.org
Thu Oct 9 12:56:45 UTC 2008


Author: pvrabec

Update of /cvs/extras/rpms/sectool/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15072

Modified Files:
	.cvsignore sectool.spec sources 
Added Files:
	sectool.log 
Removed Files:
	sectool-0.8.6-fixDEP.patch 
Log Message:
upgrade



--- NEW FILE sectool.log ---
/var/log/sectool.log {
    missingok
    notifempty
    size 250k
    create 0644 root root
}



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/sectool/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	5 Sep 2008 15:31:54 -0000	1.13
+++ .cvsignore	9 Oct 2008 12:56:14 -0000	1.14
@@ -1 +1 @@
-sectool-0.8.6.tar.bz2
+sectool-0.9.0.tar.bz2


Index: sectool.spec
===================================================================
RCS file: /cvs/extras/rpms/sectool/devel/sectool.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sectool.spec	6 Sep 2008 16:13:40 -0000	1.16
+++ sectool.spec	9 Oct 2008 12:56:14 -0000	1.17
@@ -1,15 +1,15 @@
 Summary: A security audit system and intrusion detection system
 Name: sectool
-Version: 0.8.6
-Release: 2%{?dist}
+Version: 0.9.0
+Release: 1%{?dist}
 URL: https://hosted.fedoraproject.org/sectool/wiki/WikiStart
 Source0: %{name}-%{version}.tar.bz2
-Patch0: sectool-0.8.6-fixDEP.patch
+Source1: sectool.log
 License: GPLv2+
 Group: Applications/System
 Requires: gettext coreutils  libselinux
 Requires: python2 rpm-python libselinux-python
-BuildRequires: desktop-file-utils gettext intltool rpm-devel asciidoc
+BuildRequires: desktop-file-utils gettext intltool rpm-devel asciidoc libselinux-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %package gui
@@ -32,7 +32,6 @@
 
 %prep
 %setup -q
-%patch0  -p1 -b .fixDEP.patch
 
 %build
 make %{?_smp_mflags}
@@ -44,15 +43,16 @@
   --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
   --vendor=fedora \
    $RPM_BUILD_ROOT%{_datadir}/applications/sectool.desktop
+
+#logrotate
+install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
+install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/sectool
 #adjust paths in sectool.conf
 sed -i 's,DSC_DIR=\(.*\),DSC_DIR=%{_sysconfdir}/sectool/tests,' $RPM_BUILD_ROOT%{_sysconfdir}/sectool/sectool.conf
 sed -i 's,TESTS_DIRS=\(.*\),TESTS_DIRS=%{_datadir}/sectool/tests,' $RPM_BUILD_ROOT%{_sysconfdir}/sectool/sectool.conf
 sed -i 's,TDATA_DIR_BASE=\(.*\),TDATA_DIR_BASE=%{_localstatedir}/lib/sectool,' $RPM_BUILD_ROOT%{_sysconfdir}/sectool/sectool.conf
-
 #adjust icons path in guiOutput.py
 sed -i 's,__ico_path = \(.*\),__ico_path = "%{_datadir}/pixmaps/sectool/",' $RPM_BUILD_ROOT%{_datadir}/sectool/guiOutput.py
-
-
 #this file is just for development
 rm $RPM_BUILD_ROOT/%{_datadir}/sectool/scheduler/selftest.py
 
@@ -64,7 +64,8 @@
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc COPYING AUTHORS README doc/tests_documentation.html
-%config %{_sysconfdir}/sectool/
+%config(noreplace) %{_sysconfdir}/sectool/
+%config(noreplace) %{_sysconfdir}/logrotate.d/sectool
 %dir %{_localstatedir}/lib/sectool
 %dir %{_datadir}/sectool
 %{_sbindir}/sectool
@@ -95,6 +96,9 @@
 
 
 %changelog
+* Thu Oct 09 2008 Peter Vrabec <pvrabec at redhat.com> - 0.9.0-1
+- upgrade, see changelog for changes
+
 * Sat Sep 06 2008 Peter Vrabec <pvrabec at redhat.com> - 0.8.6-2
 - fix selinux DEPS, quick workaround
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/sectool/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	5 Sep 2008 15:31:54 -0000	1.13
+++ sources	9 Oct 2008 12:56:14 -0000	1.14
@@ -1 +1 @@
-183812a2126857974064e9fbac1b4ba2  sectool-0.8.6.tar.bz2
+b8493aa4804c4e9ed9e576e5e9c166b3  sectool-0.9.0.tar.bz2


--- sectool-0.8.6-fixDEP.patch DELETED ---




More information about the scm-commits mailing list