This commit is contained in:
Rui Matos 2013-06-17 10:47:49 +02:00
parent 7a261fea6c
commit ba54ac1247
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/gnome-initial-setup-0.9.tar.xz
/gnome-initial-setup-0.10.tar.xz
/gnome-initial-setup-0.11.tar.xz
/gnome-initial-setup-0.12.tar.xz

View File

@ -1,11 +1,11 @@
Name: gnome-initial-setup
Version: 0.11
Release: 2%{?dist}
Version: 0.12
Release: 1%{?dist}
Summary: Bootstrapping your OS
License: GPLv2+
URL: https://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup
Source0: http://download.gnome.org/sources/%{name}/0.11/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/%{name}/0.12/%{name}-%{version}.tar.xz
# this depends on a yelp patch that hasn't been merged upstream yet
# https://bugzilla.gnome.org/show_bug.cgi?id=687957
@ -108,6 +108,9 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
%changelog
* Mon Jun 17 2013 Rui Matos <rmatos@redhat.com> - 0.12-1
- Update to 0.12
* Fri Jun 7 2013 Matthias Clasen <mclasen@redhat.com> - 0.11-2
- Require polkit-js-engine

View File

@ -1 +1 @@
b7d1a9d6a869981bcf67b7035363ffc7 gnome-initial-setup-0.11.tar.xz
c8a3f6249ff3a12833239e4b1437e5d6 gnome-initial-setup-0.12.tar.xz