rpms/audit/devel .cvsignore, 1.83, 1.84 audit.spec, 1.152, 1.153 sources, 1.104, 1.105 audit-1.6.3-no-chmod.patch, 1.1, NONE

Steve Grubb (sgrubb) fedora-extras-commits at redhat.com
Sat Dec 29 15:51:46 UTC 2007


Author: sgrubb

Update of /cvs/pkgs/rpms/audit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11251

Modified Files:
	.cvsignore audit.spec sources 
Removed Files:
	audit-1.6.3-no-chmod.patch 
Log Message:
* Sat Dec 29 2007 Steve Grubb <sgrubb at redhat.com> 1.6.4-1
- fchmod of log file was on wrong variable (#426934)
- Allow use of errno strings for exit codes in audit rules



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- .cvsignore	25 Sep 2007 15:56:34 -0000	1.83
+++ .cvsignore	29 Dec 2007 15:51:09 -0000	1.84
@@ -80,3 +80,4 @@
 audit-1.6.tar.gz
 audit-1.6.1.tar.gz
 audit-1.6.2.tar.gz
+audit-1.6.4.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- audit.spec	29 Dec 2007 00:32:06 -0000	1.152
+++ audit.spec	29 Dec 2007 15:51:09 -0000	1.153
@@ -1,17 +1,16 @@
 %define sca_version 0.4.5
-%define sca_release 2
+%define sca_release 3
 %define selinux_variants mls strict targeted
 %define selinux_policyver %(rpm -q selinux-policy | sed -e 's,^selinux-policy-\\([^/]*\\)$,\\1,')
 
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
-Version: 1.6.3
-Release: 2%{?dist}
+Version: 1.6.4
+Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: %{name}-%{version}.tar.gz
-Patch0: audit-1.6.3-no-chmod.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext-devel intltool libtool swig python-devel
 BuildRequires: kernel-headers >= 2.6.18
@@ -91,7 +90,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .no-chmod
 mkdir zos-remote-policy
 cp -p audisp/plugins/zos-remote/policy/audispd-zos-remote.* zos-remote-policy
 
@@ -290,6 +288,10 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Sat Dec 29 2007 Steve Grubb <sgrubb at redhat.com> 1.6.4-1
+- fchmod of log file was on wrong variable (#426934)
+- Allow use of errno strings for exit codes in audit rules
+
 * Sat Dec 29 2007 Miloslav Trmač <mitr at redhat.com> - 1.6.3-2
 - Don't fchmod() /dev/null to mode 0400 (#426934)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- sources	27 Dec 2007 21:50:31 -0000	1.104
+++ sources	29 Dec 2007 15:51:09 -0000	1.105
@@ -1 +1 @@
-11f7c682093cea6aa6b2e6be93f9d0e3  audit-1.6.3.tar.gz
+3845dc6b8fbca062984b4968a15c208f  audit-1.6.4.tar.gz


--- audit-1.6.3-no-chmod.patch DELETED ---




More information about the fedora-extras-commits mailing list