[firstboot] * Tue Jun 26 2012 Martin Gracik <mgracik at redhat.com> 18.0-1 - new package built with tito

Martin Gracik mgracik at fedoraproject.org
Tue Jun 26 07:25:02 UTC 2012


commit 5d98ced648f0a874ade5f3558a2795481c1b4d7c
Author: Martin Gracik <mgracik at redhat.com>
Date:   Tue Jun 26 09:25:05 2012 +0200

    * Tue Jun 26 2012 Martin Gracik <mgracik at redhat.com> 18.0-1
    - new package built with tito

 .gitignore     |    1 +
 firstboot.spec |   47 ++++++++++++++++++++++++++++++++++-------------
 sources        |    2 +-
 3 files changed, 36 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4759789..7873bb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,3 +80,4 @@ firstboot-1.111.tar.bz2
 /firstboot-1.116.tar.bz2
 /firstboot-16.0.tar.bz2
 /firstboot-16.1.tar.bz2
+/firstboot-18.0.tar.gz
diff --git a/firstboot.spec b/firstboot.spec
index 9680ac2..78fa4b9 100644
--- a/firstboot.spec
+++ b/firstboot.spec
@@ -3,8 +3,8 @@
 Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 16.1
-Release: 3%{?dist}
+Version: 18.0
+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.
@@ -18,11 +18,12 @@ BuildRequires: gettext
 BuildRequires: python-devel, python-setuptools-devel
 BuildRequires: systemd-units
 Requires: pygtk2, python
-Requires: setuptool, libuser-python, system-config-users, system-config-date
+Requires: setuptool, libuser-python, system-config-date
+Requires: system-config-users >= 1.2.111-1
 Requires: authconfig-gtk, python-meh
 Requires: system-config-keyboard
 Requires: python-ethtool
-Requires: cracklib-python
+Requires: python-pwquality
 Requires(post): systemd-units systemd-sysv chkconfig
 Requires(preun): systemd-units
 Requires(postun): systemd-units
@@ -57,7 +58,6 @@ if [ $1 -ne 2 -a ! -f /etc/sysconfig/firstboot ]; then
     echo "RUN_FIRSTBOOT=YES" > /etc/sysconfig/firstboot
   else
     systemctl enable firstboot-graphical.service >/dev/null 2>&1 || :
-    systemctl enable firstboot-text.service >/dev/null 2>&1 || :
   fi
 fi
 
@@ -67,24 +67,19 @@ if [ $1 = 0 ]; then
   rm -rf /usr/share/firstboot/modules/*.pyc
   /bin/systemctl --no-reload firstboot-graphical.service > /dev/null 2>&1 || :
   /bin/systemctl stop firstboot-graphical.service > /dev/null 2>&1 || :
-  /bin/systemctl --no-reload firstboot-text.service > /dev/null 2>&1 || :
-  /bin/systemctl stop firstboot-text.service > /dev/null 2>&1 || :
 fi
 
 %postun
 /bin/systemctl daemon-reload > /dev/null 2>&1 || :
 if [ $1 -ge 1 ] ; then
     /bin/systemctl try-restart firstboot-graphical.service > /dev/null 2>&1 || :
-    /bin/systemctl try-restart firstboot-text.service > /dev/null 2>&1 || :
 fi
 
 %triggerun -- firstboot < 1.117
 %{_bindir}/systemd-sysv-convert --save firstboot > /dev/null 2>&1 ||:
 /bin/systemctl enable firstboot-graphical.service > /dev/null 2>&1
-/bin/systemctl enable firstboot-text.service > /dev/null 2>&1
 /sbin/chkconfig --del firstboot > /dev/null 2>&1 || :
 /bin/systemctl try-restart firstboot-graphical.service > /dev/null 2>&1 || :
-/bin/systemctl try-restart firstboot-text.service > /dev/null 2>&1 || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -100,7 +95,6 @@ fi
 %{_datadir}/firstboot/modules/welcome.py*
 %{_datadir}/firstboot/themes/default/*
 /lib/systemd/system/firstboot-graphical.service
-/lib/systemd/system/firstboot-text.service
 %ifarch s390 s390x
 %dir %{_sysconfdir}/profile.d
 %{_sysconfdir}/profile.d/firstboot.sh
@@ -109,8 +103,35 @@ fi
 
 
 %changelog
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 16.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Tue Jun 26 2012 Martin Gracik <mgracik at redhat.com> 18.0-1
+- new package built with tito
+
+* Thu May 17 2012 Brian C. Lane <bcl at redhat.com> 17.3-1
+- Let WM place the window (#821077) (bcl)
+- Fix no modules error handling (mgracik)
+- Check if firstboot is run under root (#816628) (mgracik)
+
+* Fri Apr 20 2012 Martin Gracik <mgracik at redhat.com> 17.2-1
+- Get the dimensions of the actual monitor (#800662)
+- Add the admin user to dialout group (#771918)
+
+* Wed Apr 11 2012 Martin Gracik <mgracik at redhat.com> 17.1-1
+- Use -merge for xrdb (#808919)
+- Translation updates
+- Improve module loading (#797896)
+- Load the screens before making the sidebar
+- Use pwquality for password strength checking
+
+* Thu Mar 01 2012 Martin Gracik <mgracik at redhat.com> 17.0-1
+- Disable minimize and maximize buttons on s-c-u (#747829)
+- Change priority of create_user module (#750527)
+- Clear the user entry text fields (#736193)
+- firstboot-text.service no longer exists (#750195)
+- Do not run firstboot in text mode automatically (#737118)
+- Relabel reused home directory (#750090)
+- Do not catch exceptions from system-config-date (#737882)
+- Add a firstboot-text wrapper (#734306)
+- Translation updates (#734305)
 
 * Tue Jul 26 2011 Martin Gracik <mgracik at redhat.com> 16.1-2
 - Enable firstboot after install (#725566)
diff --git a/sources b/sources
index 4e17c77..dc21902 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa240adff3b8ea89cb07d8741c1a4cac  firstboot-16.1.tar.bz2
+620e2b630cbb737dda083b7147d50a0e  firstboot-18.0.tar.gz


More information about the scm-commits mailing list