"update" to 1.8.19-0.1.20160923git90e4538

- this commit changes only version, nothing else
- we were not able to update from rc and beta versions to stable
  one in fedora rawhide
- so this is a new snapshot package which resolves it
This commit is contained in:
Radovan Sroka 2016-09-23 16:11:19 +02:00
parent a4bd4c5ee7
commit ab266a825d
3 changed files with 16 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/sudo-1.8.18rc2.tar.gz
/sudo-1.8.18rc4.tar.gz
/sudo-1.8.18.tar.gz
/sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz

View File

@ -1 +1 @@
c1201904fd9144ea5e7cd9496fcbbc64 sudo-1.8.18.tar.gz
d4cd80c6adc3224b31213bac2795d1b5 sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz

View File

@ -1,11 +1,17 @@
%global gitdate 20160923
%global gittag 90e4538c001fbe1b791a11d6a2c37607472fafe5
%global shorttag %(c=%{gittag}; echo ${c:0:7})
%global user millert
%global debug_package %{nil}
Summary: Allows restricted root access for specified users
Name: sudo
Version: 1.8.18
Release: 1%{?dist}
Version: 1.8.19
Release: 0.1.%{gitdate}git%{shorttag}%{?dist}
License: ISC
Group: Applications/System
URL: http://www.courtesan.com/sudo/
Source0: http://www.courtesan.com/sudo/dist/sudo-%{version}.tar.gz
Source0: https://github.com/%{user}/%{name}/archive/%{name}-%{gittag}.tar.gz
Source1: sudoers
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: /etc/pam.d/system-auth
@ -48,7 +54,7 @@ The %{name}-devel package contains header files developing sudo
plugins that use %{name}.
%prep
%setup -q
%setup -q -n %{name}-%{gittag}
%patch1 -p1 -b .strip
@ -192,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libexecdir}/sudo/libsudo_util.so
%changelog
* Fri Sep 23 2016 Radovan Sroka <rsroka@redhat.com> 1.8.19-0.1.20160923git90e4538
- we were not able to update from rc and beta versions to stable one
- so this is a new snapshot package which resolves it
* Wed Sep 21 2016 Radovan Sroka <rsroka@redhat.com> 1.8.18-1
- update to 1.8.18