From c8d130978f406ce4eb2095fd70d473c05fb6e26f Mon Sep 17 00:00:00 2001 From: Daniel Kopecek Date: Jul 12 2016 15:03:22 +0000 Subject: New upstream devel version --- diff --git a/.gitignore b/.gitignore index 10dd52a..b3a27d8 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/aide-0.16b1-man.patch b/aide-0.16b1-man.patch deleted file mode 100644 index f1bcfd3..0000000 --- a/aide-0.16b1-man.patch +++ /dev/null @@ -1,15 +0,0 @@ -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 | base64 \-d | h - .SH FILES - .IP \fB@sysconfdir@/aide.conf\fR - Default aide configuration file. --.IP \fB@sysconfdir@/aide.db\fR -+.IP \fB@localstatedir@/lib/aide/aide.db\fR - Default aide database. --.IP \fB@sysconfdir@/aide.db.new\fR -+.IP \fB@localstatedir@/lib/aide/aide.db.new\fR - Default aide output database. - .SH SEE ALSO - .BR aide.conf (5) diff --git a/aide-0.16rc1-man.patch b/aide-0.16rc1-man.patch new file mode 100644 index 0000000..4715552 --- /dev/null +++ b/aide-0.16rc1-man.patch @@ -0,0 +1,15 @@ +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 | base64 \-d | h + .SH FILES + .IP \fB@sysconfdir@/aide.conf\fR + Default aide configuration file. +-.IP \fB@sysconfdir@/aide.db\fR ++.IP \fB@localstatedir@/lib/aide/aide.db\fR + Default aide database. +-.IP \fB@sysconfdir@/aide.db.new\fR ++.IP \fB@localstatedir@/lib/aide/aide.db.new\fR + Default aide output database. + .SH SEE ALSO + .BR aide.conf (5) diff --git a/aide.spec b/aide.spec index 88434fc..fbebbca 100644 --- a/aide.spec +++ b/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 - 0.16-0.2.rc1 +- New upstream devel version + * Mon Jun 20 2016 Tomas Sykora - 0.16-0.1.b1 - New upstream devel version diff --git a/sources b/sources index 6009c9b..332fee6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ab56524e8ca4dd67f1e8cee30e32424 aide-0.16b1.tar.gz +54d9eb03c91c187b0735b9838a4f1047 aide-0.16rc1.tar.gz