new version
- Handle simpleline having an empty stack (mkolman)
This commit is contained in:
parent
90d16aba37
commit
2a6f57fe21
1
.gitignore
vendored
1
.gitignore
vendored
@ -60,3 +60,4 @@
|
|||||||
/initial-setup-0.3.61.tar.gz
|
/initial-setup-0.3.61.tar.gz
|
||||||
/initial-setup-0.3.62.tar.gz
|
/initial-setup-0.3.62.tar.gz
|
||||||
/initial-setup-0.3.63.tar.gz
|
/initial-setup-0.3.63.tar.gz
|
||||||
|
/initial-setup-0.3.64.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Initial system configuration utility
|
Summary: Initial system configuration utility
|
||||||
Name: initial-setup
|
Name: initial-setup
|
||||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||||
Version: 0.3.63
|
Version: 0.3.64
|
||||||
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
|
||||||
@ -29,6 +29,7 @@ BuildRequires: intltool
|
|||||||
|
|
||||||
Requires: python3
|
Requires: python3
|
||||||
Requires: anaconda-tui >= %{anacondaver}
|
Requires: anaconda-tui >= %{anacondaver}
|
||||||
|
Requires: python3-simpleline >= 1.4
|
||||||
Requires: systemd >= 235
|
Requires: systemd >= 235
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
@ -161,6 +162,9 @@ fi
|
|||||||
%{python3_sitelib}/initial_setup/gui/*
|
%{python3_sitelib}/initial_setup/gui/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 19 2018 Martin Kolman <mkolman@redhat.com> - 0.3.64-1
|
||||||
|
- Handle simpleline having an empty stack (mkolman)
|
||||||
|
|
||||||
* Mon Nov 05 2018 Martin Kolman <mkolman@redhat.com> - 0.3.63-1
|
* Mon Nov 05 2018 Martin Kolman <mkolman@redhat.com> - 0.3.63-1
|
||||||
- Disable modules in the configuration file (vponcova)
|
- Disable modules in the configuration file (vponcova)
|
||||||
- Let the DBus launcher to set up the modules (vponcova)
|
- Let the DBus launcher to set up the modules (vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (initial-setup-0.3.63.tar.gz) = d35a4858a1445054200fd1b363f6f2b664e63d346bfe59e7c830654469f7f4311791a547de72f7151f14b85f59599ed731bf8aad77dbb6eeb5336c4b61920a36
|
SHA512 (initial-setup-0.3.64.tar.gz) = 7427cbc0b37c0525c1de7671c81ddedc0257999ad2ea52ef71e7afdf363b31bcea7300510d349f80f42f212891bef237571b0dc3b80d0d27ead477613b481489
|
||||||
|
Loading…
Reference in New Issue
Block a user