Compare commits

...

2 Commits
master ... f17

Author SHA1 Message Date
Brian C. Lane 591a13cccc Add DEVEL=F17 patch 2012-08-09 11:49:16 -07:00
Brian C. Lane 9f55396961 - New upstream release
- No argument needs to be given to rootpw if you're just locking the account.
  (clumens)
- add reboot test (bcl)
- add correct halt command handling (bcl)
- return parsed object from assert_parse (bcl)
- The monitor command has been deprecated since F10.  Get rid of it. (clumens)
- Add --hibernation option for swap size specification (vpodzime)
- Add leavebootorder test (hamzy)
- Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones)
- New version. (clumens)
- Allow %include in %pre and %post (#827269) (bcl)
- Add --nontp option and a way to specify NTP servers to the timezone command
  (vpodzime)
- fix TypeError in network.py with ipv6 static addresses (wwoods)
- Layouts may include spaces, so put them in quotes (vpodzime)
- pylint doesn't like .setter syntax at all. (clumens)
- Modify keyboard command to handle multiple layouts (vpodzime)
- Add support for F18. (vpodzime)
- Fix traceback if modules cannot be loaded when running tests (vpodzime)
- Use F17 LogVolData and PartData in F17. (dlehman)
- Add resize option to partition and logvol commands. (dlehman)
- Add --list= mode to clearpart for explicit list of partitions to remove.
  (dlehman)
- Make the "bumpver" target work with three digit version numbers. (clumens)
- Add __ne__ methods to every object with an __eq__ method. (clumens)
- Use the older exception syntax for python 2.4 compatibility. (clumens)
- Add an __eq__ method to the method command. (clumens)
- Add support for RHEL7 (#802369). (clumens)
- Add a method to set a command back to its initial blank state. (clumens)
- btrfs likes its raid levels in lower case. (#799154) (dlehman)
- iscsi: add support for interface binding to F17 (rvykydal)
- iscsi: add support for interface binding (#500273) (rvykydal)
2012-08-09 11:31:08 -07:00
4 changed files with 66 additions and 2 deletions

1
.gitignore vendored
View File

@ -79,3 +79,4 @@ pykickstart-1.78.tar.gz
/pykickstart-1.99.5.tar.gz
/pykickstart-1.99.6.tar.gz
/pykickstart-1.99.7.tar.gz
/pykickstart-1.99.15.tar.gz

View File

@ -0,0 +1,25 @@
From 0141fecf12689d6a08cad9629acad34bb31b13f7 Mon Sep 17 00:00:00 2001
From: "Brian C. Lane" <bcl@redhat.com>
Date: Thu, 9 Aug 2012 11:22:36 -0700
Subject: [PATCH] Set DEVEL to F17
---
pykickstart/version.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pykickstart/version.py b/pykickstart/version.py
index 75593b4..0118261 100644
--- a/pykickstart/version.py
+++ b/pykickstart/version.py
@@ -75,7 +75,7 @@ F18 = 16000
RHEL7 = 15100
# This always points at the latest version and is the default.
-DEVEL = F18
+DEVEL = F17
# A one-to-one mapping from string representations to version numbers.
versionMap = {
--
1.7.7.6

View File

@ -3,13 +3,15 @@
Summary: A python library for manipulating kickstart files
Name: pykickstart
Url: http://fedoraproject.org/wiki/pykickstart
Version: 1.99.7
Version: 1.99.15
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
# within this srpm.
Source0: %{name}-%{version}.tar.gz
Patch0: 0001-Set-DEVEL-to-F17.patch
License: GPLv2
Group: System Environment/Libraries
BuildArch: noarch
@ -24,6 +26,7 @@ files.
%prep
%setup -q
%patch0 -p1
%build
make
@ -46,6 +49,41 @@ rm -rf %{buildroot}
%{_bindir}/ksverdiff
%changelog
* Thu Aug 09 2012 Brian C. Lane <bcl@redhat.com> 1.99.15-1
- New upstream release
- No argument needs to be given to rootpw if you're just locking the account.
(clumens)
- add reboot test (bcl)
- add correct halt command handling (bcl)
- return parsed object from assert_parse (bcl)
- The monitor command has been deprecated since F10. Get rid of it. (clumens)
- Add --hibernation option for swap size specification (vpodzime)
- Add leavebootorder test (hamzy)
- Support bootloader --leavebootorder for F18 and RHEL7 (#824801) (pjones)
- New version. (clumens)
- Allow %include in %pre and %post (#827269) (bcl)
- Add --nontp option and a way to specify NTP servers to the timezone command
(vpodzime)
- fix TypeError in network.py with ipv6 static addresses (wwoods)
- Layouts may include spaces, so put them in quotes (vpodzime)
- pylint doesn't like .setter syntax at all. (clumens)
- Modify keyboard command to handle multiple layouts (vpodzime)
- Add support for F18. (vpodzime)
- Fix traceback if modules cannot be loaded when running tests (vpodzime)
- Use F17 LogVolData and PartData in F17. (dlehman)
- Add resize option to partition and logvol commands. (dlehman)
- Add --list= mode to clearpart for explicit list of partitions to remove.
(dlehman)
- Make the "bumpver" target work with three digit version numbers. (clumens)
- Add __ne__ methods to every object with an __eq__ method. (clumens)
- Use the older exception syntax for python 2.4 compatibility. (clumens)
- Add an __eq__ method to the method command. (clumens)
- Add support for RHEL7 (#802369). (clumens)
- Add a method to set a command back to its initial blank state. (clumens)
- btrfs likes its raid levels in lower case. (#799154) (dlehman)
- iscsi: add support for interface binding to F17 (rvykydal)
- iscsi: add support for interface binding (#500273) (rvykydal)
* Wed Jan 11 2012 Chris Lumens <clumens@redhat.com> - 1.99.7-1
- Add --type option to autopart command. (dlehman)
- Add btrfs command. (dlehman)

View File

@ -1 +1 @@
4753c0fc74a5eb3164bf56f7a25624f8 pykickstart-1.99.7.tar.gz
802d212ab613babfecf7ff44c9cf5b8c pykickstart-1.99.15.tar.gz