diff --git a/.gitignore b/.gitignore index 53b107f..b15f112 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ firstboot-1.111.tar.bz2 /firstboot-18.0.tar.gz /firstboot-18.1.tar.gz /firstboot-18.2.tar.gz +/firstboot-18.3.tar.gz diff --git a/firstboot-18.2-dm.patch b/firstboot-18.2-dm.patch deleted file mode 100644 index 209e84d..0000000 --- a/firstboot-18.2-dm.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- firstboot-18.2/systemd/firstboot-graphical.service 2012-08-23 17:28:54.000000000 -0700 -+++ firstboot-18.2/systemd/firstboot-graphical.service.new 2012-08-31 17:29:18.427849214 -0700 -@@ -1,7 +1,7 @@ - [Unit] - Description=firstboot configuration program (graphical mode) - After=livesys.service plymouth-quit.service --Before=prefdm.service getty@tty1.service -+Before=display-manager.service getty@tty1.service - Conflicts=plymouth-quit.service - - [Service] diff --git a/firstboot.spec b/firstboot.spec index 04191f6..e0ad388 100644 --- a/firstboot.spec +++ b/firstboot.spec @@ -3,14 +3,12 @@ Summary: Initial system configuration utility Name: firstboot URL: http://fedoraproject.org/wiki/FirstBoot -Version: 18.2 -Release: 2%{?dist} +Version: 18.3 +Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. Source0: %{name}-%{version}.tar.gz -# Adjust prefdm.service to display-manager.service in systemd service -Patch0: firstboot-18.2-dm.patch License: GPLv2+ Group: System Environment/Base @@ -42,7 +40,6 @@ a series of steps that allows for easier configuration of the machine. %prep %setup -q -%patch0 -p1 %build @@ -107,6 +104,11 @@ fi %changelog +* Wed Sep 12 2012 Martin Sivak 18.3-1 +- patch systemd service to refer to display-manager.service + not prefdm.service (awilliam@redhat.com) +- Make the created user administrator by default (#856194) + * Fri Aug 31 2012 Adam Williamson 18.2-2 - patch systemd service to refer to display-manager.service not prefdm.service (will be 'upstreamed' shortly) diff --git a/sources b/sources index 5727ecd..37da3f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6362c7f62aad83337664447ec66323b3 firstboot-18.2.tar.gz +c64ec40a8707fa23ec2fb6ce02887ae7 firstboot-18.3.tar.gz