Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/initial-setup.git#25ca9f4d1e52da96ad82545601b8878d596628ae
This commit is contained in:
parent
6411b2c6f6
commit
60ce6f09ef
2
.gitignore
vendored
2
.gitignore
vendored
@ -82,3 +82,5 @@
|
||||
/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
|
||||
/initial-setup-0.3.87.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.87
|
||||
Release: 1%{?dist}
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution.
|
||||
@ -19,7 +19,6 @@ License: GPLv2+
|
||||
BuildRequires: gettext
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: systemd-units
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: glade-devel
|
||||
@ -63,9 +62,6 @@ rm -rf *.egg-info
|
||||
%build
|
||||
make
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
@ -139,7 +135,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 +159,23 @@ 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
|
||||
* Mon Feb 15 2021 Martin Kolman <mkolman@redhat.com> - 0.3.87-1
|
||||
- Add BuildRequires: make (tstellar)
|
||||
- Fixup version number in setup.py (mkolman)
|
||||
|
||||
* 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.87.tar.gz) = b22f4d1bff5ed1bda32a70d9378b63eafee9f4f3756145b372c3b0dfc9c2c21debab5c3bc87f84bfd0a45caf583974ba1806f74d595366e385b2c2a48065178f
|
||||
|
Loading…
Reference in New Issue
Block a user