This commit is contained in:
Matthias Clasen 2013-05-28 22:20:08 -04:00
parent 184fbd3773
commit a16c780341
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -1,16 +1,15 @@
Name: gnome-initial-setup
Version: 0.10
Version: 0.11
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.8/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/%{name}/0.11/%{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
Patch0: yelp-fixes.patch
Patch1: test-day-fixes.patch
%global nm_version 0.9
%global glib_required_version 2.29.4
@ -65,7 +64,6 @@ you through configuring it. It is integrated with gdm.
%prep
%setup -q
%patch0 -p1 -b .yelp-fixes
%patch1 -p1 -b .test-day-fixes
autoreconf -i -f
@ -111,6 +109,9 @@ userdel %{name} &>/dev/null || :
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
%changelog
* Tue May 28 2013 Matthias Clasen <mclasen@redhat.com> - 0.11-1
- Update to 0.11
* Tue May 14 2013 Rui Matos <rmatos@redhat.com> - 0.10-1
- Update to 0.10
- Add BuildRequires on polkit-devel

View File

@ -1 +1 @@
f893dd211738d2c888ca877f68bc6109 gnome-initial-setup-0.10.tar.xz
b7d1a9d6a869981bcf67b7035363ffc7 gnome-initial-setup-0.11.tar.xz