0.12
This commit is contained in:
parent
7a261fea6c
commit
ba54ac1247
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/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
|
/gnome-initial-setup-0.11.tar.xz
|
||||||
|
/gnome-initial-setup-0.12.tar.xz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: gnome-initial-setup
|
Name: gnome-initial-setup
|
||||||
Version: 0.11
|
Version: 0.12
|
||||||
Release: 2%{?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.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
|
# 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
|
||||||
@ -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
|
%{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 7 2013 Matthias Clasen <mclasen@redhat.com> - 0.11-2
|
||||||
- Require polkit-js-engine
|
- Require polkit-js-engine
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user