Skip to content

Commit

Permalink
New version 0.3.100
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Jan 3, 2024
1 parent a77c566 commit 2de88af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion initial-setup.spec
Expand Up @@ -5,7 +5,7 @@ Name: initial-setup
Summary: Initial system configuration utility
URL: https://fedoraproject.org/wiki/InitialSetup
License: GPL-2.0-or-later
Version: 0.3.99
Version: 0.3.100
Release: 1%{?dist}

# This is a Red Hat maintained package which is specific to
Expand Down Expand Up @@ -156,6 +156,10 @@ rm -v %{buildroot}%{_libexecdir}/%{name}/firstboot-windowmanager
%find_lang %{name}

%changelog
* Wed Jan 03 2024 Martin Kolman <mkolman@redhat.com> - 0.3.100-1
- spec: Disable shipping the X11 backend for all but RHEL < 10 (neal)
- spec: Restructure and modernize (neal)

* Wed Jan 03 2024 Martin Kolman <mkolman@redhat.com> - 0.3.99-1
- Default initial-setup-gui GDK to X11 for all display servers (ales.astone)
- Configure a seat session for running wayland compositors (ales.astone)
Expand Down
2 changes: 1 addition & 1 deletion initial_setup/__init__.py
@@ -1,4 +1,4 @@
__version__ = "0.3.99"
__version__ = "0.3.100"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion po/initial-setup.pot
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-01-03 12:51+0100\n"
"POT-Creation-Date: 2024-01-03 18:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@
long_description = f.read()

setup(name="initial-setup",
version="0.3.99",
version="0.3.100",
author="Martin Kolman",
author_email="mkolman@redhat.com",
description='Post-installation configuration utility',
Expand Down

0 comments on commit 2de88af

Please sign in to comment.