Browse Source

A little bit more text.

master
freesource 23 years ago
parent
commit
86262ac532
  1. 8
      pkg/rpm/gbootroot-mdk.spec
  2. 9
      pkg/rpm/gbootroot.spec

8
pkg/rpm/gbootroot-mdk.spec

@ -9,7 +9,7 @@
# Update this according to version
%define version 1.3.4
%define version 1.3.3
%define release 1mdk
@ -53,6 +53,12 @@ Normal (non-root) users can make root filesystems and boot disks.
The required perl modules perl-Expect, perl-IO-Stty, perl-IO-Tty are
available for download from prdownloads.sourceforge.net/gbootroot.
Please note that there are two types of rpms packaged for gbootroot.
Distributions which require perl-GTK and require perl-base for perl such as
Mandrake should use the mdk rpm. Distributions which require Gtk-Perl and
only require perl for perl such as Red Hat should use the rpm not marked
as mdk.
%prep
%setup -n gbootroot-%{version}.orig

9
pkg/rpm/gbootroot.spec

@ -9,7 +9,7 @@
# Update this according to version
%define version 1.3.4
%define version 1.3.3
%define release 1
@ -53,6 +53,13 @@ Normal (non-root) users can make root filesystems and boot disks.
The required perl modules perl-Expect, perl-IO-Stty, perl-IO-Tty are
available for download from prdownloads.sourceforge.net/gbootroot.
Please note that there are two types of rpms packaged for gbootroot.
Distributions which require perl-GTK and require perl-base for perl such as
Mandrake should use the mdk rpm. Distributions which require Gtk-Perl and
only require perl for perl such as Red Hat should use the rpm not marked
as mdk.
%prep
%setup -n gbootroot-%{version}.orig
chown -R root:root .

Loading…
Cancel
Save