Add --install flag to repo command (#1119867) (bcl)
This commit is contained in:
parent
c3335c9a1f
commit
376f1bde6b
1
.gitignore
vendored
1
.gitignore
vendored
@ -129,3 +129,4 @@ pykickstart-1.78.tar.gz
|
|||||||
/pykickstart-1.99.55.tar.gz
|
/pykickstart-1.99.55.tar.gz
|
||||||
/pykickstart-1.99.56.tar.gz
|
/pykickstart-1.99.56.tar.gz
|
||||||
/pykickstart-1.99.57.tar.gz
|
/pykickstart-1.99.57.tar.gz
|
||||||
|
/pykickstart-1.99.58.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A python library for manipulating kickstart files
|
Summary: A python library for manipulating kickstart files
|
||||||
Name: pykickstart
|
Name: pykickstart
|
||||||
Url: http://fedoraproject.org/wiki/pykickstart
|
Url: http://fedoraproject.org/wiki/pykickstart
|
||||||
Version: 1.99.57
|
Version: 1.99.58
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
@ -54,6 +54,9 @@ make test
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 12 2014 Chris Lumens <clumens@redhat.com> - 1.99.58-1
|
||||||
|
- Add --install flag to repo command (#1119867) (bcl)
|
||||||
|
|
||||||
* Wed Jul 02 2014 Chris Lumens <clumens@redhat.com> - 1.99.57-1
|
* Wed Jul 02 2014 Chris Lumens <clumens@redhat.com> - 1.99.57-1
|
||||||
- Replace python-setuptools-devel BR with python-setuptools (toshio). (clumens)
|
- Replace python-setuptools-devel BR with python-setuptools (toshio). (clumens)
|
||||||
- Add autopart --fstype support (#1112697) (bcl)
|
- Add autopart --fstype support (#1112697) (bcl)
|
||||||
|
Loading…
Reference in New Issue
Block a user