new version
- Remove system root from DBus calls (vponcova) - Correct the name for libreport Python3 require (mkutlak)
This commit is contained in:
parent
da06cbf432
commit
b8fac513c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
|||||||
/initial-setup-0.3.70.tar.gz
|
/initial-setup-0.3.70.tar.gz
|
||||||
/initial-setup-0.3.71.tar.gz
|
/initial-setup-0.3.71.tar.gz
|
||||||
/initial-setup-0.3.72.tar.gz
|
/initial-setup-0.3.72.tar.gz
|
||||||
|
/initial-setup-0.3.73.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
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.72
|
Version: 0.3.73
|
||||||
Release: 2%{?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
|
||||||
# our distribution.
|
# our distribution.
|
||||||
@ -33,7 +33,7 @@ Requires: systemd >= 235
|
|||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
Requires: libreport-python3
|
Requires: python3-libreport
|
||||||
Requires: util-linux
|
Requires: util-linux
|
||||||
Conflicts: firstboot < 19.2
|
Conflicts: firstboot < 19.2
|
||||||
|
|
||||||
@ -163,8 +163,9 @@ fi
|
|||||||
%{python3_sitelib}/initial_setup/gui/*
|
%{python3_sitelib}/initial_setup/gui/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.72-2
|
* Wed Jul 31 2019 Martin Kolman <mkolman@redhat.com> - 0.3.73-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Remove system root from DBus calls (vponcova)
|
||||||
|
- Correct the name for libreport Python3 require (mkutlak)
|
||||||
|
|
||||||
* Thu Jun 20 2019 Martin Kolman <mkolman@redhat.com> - 0.3.72-1
|
* Thu Jun 20 2019 Martin Kolman <mkolman@redhat.com> - 0.3.72-1
|
||||||
- Set physical and system roots in the configuration file (vponcova)
|
- Set physical and system roots in the configuration file (vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (initial-setup-0.3.72.tar.gz) = a42ffd0d5dd2033ae31e4bcb297832960565d50bf532a833727f07ef672983a4c063bd13b855620699ff0f09a4d518c88321e3e7348ddde566c2ffaa35464bce
|
SHA512 (initial-setup-0.3.73.tar.gz) = d1a659e90064958bd762fe16d277f44c5ee369b4cdaf8e8ec523a9c1ff557c1e331c68ba673c1f2ff1d8f7e9d873ca5f9970fa8135aaadab4105c2b6884cd4b4
|
||||||
|
Loading…
Reference in New Issue
Block a user