new version
- Use macro for Python 3 requirement in spec file (mkolman) - Remove outdated dependency on python3-libreport (vslavik) - Fix a typo in Zanata CLI invocation (mkolman)
This commit is contained in:
parent
3698575650
commit
70e5c42077
1
.gitignore
vendored
1
.gitignore
vendored
@ -77,3 +77,4 @@
|
||||
/initial-setup-0.3.78.tar.gz
|
||||
/initial-setup-0.3.79.tar.gz
|
||||
/initial-setup-0.3.80.tar.gz
|
||||
/initial-setup-0.3.81.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
Summary: Initial system configuration utility
|
||||
Name: initial-setup
|
||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||
Version: 0.3.80
|
||||
Release: 2%{?dist}
|
||||
Version: 0.3.81
|
||||
Release: 1%{?dist}
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution.
|
||||
@ -26,14 +26,13 @@ BuildRequires: glade-devel
|
||||
BuildRequires: anaconda >= %{anacondaver}
|
||||
BuildRequires: intltool
|
||||
|
||||
Requires: python3
|
||||
Requires: %{__python3}
|
||||
Requires: anaconda-tui >= %{anacondaver}
|
||||
Requires: python3-simpleline >= 1.4
|
||||
Requires: systemd >= 235
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
Requires: python3-libreport
|
||||
Requires: util-linux
|
||||
Conflicts: firstboot < 19.2
|
||||
|
||||
@ -163,8 +162,10 @@ fi
|
||||
%{python3_sitelib}/initial_setup/gui/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.80-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
* Fri May 22 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81-1
|
||||
- Use macro for Python 3 requirement in spec file (mkolman)
|
||||
- Remove outdated dependency on python3-libreport (vslavik)
|
||||
- Fix a typo in Zanata CLI invocation (mkolman)
|
||||
|
||||
* Tue Dec 10 2019 Martin Kolman <mkolman@redhat.com> - 0.3.80-1
|
||||
- Do not call a task which has been moved into install keyboard task (rvykydal)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (initial-setup-0.3.80.tar.gz) = 12a7345192004ed7c6918dd58ba0592d272e3fb2a40f5d694538e2fdd05eab1bc84972364a53ef4d2d1b60ce087397f5b093fccfb15c5dcdde1ab404d23aab03
|
||||
SHA512 (initial-setup-0.3.81.tar.gz) = fdb3f5eed4f933f07ec5d3fca696b05908cf33850d98dd6d62f36f7a229a4114f45f71b229b421835540d6725f8cccc9d6307f85d51b2d0c11eb632c96a22b24
|
||||
|
Loading…
Reference in New Issue
Block a user