0.11
This commit is contained in:
parent
184fbd3773
commit
a16c780341
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user