[fedora-virt-maint] rpms/libguestfs/EL-5 Version.java, NONE, 1.1 libguestfs.spec, 1.37, 1.38

Richard W.M. Jones rjones at fedoraproject.org
Fri Jul 10 22:18:52 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/libguestfs/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8053

Modified Files:
	libguestfs.spec 
Added Files:
	Version.java 
Log Message:
One file accidentally missed from 1.0.58 release tarball.


--- NEW FILE Version.java ---
/* libguestfs generated file
 * WARNING: THIS FILE IS GENERATED BY 'src/generator.ml'.
 * ANY CHANGES YOU MAKE TO THIS FILE WILL BE LOST.
 *
 * Copyright (C) 2009 Red Hat Inc.
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 */

package com.redhat.et.libguestfs;

/**
 * Libguestfs Version structure.
 *
 * @author rjones
 * @see GuestFS
 */
public class Version {
  public long major;
  public long minor;
  public long release;
  public String extra;
}


Index: libguestfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libguestfs/EL-5/libguestfs.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- libguestfs.spec	10 Jul 2009 21:54:56 -0000	1.37
+++ libguestfs.spec	10 Jul 2009 22:18:51 -0000	1.38
@@ -4,13 +4,15 @@
 Summary:     Access and modify virtual machine disk images
 Name:        libguestfs
 Version:     1.0.58
-Release:     1%{?dist}
+Release:     2%{?dist}
 License:     LGPLv2+
 Group:       Development/Libraries
 URL:         http://libguestfs.org/
 Source0:     http://libguestfs.org/download/%{name}-%{version}.tar.gz
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
 
+Source1:     Version.java
+
 # Currently fails on PPC because:
 # "No Package Found for kernel"
 ExclusiveArch: %{ix86} x86_64
@@ -284,6 +286,9 @@ Requires:    jpackage-utils
 %prep
 %setup -q
 
+# Accidentally missed from 1.0.58, remove in 1.0.59+
+cp -i %{SOURCE1} java/com/redhat/et/libguestfs/
+
 mkdir -p daemon/m4
 
 
@@ -511,7 +516,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Jul 10 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.58-1
+* Fri Jul 10 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.58-2
 - New upstream release 1.0.58.
 
 * Fri Jul 10 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.57-2




More information about the Fedora-virt-maint mailing list