New upstream devel version
This commit is contained in:
parent
e6458ec606
commit
c8d130978f
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ aide-0.14.tar.gz.asc
|
||||
/aide-0.15.1.tar.gz
|
||||
/aide-0.15.1.tar.gz.asc
|
||||
/aide-0.16b1.tar.gz
|
||||
/aide-0.16rc1.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -up ./doc/aide.1.in.origman ./doc/aide.1.in
|
||||
--- ./doc/aide.1.in.origman 2016-07-12 11:50:49.859083100 +0200
|
||||
+++ ./doc/aide.1.in 2016-07-12 11:49:20.191333852 +0200
|
||||
@@ -88,9 +88,9 @@ echo <encoded_checksum> | base64 \-d | h
|
||||
diff -up ./doc/aide.1.in.orig ./doc/aide.1.in
|
||||
--- ./doc/aide.1.in.orig 2016-07-12 16:10:01.724595895 +0200
|
||||
+++ ./doc/aide.1.in 2016-07-12 16:06:21.968639822 +0200
|
||||
@@ -103,9 +103,9 @@ echo <encoded_checksum> | base64 \-d | h
|
||||
.SH FILES
|
||||
.IP \fB@sysconfdir@/aide.conf\fR
|
||||
Default aide configuration file.
|
13
aide.spec
13
aide.spec
@ -4,16 +4,16 @@
|
||||
Summary: Intrusion detection environment
|
||||
Name: aide
|
||||
Version: 0.16
|
||||
Release: 0.1.b1%{?dist}
|
||||
URL: http://sourceforge.net/projects/aide
|
||||
Release: 0.2.rc1%{?dist}
|
||||
URL: http://sourceforge.net/projects/%{name}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
Source0: https://sourceforge.net/projects/aide/files/devel/0.16b1/aide-0.16b1.tar.gz
|
||||
Source0: https://sourceforge.net/projects/%{name}/files/devel/%{version}rc1/%{name}-%{version}rc1.tar.gz
|
||||
Source1: aide.conf
|
||||
Source2: README.quickstart
|
||||
Source3: aide.logrotate
|
||||
# Customize the database file location in the man page.
|
||||
Patch1: aide-0.16b1-man.patch
|
||||
Patch1: aide-0.16rc1-man.patch
|
||||
# fix aide in FIPS mode
|
||||
Patch2: aide-0.16b1-fipsfix.patch
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
|
||||
@ -37,7 +37,7 @@ checker and intrusion detection program.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}b1
|
||||
%setup -q -n %{name}-%{version}rc1
|
||||
%patch1 -p1 -b .man
|
||||
%patch2 -p1 -b .fipsfix
|
||||
|
||||
@ -88,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 12 2016 Tomas Sykora <tosykora@redhat.com> - 0.16-0.2.rc1
|
||||
- New upstream devel version
|
||||
|
||||
* Mon Jun 20 2016 Tomas Sykora <tosykora@redhat.com> - 0.16-0.1.b1
|
||||
- New upstream devel version
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user