A bit more recent Git snapshot
This commit is contained in:
parent
5bbc03fec6
commit
7b87670b2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -313,3 +313,4 @@ network-manager-applet-0.8.1.tar.bz2
|
|||||||
/NetworkManager-1.0.1.git20150429.a658561.tar.bz2
|
/NetworkManager-1.0.1.git20150429.a658561.tar.bz2
|
||||||
/NetworkManager-1.0.2.tar.xz
|
/NetworkManager-1.0.2.tar.xz
|
||||||
/NetworkManager-1.0.3.tar.bz2
|
/NetworkManager-1.0.3.tar.bz2
|
||||||
|
/NetworkManager-1.0.3.git20160624.f245b49a.tar.bz2
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
%define ppp_version %(rpm -q ppp-devel >/dev/null && rpm -q --qf '%%{version}' ppp-devel || echo -n bad)
|
%define ppp_version %(rpm -q ppp-devel >/dev/null && rpm -q --qf '%%{version}' ppp-devel || echo -n bad)
|
||||||
|
|
||||||
%define snapshot %{nil}
|
%define snapshot .git20160624
|
||||||
%define release_version 0.1.git20150618
|
%define release_version 0.1
|
||||||
%define git_sha 8cffaf3bf5
|
%define git_sha f245b49a
|
||||||
%define realversion 1.0.4
|
%define realversion 1.0.4
|
||||||
%define epoch_version 1
|
%define epoch_version 1
|
||||||
|
|
||||||
@ -80,7 +80,7 @@ Group: System Environment/Base
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/NetworkManager/
|
URL: http://www.gnome.org/projects/NetworkManager/
|
||||||
|
|
||||||
Source: NetworkManager-1.0.3.tar.bz2
|
Source: %{name}-1.0.3%{snapshot}%{git_sha_version}.tar.bz2
|
||||||
Source1: NetworkManager.conf
|
Source1: NetworkManager.conf
|
||||||
Source2: 00-server.conf
|
Source2: 00-server.conf
|
||||||
Source3: 10-ibft-plugin.conf
|
Source3: 10-ibft-plugin.conf
|
||||||
@ -683,6 +683,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 24 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.0.4-0.1.git20160624.f245b49a
|
||||||
|
- A bit more recent Git snapshot
|
||||||
|
|
||||||
* Thu Jun 18 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.0.4-0.1.git20150618.8cffaf3bf5
|
* Thu Jun 18 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.0.4-0.1.git20150618.8cffaf3bf5
|
||||||
- Update to a recent Git snapshot
|
- Update to a recent Git snapshot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user