- rebuild for new audit-libs
- Correct regex for root's dot files (#509370)
This commit is contained in:
parent
4479b4e520
commit
72e1c562f8
@ -218,4 +218,4 @@ DATAONLY = p+n+u+g+s+acl+selinux+xattrs+md5+sha256+rmd160+tiger
|
|||||||
!/var/log/and-httpd
|
!/var/log/and-httpd
|
||||||
|
|
||||||
# Admins dot files constantly change, just check perms
|
# Admins dot files constantly change, just check perms
|
||||||
/root/.* PERMS
|
/root/\..* PERMS
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Summary: Intrusion detection environment
|
Summary: Intrusion detection environment
|
||||||
Name: aide
|
Name: aide
|
||||||
Version: 0.13.1
|
Version: 0.13.1
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
URL: http://sourceforge.net/projects/aide
|
URL: http://sourceforge.net/projects/aide
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -85,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 19 2009 Steve Grubb <sgrubb@redhat.com> 0.13.1-11
|
||||||
|
- rebuild for new audit-libs
|
||||||
|
- Correct regex for root's dot files (#509370)
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-10
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.1-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user