This commit is contained in:
Jesse Keating 2009-02-25 22:44:24 +00:00
parent 4a8098613e
commit 65dac7fed8

View File

@ -1,5 +1,5 @@
# #
# $Id: sblim-sfcc.spec,v 1.1 2008/10/24 10:12:09 srini Exp $ # $Id: sblim-sfcc.spec,v 1.2 2009/02/25 22:44:24 jkeating Exp $
# #
# Package spec for sblim-sfcc # Package spec for sblim-sfcc
# #
@ -10,7 +10,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXX)
Summary: Small Footprint CIM Client Library Summary: Small Footprint CIM Client Library
Name: sblim-sfcc Name: sblim-sfcc
Version: 2.1.0 Version: 2.1.0
Release: 0%{?dist} Release: 1%{?dist}
Group: Applications/System Group: Applications/System
License: EPL License: EPL
URL: http://www.sblim.org URL: http://www.sblim.org
@ -67,6 +67,9 @@ rm -rf %{buildroot}
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Aug 19 2008 <srinivas_ramanatha@dell.com> - 2.1.0-0%{?dist} * Tue Aug 19 2008 <srinivas_ramanatha@dell.com> - 2.1.0-0%{?dist}
-Modified the spec file to adhere to fedora packaging guidelines. -Modified the spec file to adhere to fedora packaging guidelines.