forked from kini/gptfdisk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
srs5694
committed
Oct 1, 2011
1 parent
d1b11e8
commit 23d8d54
Showing
11 changed files
with
100 additions
and
542 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Copyright 2011 Roderick W. Smith ([email protected]) | ||
.\" May be distributed under the GNU General Public License | ||
.TH "CGDISK" "8" "0.8.0" "Roderick W. Smith" "GPT fdisk Manual" | ||
.TH "CGDISK" "8" "0.8.1" "Roderick W. Smith" "GPT fdisk Manual" | ||
.SH "NAME" | ||
cgdisk \- Curses-based GUID partition table (GPT) manipulator | ||
.SH "SYNOPSIS" | ||
|
@@ -268,7 +268,7 @@ Write data. Use this command to save your changes. | |
|
||
.SH "BUGS" | ||
|
||
As of September 2011 (version 0.8.0), \fBcgdisk\fR should be considered | ||
As of September 2011 (version 0.8.1), \fBcgdisk\fR should be considered | ||
beta software. Although the underlying partition manipulation code is much | ||
older, the \fBcgdisk\fR ncurses user interface is brand new with GPT fdisk | ||
version 0.8.0. Known bugs and limitations include: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Summary: GPT partitioning and MBR repair software | ||
Name: gptfdisk | ||
Version: 0.8.0 | ||
Version: 0.8.1 | ||
Release: 1%{?dist} | ||
License: GPLv2 | ||
URL: http://www.rodsbooks.com/gdisk | ||
Group: Applications/System | ||
Source: http://www.rodsbooks.com/gdisk/gptfdisk-0.8.0.tar.gz | ||
Source: http://www.rodsbooks.com/gdisk/gptfdisk-0.8.1.tar.gz | ||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) | ||
|
||
%description | ||
|
@@ -80,5 +80,5 @@ provides a few additional partition manipulation features. | |
|
||
|
||
%changelog | ||
* Sat Sep 10 2011 R Smith <[email protected]> - 0.8.0 | ||
- Created spec file for 0.8.0 release | ||
* Sat Oct 1 2011 R Smith <[email protected]> - 0.8.1 | ||
- Created spec file for 0.8.1 release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Copyright 2011 Roderick W. Smith ([email protected]) | ||
.\" May be distributed under the GNU General Public License | ||
.TH "FIXPARTS" "8" "0.8.0" "Roderick W. Smith" "FixParts Manual" | ||
.TH "FIXPARTS" "8" "0.8.1" "Roderick W. Smith" "FixParts Manual" | ||
.SH "NAME" | ||
fixparts \- MBR partition table repair utility | ||
.SH "SYNOPSIS" | ||
|
@@ -202,7 +202,7 @@ see a summary of available options. | |
.PP | ||
|
||
.SH "BUGS" | ||
As of September 2011 (version 0.8.0), \fBfixparts\fR | ||
As of September 2011 (version 0.8.1), \fBfixparts\fR | ||
should be considered beta software. Known bugs and limitations include: | ||
|
||
.TP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Copyright 2011 Roderick W. Smith ([email protected]) | ||
.\" May be distributed under the GNU General Public License | ||
.TH "GDISK" "8" "0.8.0" "Roderick W. Smith" "GPT fdisk Manual" | ||
.TH "GDISK" "8" "0.8.1" "Roderick W. Smith" "GPT fdisk Manual" | ||
.SH "NAME" | ||
gdisk \- Interactive GUID partition table (GPT) manipulator | ||
.SH "SYNOPSIS" | ||
|
@@ -561,7 +561,7 @@ entering data. When only one option is possible, \fBgdisk\fR | |
usually bypasses the prompt entirely. | ||
|
||
.SH "BUGS" | ||
As of September 2011 (version 0.8.0), \fBgdisk\fR | ||
As of September 2011 (version 0.8.1), \fBgdisk\fR | ||
should be considered beta software. Known bugs and limitations include: | ||
|
||
.TP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Copyright 2011 Roderick W. Smith ([email protected]) | ||
.\" May be distributed under the GNU General Public License | ||
.TH "SGDISK" "8" "0.8.0" "Roderick W. Smith" "GPT fdisk Manual" | ||
.TH "SGDISK" "8" "0.8.1" "Roderick W. Smith" "GPT fdisk Manual" | ||
.SH "NAME" | ||
sgdisk \- Command\-line GUID partition table (GPT) manipulator for Linux and Unix | ||
.SH "SYNOPSIS" | ||
|
@@ -485,7 +485,7 @@ An error prevented saving changes | |
Disk replication operation (-R) failed | ||
|
||
.SH "BUGS" | ||
As of September 2011 (version 0.8.0), \fBsgdisk\fR | ||
As of October 2011 (version 0.8.1), \fBsgdisk\fR | ||
should be considered beta software. Known bugs and limitations include: | ||
|
||
.TP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters