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.8.tar.xz
|
||||||
/gnome-initial-setup-0.9.tar.xz
|
/gnome-initial-setup-0.9.tar.xz
|
||||||
/gnome-initial-setup-0.10.tar.xz
|
/gnome-initial-setup-0.10.tar.xz
|
||||||
|
/gnome-initial-setup-0.11.tar.xz
|
||||||
|
@ -1,16 +1,15 @@
|
|||||||
Name: gnome-initial-setup
|
Name: gnome-initial-setup
|
||||||
Version: 0.10
|
Version: 0.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Bootstrapping your OS
|
Summary: Bootstrapping your OS
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://live.gnome.org/GnomeOS/Design/Whiteboards/InitialSetup
|
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
|
# this depends on a yelp patch that hasn't been merged upstream yet
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=687957
|
# https://bugzilla.gnome.org/show_bug.cgi?id=687957
|
||||||
Patch0: yelp-fixes.patch
|
Patch0: yelp-fixes.patch
|
||||||
Patch1: test-day-fixes.patch
|
|
||||||
|
|
||||||
%global nm_version 0.9
|
%global nm_version 0.9
|
||||||
%global glib_required_version 2.29.4
|
%global glib_required_version 2.29.4
|
||||||
@ -65,7 +64,6 @@ you through configuring it. It is integrated with gdm.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .yelp-fixes
|
%patch0 -p1 -b .yelp-fixes
|
||||||
%patch1 -p1 -b .test-day-fixes
|
|
||||||
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
|
|
||||||
@ -111,6 +109,9 @@ userdel %{name} &>/dev/null || :
|
|||||||
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
|
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 14 2013 Rui Matos <rmatos@redhat.com> - 0.10-1
|
||||||
- Update to 0.10
|
- Update to 0.10
|
||||||
- Add BuildRequires on polkit-devel
|
- Add BuildRequires on polkit-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user