From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] openvmtools: add release file Date: Sat, 04 Jun 2016 22:52:24 +0100 Message-ID: <1465077144.24121.69.camel@ipfire.org> In-Reply-To: <1465056215-7181-1-git-send-email-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4582349393221384726==" List-Id: --===============4582349393221384726== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, well... It would have been a better idea to send two patches. One with cleaning up the configure switches and a second one that adds the release file. The latter of that is a NACK from me though. This one has "core95" in it and probably won't get updated with each new release. Therefore this should not live in this package. -Michael On Sat, 2016-06-04 at 18:03 +0200, Marcel Lorenz wrote: > This patch add a simple release file to disable log spam > "HostinfoOSData: Error: no distro file found" > The --without-xerces-c build option is not more needed/supported >=20 > Signed-off-by: Marcel Lorenz > --- > =C2=A0config/openvmtools/release=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A03 +++ > =C2=A0config/rootfiles/packages/openvmtools |=C2=A0=C2=A01 + > =C2=A0lfs/openvmtools=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0| 21 +++++++++++++-------- > =C2=A03 files changed, 17 insertions(+), 8 deletions(-) > =C2=A0create mode 100644 config/openvmtools/release >=20 > diff --git a/config/openvmtools/release b/config/openvmtools/release > new file mode 100644 > index 0000000..18c14fa > --- /dev/null > +++ b/config/openvmtools/release > @@ -0,0 +1,3 @@ > +COMMENT=3D"This is needed for open-vm-tools" > +DISTRIB_ID=3D"IPFire" > +DISTRIB_RELEASE=3D"core95" > diff --git a/config/rootfiles/packages/openvmtools > b/config/rootfiles/packages/openvmtools > index caeb568..3529272 100644 > --- a/config/rootfiles/packages/openvmtools > +++ b/config/rootfiles/packages/openvmtools > @@ -2,6 +2,7 @@ etc/rc.d/init.d/openvmtools > =C2=A0etc/rc.d/rc0.d/K01openvmtools > =C2=A0etc/rc.d/rc3.d/S60openvmtools > =C2=A0etc/rc.d/rc6.d/K01openvmtools > +etc/release > =C2=A0etc/vmware-tools > =C2=A0etc/vmware-tools/guestproxy-ssl.conf > =C2=A0etc/vmware-tools/poweroff-vm-default > diff --git a/lfs/openvmtools b/lfs/openvmtools > index 72101d5..d2c292d 100644 > --- a/lfs/openvmtools > +++ b/lfs/openvmtools > @@ -33,7 +33,7 @@ DIR_APP=C2=A0=C2=A0=C2=A0=C2=A0=3D $(DIR_SRC)/$(THISAPP) > =C2=A0TARGET=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=3D $(DIR_INFO)/$(THISAPP) > =C2=A0SUP_ARCH=C2=A0=C2=A0=C2=A0=3D x86_64 i586 > =C2=A0PROG=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=3D openvmtools > -PAK_VER=C2=A0=C2=A0=C2=A0=C2=A0=3D 2 > +PAK_VER=C2=A0=C2=A0=C2=A0=C2=A0=3D 3 > =C2=A0 > =C2=A0DEPS=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=3D "" > =C2=A0 > @@ -82,18 +82,23 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) > =C2=A0 cd $(DIR_APP) && sed -e "s/-Werror//g" -i configure.ac > =C2=A0 cd $(DIR_APP) && autoreconf -vfi > =C2=A0 cd $(DIR_APP) && ./configure --prefix=3D/usr \ > - =C2=A0=C2=A0=C2=A0--with-kernel-release=3D$(KVER)-ipfire --without-pam \ > - =C2=A0=C2=A0=C2=A0--disable-unity --without-gtk2 --without-gtkmm \ > - =C2=A0=C2=A0=C2=A0--without-procps --without-icu \ > - =C2=A0=C2=A0=C2=A0--without-x --with-linuxdir=3D/usr/src/linux \ > - =C2=A0=C2=A0=C2=A0--without-kernel-modules --disable-deploypkg \ > - =C2=A0=C2=A0=C2=A0--without-xerces-c --without-xerces > + =C2=A0 --with-kernel-release=3D$(KVER)-ipfire \ > + --without-pam \ > + --without-gtk2 \ > + --without-gtkmm \ > + =C2=A0 --without-procps \ > + --without-icu \ > + =C2=A0 --without-x \ > + --with-linuxdir=3D/usr/src/linux \ > + =C2=A0 --without-kernel-modules \ > + --disable-deploypkg \ > + =C2=A0 --without-xerces > =C2=A0 cd $(DIR_APP) && make $(MAKETUNING) > =C2=A0 cd $(DIR_APP) && make install > =C2=A0 ln -sf ../init.d/openvmtools /etc/rc.d/rc3.d/S60openvmtools > =C2=A0 ln -sf ../init.d/openvmtools /etc/rc.d/rc0.d/K01openvmtools > =C2=A0 ln -sf ../init.d/openvmtools /etc/rc.d/rc6.d/K01openvmtools > =C2=A0 rm -rvf /usr/etc/pam.d /usr/share/openvmtools > - > + cp -fv $(DIR_SRC)/config/openvmtools/release /etc/ > =C2=A0 @rm -rf $(DIR_APP) > =C2=A0 @$(POSTBUILD) --===============4582349393221384726== Content-Type: application/pgp-signature Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="signature.asc" MIME-Version: 1.0 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0KVmVyc2lvbjogR251UEcgdjIKCmlRSWNCQUFC Q2dBR0JRSlhVMDJZQUFvSkVJQjU4UDl2a0FrSGNJNFAvMDNLL3A1TGVZcHFjR1VaMnlWam5JSm0K MnpWMzl4aE9qc2xFa09zLzJ2STJRL085V2ZlZ0JZZnlxOFNmWmlyRndNeW5FRndFK09EaVNPdHZa aFlya0t1ZwptUitRblJnVWlQSDByVG1aUnlQV0lCV0tHWXVMOUp6M0JzaitySkUzcG9GeWE3UUxF UFhyL0xlZVVQUFdxT1UzCmdhbnNkQlJRdW5LN284bHBpb0lhc2psVzBBRy9LaHczL1BEZkZ6WmtO K1dMbktEZ2tVek96SFZKaDdSRGVSRDYKdHBkdGU5ODZ0Q3JUVnY2d3VXckVRMGUwY2tVZjk2ZDc5 aFNtODZyYXJ1YU9MUXhPcHpJN1JCYlhwUHRLMDkwNwpqY2wrcncxeHBwRDlWQ3R2MnFMOGtCQ1VC ZUFhVTArNVlRUk0zMHo3bVYvVk9FU2FoanZKL2M1Ym5EZzU4dDZuCnU2L1kyR3pUdmgvOFBueE9E VTNFdDNhS1YrWFFCMDNQWjBSaUI0T2Z4b25uN3lTQVI5Vlp4eTZ5UEw2WmZRUTYKOHpqejVPVnB2 Z2JIcEFiY0Q4Rnh0ckdtRWl6Mk85MVVvSWJKSHNFTWNJWGRkU1E3UytNOFhlMEN4cStqT0ZjbQpl MVhRdGgxeDIremdRSFhHWHIrVU9OUXN3bzZyc0s4YVltRFg0am5EaW42UWE3M0hlN0UrRkh4dnpD dk5GbmhsCitvbkpFOW5yc213M1ExKzlHTmtSSTBoNHA0VVQxdTdjbjRiUWRQMlExdlQwOTliRHVp QkdtNFVrc01VdUJjNWUKK0IxcGN2U0hJSFJ0YlA5VmVYQms2WC9sbVdNYW1VNWVCRFlQV3kyblRV SkxHdXFUM1E5b3l4R3Ezak9tcjFtWgpJZmNWbGhtZjJwYkJmRjZ0SjJ6bAo9OXFRdAotLS0tLUVO RCBQR1AgU0lHTkFUVVJFLS0tLS0K --===============4582349393221384726==--