Properly update the spec as well

This commit is contained in:
Jan Synacek 2013-01-07 14:58:15 +01:00
parent 9e88dee844
commit ef09696bb3

View File

@ -1,13 +1,12 @@
Summary: Enclosure LED Utilities Summary: Enclosure LED Utilities
Name: ledmon Name: ledmon
Version: 0.74 Version: 0.75
Release: 3%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://sourceforge.net/projects/ledmon/ URL: http://sourceforge.net/projects/ledmon/
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0: ledmon_cflags.patch Patch0: ledmon_cflags.patch
Patch1: ledmon-0.74-coverity-fixes.patch
BuildRequires: perl BuildRequires: perl
BuildRequires: sg3_utils-devel BuildRequires: sg3_utils-devel
Obsoletes: ledctl = 0.1-1 Obsoletes: ledctl = 0.1-1
@ -24,7 +23,6 @@ use this application.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .cflags %patch0 -p1 -b .cflags
%patch1 -p1 -b .coverity
%build %build
# can't use smp_flags because -j4 makes the build fail # can't use smp_flags because -j4 makes the build fail
@ -40,6 +38,9 @@ make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT SBIN_DIR=$RPM_BUI
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Mon Jan 07 2013 Jan Synáček <jsynacek@redhat.com> - 0.75-1
- Update to 0.75 and drop upstreamed patch
* Thu Nov 15 2012 Jan Synáček <jsynacek@redhat.com> - 0.74-3 * Thu Nov 15 2012 Jan Synáček <jsynacek@redhat.com> - 0.74-3
- Some coverity fixes - Some coverity fixes