From 47e517e16bb91d96591f0d8676312520250de1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Thu, 24 Sep 2009 14:33:01 +0000 Subject: [PATCH] - drop support for Fedora < 10 --- s390utils.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/s390utils.spec b/s390utils.spec index fe7669c..52ea49c 100644 --- a/s390utils.spec +++ b/s390utils.spec @@ -8,7 +8,7 @@ Name: s390utils Summary: Utilities and daemons for IBM System/z Group: System Environment/Base Version: 1.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 2 License: GPLv2 and GPLv2+ and CPL Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -163,9 +163,7 @@ pushd lib-zfcp-hbaapi-%{hbaapiver} # lib-zfcp-hbaapi: fix perms chmod a-x *.h AUTHORS README ChangeLog LICENSE # update sg3_utils library name -%if 0%{?fedora} >= 10 sed -i 's/-lsgutils/-lsgutils2/g' Makefile.in -%endif popd @@ -770,6 +768,9 @@ User-space development files for the s390/s390x architecture. %changelog +* Thu Sep 24 2009 Dan Horák 2:1.8.1-5 +- drop support for Fedora < 10 + * Thu Sep 24 2009 Dan Horák 2:1.8.1-4 - fixed string overflow in vtoc_volume_label_init (#525318)