new version
- Disable modules in the configuration file (vponcova) - Let the DBus launcher to set up the modules (vponcova) - README.rst: update link to anaconda addon dev guide (kenyon)
This commit is contained in:
parent
ad5e70fe52
commit
90d16aba37
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@
|
|||||||
/initial-setup-0.3.60.tar.gz
|
/initial-setup-0.3.60.tar.gz
|
||||||
/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
|
||||||
|
@ -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.62
|
Version: 0.3.63
|
||||||
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
|
||||||
@ -13,7 +13,7 @@ Release: 1%{?dist}
|
|||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
%define anacondaver 29.13
|
%define anacondaver 30.9
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -149,6 +149,7 @@ fi
|
|||||||
%{_libexecdir}/%{name}/reconfiguration-mode-enabled
|
%{_libexecdir}/%{name}/reconfiguration-mode-enabled
|
||||||
%{_unitdir}/initial-setup.service
|
%{_unitdir}/initial-setup.service
|
||||||
%{_unitdir}/initial-setup-reconfiguration.service
|
%{_unitdir}/initial-setup-reconfiguration.service
|
||||||
|
%{_sysconfdir}/anaconda/conf.d/10-initial-setup.conf
|
||||||
|
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
%{_sysconfdir}/profile.d/initial-setup.sh
|
%{_sysconfdir}/profile.d/initial-setup.sh
|
||||||
@ -160,6 +161,11 @@ fi
|
|||||||
%{python3_sitelib}/initial_setup/gui/*
|
%{python3_sitelib}/initial_setup/gui/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 05 2018 Martin Kolman <mkolman@redhat.com> - 0.3.63-1
|
||||||
|
- Disable modules in the configuration file (vponcova)
|
||||||
|
- Let the DBus launcher to set up the modules (vponcova)
|
||||||
|
- README.rst: update link to anaconda addon dev guide (kenyon)
|
||||||
|
|
||||||
* Fri Jul 27 2018 Martin Kolman <mkolman@redhat.com> - 0.3.62-1
|
* Fri Jul 27 2018 Martin Kolman <mkolman@redhat.com> - 0.3.62-1
|
||||||
- Make EULA spoke name compatible with three column hub (mkolman)
|
- Make EULA spoke name compatible with three column hub (mkolman)
|
||||||
- Blacklist the ptmx console from multi-tty use (mkolman)
|
- Blacklist the ptmx console from multi-tty use (mkolman)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (initial-setup-0.3.62.tar.gz) = 00f3dc8c904388f85800fff058227ff0c046ef1634d6de103aaa4a2a4fe69f0dd7c9741a921b145bb144c1a75c6c919b8f161d567030af6099b8bf3db7e7fc93
|
SHA512 (initial-setup-0.3.63.tar.gz) = d35a4858a1445054200fd1b363f6f2b664e63d346bfe59e7c830654469f7f4311791a547de72f7151f14b85f59599ed731bf8aad77dbb6eeb5336c4b61920a36
|
||||||
|
Loading…
Reference in New Issue
Block a user