Rebase to 1.0.9 (rhbz#1018603)

- Fixes ssh -Y failure from remote GDM session (rhbz#505545)
This commit is contained in:
Hans de Goede 2014-07-03 16:29:09 +02:00
parent be250cffa2
commit 51b7ac8002
3 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
xauth-1.0.2.tar.bz2
/xauth-1.0.6.tar.bz2
/xauth-1.0.7.tar.bz2
/xauth-1.0.9.tar.bz2

View File

@ -1 +1 @@
cbcbd8f2156a53b609800bec4c6b6c0e xauth-1.0.7.tar.bz2
7d6003f32838d5b688e2c8a131083271 xauth-1.0.9.tar.bz2

View File

@ -2,8 +2,8 @@
Summary: X.Org X11 X authority utilities
Name: xorg-x11-%{pkgname}
Version: 1.0.7
Release: 5%{?dist}
Version: 1.0.9
Release: 1%{?dist}
# NOTE: Remove Epoch line if package gets renamed
Epoch: 1
License: MIT
@ -17,6 +17,7 @@ BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXext-devel
BuildRequires: libXmu-devel
BuildRequires: cmdtest
Provides: xauth
@ -32,21 +33,22 @@ used in connecting to an X server.
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%make_install
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%check
make check
%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/xauth
#%dir %{_mandir}/man1x
%{_mandir}/man1/xauth.1*
%changelog
* Thu Jul 3 2014 Hans de Goede <hdegoede@redhat.com> - 1:1.0.9-1
- Rebase to 1.0.9 (rhbz#1018603)
- Fixes ssh -Y failure from remote GDM session (rhbz#505545)
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild