forked from pool/libvirt
This commit is contained in:
parent
ff00645bfe
commit
ecb7136a15
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bc9a1856fac2c2586b4dae394a9e67d1b883124dac612c03aa68d60fe53cf0d
|
||||
size 1470586
|
3
libvirt-0.2.0.tar.gz
Normal file
3
libvirt-0.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86412c4fbe780ffd114c43da4e12b7afed07699c15e6410f7de47c785c8b94f7
|
||||
size 1628703
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 15:38:15 MST 2007 - jfehlig@novell.com
|
||||
|
||||
- Removed usr/lib/libvirt_proxy setuid binary from package. Fixes
|
||||
bug #246610.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 19:36:23 MST 2007 - jfehlig@novell.com
|
||||
|
||||
- Updated to latest release. Many of the issues seen in virt-manager
|
||||
have been caused by bugs / missing functionality in libvirt. This
|
||||
upate provides a better basis for virt-manager.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 17:06:55 MST 2007 - jfehlig@novell.com
|
||||
|
||||
|
32
libvirt.spec
32
libvirt.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libvirt (Version 0.1.10)
|
||||
# spec file for package libvirt (Version 0.2.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,17 +11,17 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: libvirt
|
||||
BuildRequires: libxml2-devel python python-devel readline-devel xen-devel
|
||||
BuildRequires: gettext gnutls-devel libxml2-devel ncurses-devel python python-devel readline-devel xen-devel
|
||||
URL: http://libvirt.org/
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
|
||||
Group: Development/Libraries/C and C++
|
||||
Autoreqprov: yes
|
||||
Version: 0.1.10
|
||||
Version: 0.2.0
|
||||
Release: 1
|
||||
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
||||
Source0: libvirt-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: xen libxml2 readline
|
||||
Requires: xen libxml2 readline ncurses gnutls
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
|
||||
%description
|
||||
@ -99,10 +99,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.a
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/permissions.d
|
||||
cat > $RPM_BUILD_ROOT/etc/permissions.d/libvirt <<EOF
|
||||
%{_libdir}/libvirt_proxy root.root 4755
|
||||
EOF
|
||||
#mkdir -p $RPM_BUILD_ROOT/etc/permissions.d
|
||||
#cat > $RPM_BUILD_ROOT/etc/permissions.d/libvirt <<EOF
|
||||
#%{_libdir}/libvirt_proxy root.root 4755
|
||||
#EOF
|
||||
rm -rf $RPM_BUILD_ROOT%{_libexecdir}/libvirt_proxy
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/as
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/hy
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/my
|
||||
@ -124,12 +125,12 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/ur
|
||||
%doc %{_mandir}/man1/virsh.1*
|
||||
%{_bindir}/virsh
|
||||
%{_libdir}/lib*.so.*
|
||||
%attr(4755, root, root) %{_libexecdir}/libvirt_proxy
|
||||
#%attr(4755, root, root) %{_libexecdir}/libvirt_proxy
|
||||
%attr(0755, root, root) %{_libexecdir}/libvirt_qemud
|
||||
%doc %{_datadir}/doc/libvirt-%{version}/html/*
|
||||
%dir %{_datadir}/doc/libvirt-%{version}
|
||||
%dir %{_datadir}/doc/libvirt-%{version}/html
|
||||
#%dir %{_datadir}/locale/*
|
||||
/etc/permissions.d/libvirt
|
||||
#/etc/permissions.d/libvirt
|
||||
# Localization files
|
||||
%{_datadir}/locale/*/LC_MESSAGES/*
|
||||
|
||||
@ -164,7 +165,14 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/ur
|
||||
%doc python/libvirtclass.txt
|
||||
%doc docs/examples/python
|
||||
|
||||
%changelog -n libvirt
|
||||
%changelog
|
||||
* Tue Feb 20 2007 - jfehlig@novell.com
|
||||
- Removed usr/lib/libvirt_proxy setuid binary from package. Fixes
|
||||
bug #246610.
|
||||
* Fri Feb 16 2007 - jfehlig@novell.com
|
||||
- Updated to latest release. Many of the issues seen in virt-manager
|
||||
have been caused by bugs / missing functionality in libvirt. This
|
||||
upate provides a better basis for virt-manager.
|
||||
* Wed Jan 10 2007 - jfehlig@novell.com
|
||||
- Updated to latest release, version 0.1.10. Submitting to SLES10 SP1
|
||||
to provide base functionality for FATE feature 301181.
|
||||
|
Loading…
Reference in New Issue
Block a user