"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:
parent
a4bd4c5ee7
commit
ab266a825d
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/sudo-1.8.18rc2.tar.gz
|
/sudo-1.8.18rc2.tar.gz
|
||||||
/sudo-1.8.18rc4.tar.gz
|
/sudo-1.8.18rc4.tar.gz
|
||||||
/sudo-1.8.18.tar.gz
|
/sudo-1.8.18.tar.gz
|
||||||
|
/sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
c1201904fd9144ea5e7cd9496fcbbc64 sudo-1.8.18.tar.gz
|
d4cd80c6adc3224b31213bac2795d1b5 sudo-90e4538c001fbe1b791a11d6a2c37607472fafe5.tar.gz
|
||||||
|
18
sudo.spec
18
sudo.spec
@ -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
|
Summary: Allows restricted root access for specified users
|
||||||
Name: sudo
|
Name: sudo
|
||||||
Version: 1.8.18
|
Version: 1.8.19
|
||||||
Release: 1%{?dist}
|
Release: 0.1.%{gitdate}git%{shorttag}%{?dist}
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.courtesan.com/sudo/
|
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
|
Source1: sudoers
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: /etc/pam.d/system-auth
|
Requires: /etc/pam.d/system-auth
|
||||||
@ -48,7 +54,7 @@ The %{name}-devel package contains header files developing sudo
|
|||||||
plugins that use %{name}.
|
plugins that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{gittag}
|
||||||
|
|
||||||
%patch1 -p1 -b .strip
|
%patch1 -p1 -b .strip
|
||||||
|
|
||||||
@ -192,6 +198,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libexecdir}/sudo/libsudo_util.so
|
%{_libexecdir}/sudo/libsudo_util.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 21 2016 Radovan Sroka <rsroka@redhat.com> 1.8.18-1
|
||||||
- update to 1.8.18
|
- update to 1.8.18
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user