|
|
a2f18f |
From 23c9a297b240d1538125721fb0f93abb876ce9c1 Mon Sep 17 00:00:00 2001
|
|
|
a2f18f |
From: Rich Megginson <rmeggins@redhat.com>
|
|
|
a2f18f |
Date: Thu, 16 Jul 2015 09:06:45 -0600
|
|
|
a2f18f |
Subject: [PATCH 23/30] Ticket #48224 - redux - logconv.pl should handle
|
|
|
a2f18f |
*.tar.xz, *.txz, *.xz log files
|
|
|
a2f18f |
|
|
|
a2f18f |
https://fedorahosted.org/389/ticket/48224
|
|
|
a2f18f |
Reviewed by:
|
|
|
a2f18f |
Branch: master
|
|
|
a2f18f |
Fix Description: Fix Requires: in spec file
|
|
|
a2f18f |
Platforms tested: Fedora 21, RHEL 7.2 candidate
|
|
|
a2f18f |
Flag Day: no
|
|
|
a2f18f |
Doc impact: no
|
|
|
a2f18f |
|
|
|
a2f18f |
(cherry picked from commit 193d79d4a459b709c5a55cea88794105fa60c453)
|
|
|
a2f18f |
(cherry picked from commit 9109a570edd3ddb58434b19a9fca2f7c021b18ca)
|
|
|
a2f18f |
---
|
|
|
a2f18f |
rpm/389-ds-base.spec.in | 3 ---
|
|
|
a2f18f |
1 file changed, 3 deletions(-)
|
|
|
a2f18f |
|
|
|
a2f18f |
diff --git a/rpm/389-ds-base.spec.in b/rpm/389-ds-base.spec.in
|
|
|
a2f18f |
index 3405ccd..d0bbb7a 100644
|
|
|
a2f18f |
--- a/rpm/389-ds-base.spec.in
|
|
|
a2f18f |
+++ b/rpm/389-ds-base.spec.in
|
|
|
a2f18f |
@@ -116,9 +116,6 @@ Requires: perl-Socket6
|
|
|
a2f18f |
Requires: perl-Socket
|
|
|
a2f18f |
%endif
|
|
|
a2f18f |
Requires: perl-NetAddr-IP
|
|
|
a2f18f |
-# for logconv compressed file support
|
|
|
a2f18f |
-Requires: perl-IO-Compress
|
|
|
a2f18f |
-Requires: perl-IO-Compress-Lzma
|
|
|
a2f18f |
|
|
|
a2f18f |
Source0: http://port389.org/sources/%{name}-%{version}%{?prerel}.tar.bz2
|
|
|
a2f18f |
# 389-ds-git.sh should be used to generate the source tarball from git
|
|
|
a2f18f |
--
|
|
|
a2f18f |
1.9.3
|
|
|
a2f18f |
|