new version
- Drop python-nose from the dependencies (#1916799) (vponcova) - Add the makeupdates script (vponcova) - Remove deprecated support for add-ons (vponcova) - Don't run installation tasks of add-ons in a meta task (vponcova) - Migrate COPR builds from Jenkins to Packit (jkonecny) - Add documentation for the new test solution (jkonecny) - Add support for custom Anaconda COPR repository (jkonecny) - Use `make test` to run TMT tests locally (jkonecny) - Add TMT configuration to get Anaconda COPR build (jkonecny) - Add Packit support for initial-setup (jkonecny) - Update and use setup.py for archive creation (jkonecny) - Fix ChangeLog generation in Makefile (jkonecny)
This commit is contained in:
parent
5fb2c2ba71
commit
dce63452e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -82,3 +82,4 @@
|
||||
/initial-setup-0.3.83.tar.gz
|
||||
/initial-setup-0.3.84.tar.gz
|
||||
/initial-setup-0.3.85.tar.gz
|
||||
/initial-setup-0.3.86.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
Summary: Initial system configuration utility
|
||||
Name: initial-setup
|
||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||
Version: 0.3.85
|
||||
Release: 2%{?dist}
|
||||
Version: 0.3.86
|
||||
Release: 1%{?dist}
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution.
|
||||
@ -19,13 +19,11 @@ License: GPLv2+
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: systemd-units
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: glade-devel
|
||||
BuildRequires: anaconda >= %{anacondaver}
|
||||
BuildRequires: intltool
|
||||
BuildRequires: make
|
||||
|
||||
Requires: %{__python3}
|
||||
Requires: anaconda-tui >= %{anacondaver}
|
||||
@ -63,9 +61,6 @@ rm -rf *.egg-info
|
||||
%build
|
||||
make
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
@ -139,7 +134,7 @@ if [ $1 -gt 1 ] ; then
|
||||
fi
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc README.rst
|
||||
%doc README.rst ChangeLog
|
||||
%license COPYING
|
||||
%{python3_sitelib}/initial_setup*
|
||||
%exclude %{python3_sitelib}/initial_setup/gui
|
||||
@ -163,8 +158,19 @@ fi
|
||||
%{python3_sitelib}/initial_setup/gui/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.85-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
* Fri Feb 12 2021 Martin Kolman <mkolman@redhat.com> - 0.3.86-1
|
||||
- Drop python-nose from the dependencies (#1916799) (vponcova)
|
||||
- Add the makeupdates script (vponcova)
|
||||
- Remove deprecated support for add-ons (vponcova)
|
||||
- Don't run installation tasks of add-ons in a meta task (vponcova)
|
||||
- Migrate COPR builds from Jenkins to Packit (jkonecny)
|
||||
- Add documentation for the new test solution (jkonecny)
|
||||
- Add support for custom Anaconda COPR repository (jkonecny)
|
||||
- Use `make test` to run TMT tests locally (jkonecny)
|
||||
- Add TMT configuration to get Anaconda COPR build (jkonecny)
|
||||
- Add Packit support for initial-setup (jkonecny)
|
||||
- Update and use setup.py for archive creation (jkonecny)
|
||||
- Fix ChangeLog generation in Makefile (jkonecny)
|
||||
|
||||
* Mon Dec 07 2020 Martin Kolman <mkolman@redhat.com> - 0.3.85-1
|
||||
- Adapt to category title translation fix in Anaconda (mkolman)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (initial-setup-0.3.85.tar.gz) = d4cfb86db8a24005786f1b3f4469023dd476c172399ac37dfb7fc671fc1ffacedf5099427be9f83647a2b1f2eaebde46eb1622cac98329e3dce2319abc538a1b
|
||||
SHA512 (initial-setup-0.3.86.tar.gz) = 8bd3b0c223366c8c4f9decb246b84ff33a9dd18bfefc0c65438b341e1416db4cd244c35c7d36aee3852b1bbb47e300f33233c999691c369ccb7e3e909142a8ba
|
||||
|
Loading…
Reference in New Issue
Block a user