update to r4123 (#617973)
add perl requires to -server subpkg (#619791) Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
e639a619f2
commit
711f34705e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
tigervnc-1.0.90-20100721svn4113.tar.bz2
|
tigervnc-1.0.90-20100721svn4113.tar.bz2
|
||||||
|
/tigervnc-1.0.90-20100813svn4123.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
69c639b4c65420f00d6164ec0ce60e01 tigervnc-1.0.90-20100721svn4113.tar.bz2
|
f50b25ddfd9e822ea8fcaf3adcfa775c tigervnc-1.0.90-20100813svn4123.tar.bz2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define snap 20100721svn4113
|
%define snap 20100813svn4123
|
||||||
|
|
||||||
Name: tigervnc
|
Name: tigervnc
|
||||||
Version: 1.0.90
|
Version: 1.0.90
|
||||||
Release: 0.17.%{snap}%{?dist}
|
Release: 0.18.%{snap}%{?dist}
|
||||||
Summary: A TigerVNC remote display system
|
Summary: A TigerVNC remote display system
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -62,6 +62,7 @@ Requires(post): chkconfig
|
|||||||
Requires(preun):chkconfig
|
Requires(preun):chkconfig
|
||||||
Requires(preun):initscripts
|
Requires(preun):initscripts
|
||||||
Requires(postun):initscripts
|
Requires(postun):initscripts
|
||||||
|
Requires: perl
|
||||||
|
|
||||||
# Check you don't reintroduce #498184 again
|
# Check you don't reintroduce #498184 again
|
||||||
Requires: xorg-x11-fonts-misc
|
Requires: xorg-x11-fonts-misc
|
||||||
@ -268,6 +269,10 @@ fi
|
|||||||
%{_datadir}/vnc/classes/*
|
%{_datadir}/vnc/classes/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.18.20100813svn4123
|
||||||
|
- update to r4123 (#617973)
|
||||||
|
- add perl requires to -server subpkg (#619791)
|
||||||
|
|
||||||
* Thu Jul 22 2010 Adam Tkac <atkac redhat com> 1.0.90-0.17.20100721svn4113
|
* Thu Jul 22 2010 Adam Tkac <atkac redhat com> 1.0.90-0.17.20100721svn4113
|
||||||
- update to r4113
|
- update to r4113
|
||||||
- patches merged
|
- patches merged
|
||||||
|
Loading…
Reference in New Issue
Block a user