mirror of
https://github.com/fspc/gbootroot.git
synced 2025-03-04 03:43:23 -05:00
Updated to 1.3.4
This commit is contained in:
parent
001cf094a1
commit
fddfcac837
@ -52,8 +52,8 @@ my $uml_xterm = "xterm -e";
|
|||||||
# and to update scripts/Debian.yard if
|
# and to update scripts/Debian.yard if
|
||||||
# make_debian has been changed,
|
# make_debian has been changed,
|
||||||
# and to install -s linux.
|
# and to install -s linux.
|
||||||
my $version = "1.3.3";
|
my $version = "1.3.4";
|
||||||
my $date = "01.15.2002";
|
my $date = "02.08.2002";
|
||||||
my $gtk_perl_version = "0.7002";
|
my $gtk_perl_version = "0.7002";
|
||||||
my $pwd = `pwd`; chomp $pwd;
|
my $pwd = `pwd`; chomp $pwd;
|
||||||
my $home_rootfs = "$home/root_filesystem/";
|
my $home_rootfs = "$home/root_filesystem/";
|
||||||
|
@ -58,10 +58,11 @@ my $email = "freesource\@users.sourceforge.net";
|
|||||||
my $name = "Jonathan Rosenbaum";
|
my $name = "Jonathan Rosenbaum";
|
||||||
my $makefile = "Makefile.pkg";
|
my $makefile = "Makefile.pkg";
|
||||||
|
|
||||||
# RPM stuff
|
# RPM stuff - a filelist is used
|
||||||
my $rpm_packaging_place = "$gbootroot_cvs/pkg/rpm";
|
my $rpm_packaging_place = "$gbootroot_cvs/pkg/rpm";
|
||||||
my $SOURCES = "/usr/src/rpm/SOURCES";
|
|
||||||
my $SPECS = "/usr/src/rpm/SPECS";
|
my $SPECS = "/usr/src/rpm/SPECS";
|
||||||
|
my $SOURCES = "/usr/src/rpm/SOURCES";
|
||||||
|
my $BUILD = "/usr/src/rpm/BUILD";
|
||||||
my @rpm_packages = qw(gbootroot.spec gbootroot-mdk.spec);
|
my @rpm_packages = qw(gbootroot.spec gbootroot-mdk.spec);
|
||||||
|
|
||||||
|
|
||||||
@ -327,8 +328,8 @@ if ( $ARGV[0] eq "both" || $ARGV[0] eq "rpm" ) {
|
|||||||
# For now will just use one definite place for SOURCES
|
# For now will just use one definite place for SOURCES
|
||||||
my $source = dirname($packaging_place) . "/" . $prog . "_" . $version;
|
my $source = dirname($packaging_place) . "/" . $prog . "_" . $version;
|
||||||
system "cp $source*tar.gz $SOURCES";
|
system "cp $source*tar.gz $SOURCES";
|
||||||
system "cp $rpm_packaging_place/filelist $SOURCES";
|
|
||||||
system "cp $gbootroot_cvs/gbootroot.xpm $SOURCES";
|
system "cp $gbootroot_cvs/gbootroot.xpm $SOURCES";
|
||||||
|
system "cp $rpm_packaging_place/filelist $SOURCES";
|
||||||
system "cp $rpm_packaging_place/$package $SPECS";
|
system "cp $rpm_packaging_place/$package $SPECS";
|
||||||
|
|
||||||
# Time for the fun
|
# Time for the fun
|
||||||
|
@ -1,3 +1,35 @@
|
|||||||
|
gbootroot (1.3.4-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Updated to 2.4.17-10um and added Jeff's initrd fix.
|
||||||
|
* Updated to 20020125 uml tools.
|
||||||
|
* The rpmized gbootroot package requires perl-Expect which in turn
|
||||||
|
requires perl-IO-Tty and perl-IO-Stty. A search on the Net revealed
|
||||||
|
that the existing rpms out there are either outdated, don't have
|
||||||
|
their dependencies set-up properly, or require a particular version
|
||||||
|
of the perl5 series. I made these rpms so they work on any i386
|
||||||
|
architecture which is using the perl5 series. This includes 5.6.0
|
||||||
|
and 5.6.1 which are in common use on most major distributions as of
|
||||||
|
the year 2002. If you have a problem with the automated Linux
|
||||||
|
virtual machine which appears related to these modules, please don't
|
||||||
|
hesitate to contact me. They are available at
|
||||||
|
prdownloads.sourceforge.net/gbootroot.
|
||||||
|
* Created rpms for Mandrake type dists, and Red Hat type dists.
|
||||||
|
* Added vc/? and vcs? to the etc/securetty files because the new uml
|
||||||
|
kernel uses these now.
|
||||||
|
* Fixed the fhs situation again. This time it will definitely work.
|
||||||
|
As I wrote in the code: "I always thought the BEGIN statements were
|
||||||
|
executed before everything else, but I have discovered that in this
|
||||||
|
case it has to be placed before the use statements if exec
|
||||||
|
/usr/bin/gbootroot is done via $PATH .. I guess that makes sense
|
||||||
|
because $PATH is established in this particular BEGIN." Other
|
||||||
|
executables have been fixed including expect_uml and
|
||||||
|
yard_chrooted_tests.
|
||||||
|
* Improved Replacements Box GUI.
|
||||||
|
* Added a button to open up the Filesystem Box from the ARS, this is
|
||||||
|
on the same line as Filesystem Size.
|
||||||
|
|
||||||
|
-- Jonathan Rosenbaum <freesource@users.sourceforge.net> Fri, 8 Feb 2002 19:33:13 -0500
|
||||||
|
|
||||||
gbootroot (1.3.3-1) unstable; urgency=low
|
gbootroot (1.3.3-1) unstable; urgency=low
|
||||||
|
|
||||||
* During the boot stage the filsystem type was used to determine
|
* During the boot stage the filsystem type was used to determine
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# Update this according to version
|
# Update this according to version
|
||||||
%define version 1.3.3
|
%define version 1.3.4
|
||||||
%define release 1mdk
|
%define release 1mdk
|
||||||
|
|
||||||
|
|
||||||
@ -82,9 +82,11 @@ make
|
|||||||
%attr(4755, root, root) /usr/bin/uml_net
|
%attr(4755, root, root) /usr/bin/uml_net
|
||||||
%config /etc/gbootroot/gbootrootrc
|
%config /etc/gbootroot/gbootrootrc
|
||||||
|
|
||||||
|
|
||||||
# Just include this
|
# Just include this
|
||||||
##/usr/lib/menu/gbootroot
|
##/usr/lib/menu/gbootroot
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# Update this according to version
|
# Update this according to version
|
||||||
%define version 1.3.3
|
%define version 1.3.4
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user