* Tue Mar 10 2009 Jesse Keating <jkeating@redhat.com> - 0.7.6-2

- Fix the bad dist macro
- Remove version define, that's what the Version line is for
- Remove name define, that's what the Name line is for
- Use the real Release line in the if debug statement
This commit is contained in:
Jesse Keating 2009-03-10 18:00:15 +00:00
parent c584c9e887
commit 9ac108b8fb

View File

@ -2,17 +2,14 @@
# Copyright (c) 2003 FreeIPMI Core Team
#
%define name freeipmi
%define version 0.7.6
%if %{?_with_debug:1}%{!?_with_debug:0}
%define release 1.debug%{?dist}
Release: 1.debug%{?dist}
%else
%define release 1.{?dist}
Release: 2%{?dist}
%endif
Name: %{name}
Version: %{version}
Release: %{release}
Name: freeipmi
Version: 0.7.6
License: GPLv2+
Group: Applications/System
URL: http://www.gnu.org/software/freeipmi/
@ -331,6 +328,12 @@ fi
%{_mandir}/man8/ipmidetectd.8*
%changelog
* Tue Mar 10 2009 Jesse Keating <jkeating@redhat.com> - 0.7.6-2
- Fix the bad dist macro
- Remove version define, that's what the Version line is for
- Remove name define, that's what the Name line is for
- Use the real Release line in the if debug statement
* Mon Mar 9 2009 Jan Safranek <jsafrane@redhat.com> - 0.7.6-1
- Update to freeipmi-0.7.6