rpms/openscap/devel .cvsignore, 1.8, 1.9 openscap.spec, 1.11, 1.12 sources, 1.8, 1.9 openscap-0.5.6-uninit.patch, 1.1, NONE

Peter Vrabec pvrabec at fedoraproject.org
Fri Feb 26 13:51:35 UTC 2010


Author: pvrabec

Update of /cvs/extras/rpms/openscap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7741

Modified Files:
	.cvsignore openscap.spec sources 
Removed Files:
	openscap-0.5.6-uninit.patch 
Log Message:
upgrade



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/openscap/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	4 Jan 2010 16:10:41 -0000	1.8
+++ .cvsignore	26 Feb 2010 13:51:34 -0000	1.9
@@ -1 +1 @@
-openscap-0.5.6.tar.gz
+openscap-0.5.7.tar.gz


Index: openscap.spec
===================================================================
RCS file: /cvs/extras/rpms/openscap/devel/openscap.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- openscap.spec	5 Jan 2010 11:06:16 -0000	1.11
+++ openscap.spec	26 Feb 2010 13:51:35 -0000	1.12
@@ -2,18 +2,17 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           openscap
-Version:        0.5.6
-Release:        2%{?dist}
+Version:        0.5.7
+Release:        1%{?dist}
 Summary:        Set of open source libraries enabling integration of the SCAP line of standards
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.open-scap.org/
-Source0:	http://fedorahosted.org/releases/o/p/openscap/%{name}-%{version}.tar.gz
-Patch1:         openscap-0.5.6-uninit.patch
+Source0:        http://fedorahosted.org/releases/o/p/openscap/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  swig pcre-devel libxml2-devel
 BuildRequires:  rpm-devel
-BuildRequires:  libnl-devel
+BuildRequires:	libnl-devel
 Requires(post):   /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 
@@ -52,12 +51,20 @@ BuildRequires:  perl-devel
 The %{name}-perl package contains the bindings so that %{name}
 libraries can be used by perl.
 
+%package        utils
+Summary:        Openscap utilities
+Group:          Applications/System
+Requires:       %{name} = %{version}-%{release}
+BuildRequires:  libcurl-devel
+
+%description    utils
+The %{name}-utils package contains various utilities based on %{name} library.
+
 %prep
 %setup -q
-%patch1 -p1 -b .uninit
 
 %build
-%configure
+%configure --disable-debug
 make %{?_smp_mflags}
 
 %install
@@ -93,18 +100,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*
 %{_libdir}/*.so
 
+%files utils
+%defattr(-,root,root,-)
+%{_bindir}/*
 
 %changelog
-* Tue Jan 05 2010 Peter Vrabec <pvrabec at redhat.com> 0.5.6-2
-- fixing uninitialized variable
-
-* Mon Jan 04 2010 Peter Vrabec <pvrabec at redhat.com> 0.5.6-1
+* Fri Feb 26 2010 Peter Vrabec <pvrabec at redhat.com> 0.5.7-1
 - upgrade
+- new utils package
 
-* Sat Jan  2 2010 Tomas Mraz <tmraz at redhat.com> 0.5.5-2
-- rebuilt with new librpm
-
-* Thu Nov 12 2009 Peter Vrabec <pvrabec at redhat.com> 0.5.5-1
+* Mon Jan 04 2010 Peter Vrabec <pvrabec at redhat.com> 0.5.6-1
 - upgrade
 
 * Tue Sep 29 2009 Peter Vrabec <pvrabec at redhat.com> 0.5.3-1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/openscap/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	4 Jan 2010 16:10:41 -0000	1.8
+++ sources	26 Feb 2010 13:51:35 -0000	1.9
@@ -1 +1 @@
-f3c922a0ae4e7ca6b21ddc6d706f8146  openscap-0.5.6.tar.gz
+0c72fb5549f71ea095e0fe537f8030e8  openscap-0.5.7.tar.gz


--- openscap-0.5.6-uninit.patch DELETED ---



More information about the scm-commits mailing list