new version
- Use getty-pre.target to prevent getty from running (mkolman)
This commit is contained in:
parent
697768ad63
commit
19f0962733
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@
|
||||
/initial-setup-0.3.49.tar.gz
|
||||
/initial-setup-0.3.50.tar.gz
|
||||
/initial-setup-0.3.51.tar.gz
|
||||
/initial-setup-0.3.52.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Initial system configuration utility
|
||||
Name: initial-setup
|
||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||
Version: 0.3.51
|
||||
Version: 0.3.52
|
||||
Release: 1%{?dist}
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
@ -29,6 +29,7 @@ BuildRequires: intltool
|
||||
|
||||
Requires: python3
|
||||
Requires: anaconda-tui >= %{anacondaver}
|
||||
Requires: systemd >= 235
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
@ -157,6 +158,9 @@ fi
|
||||
%{python3_sitelib}/initial_setup/gui/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 29 2017 Martin Kolman <mkolman@redhat.com> - 0.3.52-1
|
||||
- Use getty-pre.target to prevent getty from running (mkolman)
|
||||
|
||||
* Thu Oct 05 2017 Martin Kolman <mkolman@redhat.com> - 0.3.51-1
|
||||
- Don't print directory changes when outputting the changelog (mkolman)
|
||||
- Automate release creation (mkolman)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (initial-setup-0.3.51.tar.gz) = ee6456fabb64f5870cb289d583eca22d8ad3f02889e7194f77e4614ab2a34884d39a08ac18cd8b9bc2e3ecfa2c088b32b143de59f1ffb8f432029095b3235e3a
|
||||
SHA512 (initial-setup-0.3.52.tar.gz) = 6333b7378d091e55abdb8bf09d5c0a1d015b8751aa9b142506ff93ad0ec7b8ee139a1dbe0cb9d02ccda52ca18091a9d0b495b86500f78f173a3a12a3714a3f2e
|
||||
|
Loading…
Reference in New Issue
Block a user