Update to 3.14.0
This commit is contained in:
parent
4cec86a2d2
commit
4f89fc8273
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
|||||||
/gnome-initial-setup-3.13.5.tar.xz
|
/gnome-initial-setup-3.13.5.tar.xz
|
||||||
/gnome-initial-setup-3.13.6.tar.xz
|
/gnome-initial-setup-3.13.6.tar.xz
|
||||||
/gnome-initial-setup-3.13.7.tar.xz
|
/gnome-initial-setup-3.13.7.tar.xz
|
||||||
|
/gnome-initial-setup-3.14.0.tar.xz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
Name: gnome-initial-setup
|
Name: gnome-initial-setup
|
||||||
Version: 3.13.7
|
Version: 3.14.0
|
||||||
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}/3.13/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/3.14/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
%global nm_version 0.9.6.4
|
%global nm_version 0.9.6.4
|
||||||
%global glib_required_version 2.36.0
|
%global glib_required_version 2.36.0
|
||||||
@ -99,6 +99,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
|
||||||
|
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
||||||
|
- Update to 3.14.0
|
||||||
|
|
||||||
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-1
|
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.7-1
|
||||||
- Update to 3.13.7
|
- Update to 3.13.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user