new version
- Run the installation tasks of the Localization module (vponcova) - Use new DBus support for reading a kickstart file (vponcova) - Use autosetup instead of setup (mkolman) - Bump Anaconda version due to networking changes (mkolman)
This commit is contained in:
parent
e72c9de303
commit
6b3fbd5b05
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,3 +73,4 @@
|
||||
/initial-setup-0.3.74.tar.gz
|
||||
/initial-setup-0.3.75.tar.gz
|
||||
/initial-setup-0.3.76.tar.gz
|
||||
/initial-setup-0.3.77.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Initial system configuration utility
|
||||
Name: initial-setup
|
||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||
Version: 0.3.76
|
||||
Version: 0.3.77
|
||||
Release: 1%{?dist}
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
@ -13,7 +13,7 @@ Release: 1%{?dist}
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
|
||||
%define debug_package %{nil}
|
||||
%define anacondaver 31.12-1
|
||||
%define anacondaver 32.10-1
|
||||
|
||||
License: GPLv2+
|
||||
BuildRequires: gettext
|
||||
@ -55,7 +55,7 @@ The initial-setup-gui package contains a graphical user interface for the
|
||||
initial-setup utility.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p 1
|
||||
|
||||
# remove upstream egg-info
|
||||
rm -rf *.egg-info
|
||||
@ -163,6 +163,12 @@ fi
|
||||
%{python3_sitelib}/initial_setup/gui/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 24 2019 Martin Kolman <mkolman@redhat.com> - 0.3.77-1
|
||||
- Run the installation tasks of the Localization module (vponcova)
|
||||
- Use new DBus support for reading a kickstart file (vponcova)
|
||||
- Use autosetup instead of setup (mkolman)
|
||||
- Bump Anaconda version due to networking changes (mkolman)
|
||||
|
||||
* Fri Oct 04 2019 Martin Kolman <mkolman@redhat.com> - 0.3.76-1
|
||||
- Fix configuration of network hostname (#1757960) (rvykydal)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (initial-setup-0.3.76.tar.gz) = 42409b24765e92406bca8db68de391c3b0f541a3d32f7b3bd80ea01d7a4b0b3d0febbb2d0e72293e54401389a39973c843472a49e1fda1f3872fa24766a84cd0
|
||||
SHA512 (initial-setup-0.3.77.tar.gz) = 54a2beaed2ef86c15b4b9db63ce23d33eb61d43988c7763801cd30e308dbcf707fc01bf01ff45dbaf8b6df84bee6741da5cbec4cd6f7a08465822a0ca5cca13d
|
||||
|
Loading…
Reference in New Issue
Block a user