2009-08-14 18:01:35 +00:00
|
|
|
Summary: Open source remote desktop protocol (RDP) server
|
|
|
|
Name: xrdp
|
2015-07-15 19:52:27 +00:00
|
|
|
Epoch: 1
|
2015-07-15 17:34:45 +00:00
|
|
|
Version: 0.9.0
|
2015-07-17 01:05:01 +00:00
|
|
|
Release: 3%{?dist}
|
2014-09-10 00:16:42 +00:00
|
|
|
License: GPLv2+ with exceptions
|
2009-08-14 18:01:35 +00:00
|
|
|
Group: Applications/Internet
|
2014-09-10 00:16:46 +00:00
|
|
|
URL: http://xrdp.sourceforge.net/
|
2015-07-15 17:34:45 +00:00
|
|
|
Source0: http://sourceforge.net/projects/xrdp/files/xrdp/%{version}/xrdp-%{version}.tar.gz
|
|
|
|
Source1: xrdp-sesman.pamd
|
|
|
|
Source2: xrdp.sysconfig
|
|
|
|
Source3: xrdp.logrotate
|
2009-08-14 18:01:35 +00:00
|
|
|
|
2015-07-17 01:02:42 +00:00
|
|
|
Patch0: xrdp-0.9.0-sesman.patch
|
|
|
|
Patch1: xrdp-0.9.0-service.patch
|
|
|
|
|
2012-02-04 23:36:33 +00:00
|
|
|
BuildRequires: pam-devel
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: libtool
|
|
|
|
Buildrequires: libX11-devel
|
|
|
|
BuildRequires: libXfixes-devel
|
2015-07-15 17:34:45 +00:00
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: systemd
|
|
|
|
|
2009-08-14 18:01:35 +00:00
|
|
|
|
|
|
|
#vnc-server provides Xvnc (tigervnc-server in fedora)
|
2010-10-04 05:21:37 +00:00
|
|
|
Requires: tigervnc-server-minimal
|
2009-08-14 18:01:35 +00:00
|
|
|
|
2015-07-15 17:34:45 +00:00
|
|
|
Requires(post): systemd
|
2012-02-04 23:36:33 +00:00
|
|
|
Requires(post): systemd-sysv
|
2015-07-15 17:34:45 +00:00
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
|
|
|
|
2009-08-14 18:01:35 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
The goal of this project is to provide a fully functional Linux terminal
|
|
|
|
server, capable of accepting connections from rdesktop and Microsoft's own
|
|
|
|
terminal server / remote desktop clients.
|
|
|
|
|
|
|
|
%prep
|
2015-07-15 17:34:45 +00:00
|
|
|
%setup -q -n %{name}-%{version}
|
2015-07-17 01:02:42 +00:00
|
|
|
%patch0 -p1 -b .sesman
|
|
|
|
%patch1 -p1 -b .service
|
|
|
|
|
|
|
|
# never hardcode rpaths
|
|
|
|
%{__sed} -i -e 's/^\(AM_CONDITIONAL(GOT_PREFIX,\).*$/\1 false)/' configure.ac
|
2009-08-14 18:01:35 +00:00
|
|
|
|
|
|
|
# remove unused modules from xrdp login combobox
|
2015-07-15 17:34:45 +00:00
|
|
|
%{__sed} -i -e '/\[xrdp1\]/,$d' xrdp/xrdp.ini
|
|
|
|
|
|
|
|
echo "
|
|
|
|
[xrdp1]
|
|
|
|
name=sesman-Xvnc
|
|
|
|
lib=libvnc.so
|
|
|
|
username=ask
|
|
|
|
password=ask
|
|
|
|
ip=127.0.0.1
|
|
|
|
port=-1
|
|
|
|
delay_ms=2000
|
|
|
|
" >> xrdp/xrdp.ini
|
2009-08-14 18:01:35 +00:00
|
|
|
|
2009-09-04 22:27:40 +00:00
|
|
|
#Low is 40 bit key and everything from client to server is encrypted.
|
|
|
|
#Medium is 40 bit key, everything both ways is encrypted.
|
|
|
|
#High is 128 bit key everything both ways is encrypted.
|
|
|
|
|
|
|
|
# increase encryption to 128 bit's
|
|
|
|
%{__sed} -i 's/crypt_level=low/crypt_level=high/g' xrdp/xrdp.ini
|
|
|
|
|
2012-05-24 01:45:59 +00:00
|
|
|
# create 'bash -l' based startwm, to pick up PATH etc.
|
|
|
|
echo '#!/bin/bash -l
|
|
|
|
. %{_sysconfdir}/xrdp/startwm.sh' > sesman/startwm-bash.sh
|
|
|
|
|
2009-08-14 18:01:35 +00:00
|
|
|
%build
|
|
|
|
./bootstrap
|
|
|
|
|
2015-07-15 17:34:45 +00:00
|
|
|
%configure --enable-ipv6
|
2009-08-14 18:01:35 +00:00
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
%{__rm} -rf %{buildroot}
|
|
|
|
%{__make} install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
#remove .la and .a files
|
|
|
|
find %{buildroot} -name '*.a' -exec rm {} \;
|
|
|
|
find %{buildroot} -name '*.la' -exec rm {} \;
|
|
|
|
|
|
|
|
#install sesman pam config /etc/pam.d/xrdp-sesman
|
2015-07-15 17:34:45 +00:00
|
|
|
%{__install} -Dp -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/xrdp-sesman
|
2009-08-14 18:01:35 +00:00
|
|
|
|
|
|
|
#install xrdp sysconfig /etc/sysconfig/xrdp
|
2015-07-15 17:34:45 +00:00
|
|
|
%{__install} -Dp -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/xrdp
|
2009-08-14 18:01:35 +00:00
|
|
|
|
|
|
|
#install logrotate /etc/logrotate.d/xrdp
|
2015-07-15 17:34:45 +00:00
|
|
|
%{__install} -Dp -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/logrotate.d/xrdp
|
2009-08-14 18:01:35 +00:00
|
|
|
|
|
|
|
#install log file /var/log/xrdp-sesman.log
|
|
|
|
%{__mkdir} -p %{buildroot}%{_localstatedir}/log/
|
|
|
|
touch %{buildroot}%{_localstatedir}/log/xrdp-sesman.log
|
|
|
|
|
2012-05-24 01:45:59 +00:00
|
|
|
#install 'bash -l' startwm script
|
|
|
|
%{__install} -Dp -m 755 sesman/startwm-bash.sh %{buildroot}%{_sysconfdir}/xrdp/startwm-bash.sh
|
|
|
|
|
2015-07-15 17:34:45 +00:00
|
|
|
#rsakeys.ini
|
|
|
|
touch %{buildroot}%{_sysconfdir}/xrdp/rsakeys.ini
|
|
|
|
%{__chmod} 0600 %{buildroot}%{_sysconfdir}/xrdp/rsakeys.ini
|
|
|
|
|
2009-08-14 18:01:35 +00:00
|
|
|
|
|
|
|
%post
|
2014-12-07 20:47:55 +00:00
|
|
|
%systemd_post xrdp.service
|
2009-08-14 18:01:35 +00:00
|
|
|
|
2015-07-15 17:34:45 +00:00
|
|
|
xrdp-keygen xrdp %{_sysconfdir}/xrdp/rsakeys.ini > /dev/null
|
|
|
|
%{__chmod} 0600 %{_sysconfdir}/xrdp/rsakeys.ini
|
|
|
|
|
2012-02-04 23:36:33 +00:00
|
|
|
%preun
|
2014-12-07 20:47:55 +00:00
|
|
|
%systemd_preun xrdp.service
|
2009-08-14 18:01:35 +00:00
|
|
|
|
|
|
|
%postun
|
2015-07-15 17:34:45 +00:00
|
|
|
%systemd_postun_with_restart xrdp.service
|
2009-08-14 18:01:35 +00:00
|
|
|
|
2012-02-04 23:36:33 +00:00
|
|
|
%triggerun -- xrdp < 0.6.0-1
|
2014-12-07 21:16:48 +00:00
|
|
|
systemd-sysv-convert --save xrdp >/dev/null 2>&1 ||:
|
2012-02-04 23:36:33 +00:00
|
|
|
|
|
|
|
# If the package is allowed to autostart:
|
2014-12-07 21:16:48 +00:00
|
|
|
systemctl preset xrdp.service >/dev/null 2>&1 ||:
|
2012-02-04 23:36:33 +00:00
|
|
|
|
|
|
|
# Run these because the SysV package being removed won't do them
|
|
|
|
/sbin/chkconfig --del xrdp >/dev/null 2>&1 || :
|
2014-12-07 21:16:48 +00:00
|
|
|
if [ "`systemctl is-active xrdp.service`" = 'active' ]; then
|
|
|
|
systemctl stop xrdp.service >/dev/null 2>&1 || :
|
|
|
|
systemctl start xrdp.service >/dev/null 2>&1 || :
|
2012-05-28 00:32:55 +00:00
|
|
|
fi
|
2009-08-14 18:01:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc COPYING *.txt
|
|
|
|
%dir %{_libdir}/xrdp
|
|
|
|
%dir %{_sysconfdir}/xrdp
|
|
|
|
%dir %{_datadir}/xrdp
|
|
|
|
%config(noreplace) %{_sysconfdir}/xrdp/xrdp.ini
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/xrdp-sesman
|
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/xrdp
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/xrdp
|
2015-07-15 17:34:45 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/xrdp/sesman.ini
|
2009-08-14 18:01:35 +00:00
|
|
|
%{_sysconfdir}/xrdp/*.sh
|
2010-03-18 14:59:55 +00:00
|
|
|
%{_sysconfdir}/xrdp/km*.ini
|
2015-07-15 17:34:45 +00:00
|
|
|
%{_sysconfdir}/xrdp/xrdp_keyboard.ini
|
2010-03-18 14:59:55 +00:00
|
|
|
%{_bindir}/xrdp-genkeymap
|
2009-08-14 18:01:35 +00:00
|
|
|
%{_bindir}/xrdp-sesadmin
|
|
|
|
%{_bindir}/xrdp-keygen
|
|
|
|
%{_bindir}/xrdp-sesrun
|
2015-07-15 17:34:45 +00:00
|
|
|
# %{_bindir}/xrdp-sestest
|
2014-04-01 06:27:44 +00:00
|
|
|
%{_bindir}/xrdp-dis
|
2009-08-14 18:01:35 +00:00
|
|
|
%{_sbindir}/xrdp-chansrv
|
|
|
|
%{_sbindir}/xrdp
|
|
|
|
%{_sbindir}/xrdp-sesman
|
|
|
|
%{_sbindir}/xrdp-sessvc
|
|
|
|
%{_datadir}/xrdp/ad256.bmp
|
|
|
|
%{_datadir}/xrdp/cursor0.cur
|
|
|
|
%{_datadir}/xrdp/cursor1.cur
|
|
|
|
%{_datadir}/xrdp/xrdp256.bmp
|
|
|
|
%{_datadir}/xrdp/sans-10.fv1
|
2010-03-18 14:59:55 +00:00
|
|
|
%{_datadir}/xrdp/ad24b.bmp
|
|
|
|
%{_datadir}/xrdp/xrdp24b.bmp
|
2015-07-15 17:34:45 +00:00
|
|
|
%{_datadir}/xrdp/xrdp_logo.bmp
|
2009-08-14 18:01:35 +00:00
|
|
|
%{_mandir}/man5/*
|
|
|
|
%{_mandir}/man8/*
|
2015-07-15 17:34:45 +00:00
|
|
|
%{_mandir}/man1/*
|
2009-08-14 18:01:35 +00:00
|
|
|
%{_libdir}/xrdp/lib*.so.*
|
|
|
|
%{_libdir}/xrdp/libcommon.so
|
|
|
|
%{_libdir}/xrdp/libmc.so
|
|
|
|
%{_libdir}/xrdp/librdp.so
|
|
|
|
%{_libdir}/xrdp/libscp.so
|
|
|
|
%{_libdir}/xrdp/libvnc.so
|
|
|
|
%{_libdir}/xrdp/libxrdp.so
|
|
|
|
%{_libdir}/xrdp/libxup.so
|
2015-07-15 17:34:45 +00:00
|
|
|
%{_libdir}/xrdp/libxrdpapi.so
|
|
|
|
%{_sysconfdir}/xrdp/pulse/default.pa
|
|
|
|
%{_unitdir}/xrdp-sesman.service
|
|
|
|
%{_unitdir}/xrdp.service
|
|
|
|
|
|
|
|
|
2012-02-04 23:36:33 +00:00
|
|
|
|
2009-08-14 18:01:35 +00:00
|
|
|
%ghost %{_localstatedir}/log/xrdp-sesman.log
|
|
|
|
%attr(0600,root,root) %verify(not size md5 mtime) %{_sysconfdir}/xrdp/rsakeys.ini
|
|
|
|
|
|
|
|
%changelog
|
2015-07-17 01:05:01 +00:00
|
|
|
* Fri Jul 17 2015 Bojan Smojver <bojan@rexursive.com> - 1:0.9.0-3
|
|
|
|
- service files fixes and dependencies
|
|
|
|
- sesman default configuration
|
|
|
|
|
2015-07-17 01:09:44 +00:00
|
|
|
* Wed Jul 15 2015 Dan Horák <dan[at]danny.cz> - 1:0.9.0-2
|
2015-07-15 19:52:27 +00:00
|
|
|
- install epoch back to keep clean upgrade path
|
|
|
|
|
2015-07-15 17:34:45 +00:00
|
|
|
* Tue Jul 14 2015 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.9.0-1
|
|
|
|
- upgrade to 0.9.0
|
|
|
|
|
2015-06-19 04:25:52 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.6.1-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-04 06:29:32 +00:00
|
|
|
* Thu Jun 4 2015 Bojan Smojver <bojan@rexursive.com> - 1:0.6.1-10
|
|
|
|
- remove -ac from X server calls: bug #1105202
|
|
|
|
- put other sesman.ini changes into a patch
|
|
|
|
|
2015-05-15 05:27:00 +00:00
|
|
|
* Fri May 15 2015 Bojan Smojver <bojan@rexursive.com> - 1:0.6.1-9
|
|
|
|
- hopefully better service dependencies
|
|
|
|
|
2015-04-23 06:54:46 +00:00
|
|
|
* Thu Apr 23 2015 Dan Horák <dan[at]danny.cz> - 1:0.6.1-8
|
|
|
|
- fix upgrade path after the 0.8 bump in 2014-09 by adding Epoch
|
|
|
|
|
2014-12-22 07:11:55 +00:00
|
|
|
* Mon Dec 22 2014 Bojan Smojver <bojan@rexursive.com> - 0.6.1-7
|
|
|
|
- add a delay loop when connecting to VNC back end
|
|
|
|
|
2014-12-07 20:47:55 +00:00
|
|
|
* Mon Dec 8 2014 Bojan Smojver <bojan@rexursive.com> - 0.6.1-6
|
|
|
|
- use systemd rpm macros: bug #850374
|
|
|
|
|
2014-08-21 17:55:27 +00:00
|
|
|
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 0.6.1-5
|
|
|
|
- Rebuild for rpm bug 1131960
|
|
|
|
|
2014-08-18 10:54:45 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-08 06:48:12 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-01 07:57:56 +00:00
|
|
|
* Tue Apr 1 2014 Bojan Smojver <bojan@rexursive.com> - 0.6.1-2
|
2014-04-01 06:32:06 +00:00
|
|
|
- try a bump to official 0.6.1
|
2014-04-01 06:57:00 +00:00
|
|
|
- provide format for syslog() call
|
2014-04-01 07:57:56 +00:00
|
|
|
- fix memset() call
|
2014-04-01 08:14:30 +00:00
|
|
|
- fix implicit declarations
|
2014-04-01 06:32:06 +00:00
|
|
|
|
2013-08-04 09:12:27 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-0.8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-01-29 11:42:16 +00:00
|
|
|
* Tue Jan 29 2013 Dan Horák <dan[at]danny.cz> - 0.6.0-0.7
|
|
|
|
- fix check for big endian arches (#905411)
|
|
|
|
|
2012-07-22 07:12:34 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-0.6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-05-28 00:05:27 +00:00
|
|
|
* Mon May 28 2012 Bojan Smojver <bojan@rexursive.com> - 0.6.0-0.5
|
|
|
|
- bind xrdp-sesman.service to xrdp.service, so that restarts work
|
|
|
|
- do not use forking style, but run services in the foreground instead
|
|
|
|
- dispense with ExecStop, systemd will do that for us
|
|
|
|
|
2012-05-26 01:59:38 +00:00
|
|
|
* Sat May 26 2012 Bojan Smojver <bojan@rexursive.com> - 0.6.0-0.4
|
|
|
|
- do explicit stop/start in order to get xrdp-sesman.service up too
|
|
|
|
|
2012-05-25 22:53:12 +00:00
|
|
|
* Sat May 26 2012 Bojan Smojver <bojan@rexursive.com> - 0.6.0-0.3
|
|
|
|
- also attempt to restart xrdp-sesman.service (just xrdp.service won't do it)
|
|
|
|
- stop xrdp-sesman.service when not needed by xrdp.service
|
|
|
|
|
2012-05-25 07:16:08 +00:00
|
|
|
* Fri May 25 2012 Bojan Smojver <bojan@rexursive.com> - 0.6.0-0.2
|
|
|
|
- bump release for rebuild with the correct e-mail address
|
|
|
|
|
2012-05-25 07:08:06 +00:00
|
|
|
* Fri May 25 2012 Bojan Smojver <bojan@rexursive.com> - 0.6.0-0.1
|
2012-05-25 06:48:00 +00:00
|
|
|
- more work on systemd support
|
|
|
|
- remove xrdp-dis for now, current HEAD is broken (explicit rpaths)
|
|
|
|
|
2012-05-24 01:45:59 +00:00
|
|
|
* Wed May 23 2012 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.6.0-0.1
|
|
|
|
- include patch's from Bojan Smojver bz#821569 , bz#611669
|
2012-02-04 23:36:33 +00:00
|
|
|
|
2012-05-25 06:48:00 +00:00
|
|
|
* Sat Feb 04 2012 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.16
|
|
|
|
- add support for systemd
|
|
|
|
|
2012-01-14 09:17:50 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-0.15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-08 06:53:32 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-0.14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-18 03:58:50 +00:00
|
|
|
* Thu Nov 18 2010 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.13
|
|
|
|
- up to git tag a9cfc235211a49c69c3cce3f98ee5976ff8103a4
|
|
|
|
|
2010-11-18 02:36:13 +00:00
|
|
|
* Thu Nov 18 2010 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.12.03172010
|
|
|
|
- fix logrotate to not restart xrdp and drop all open connections
|
|
|
|
|
2010-10-04 05:21:37 +00:00
|
|
|
* Mon Oct 04 2010 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.11.03172010
|
|
|
|
- Load a default keymap when current keymap doesnt exist
|
|
|
|
|
2010-07-09 01:08:12 +00:00
|
|
|
* Thu Jul 08 2010 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.10.03172010
|
|
|
|
- fix rhbz #611669 (load environment variables)
|
|
|
|
|
2010-03-18 17:31:36 +00:00
|
|
|
* Thu Mar 18 2010 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.9.03172010
|
|
|
|
- buildrequires libXfixes-devel
|
|
|
|
|
2010-03-18 15:26:39 +00:00
|
|
|
* Thu Mar 18 2010 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.8.03172010
|
|
|
|
- buildrequires libX11-devel
|
|
|
|
|
2010-03-18 14:59:55 +00:00
|
|
|
* Thu Mar 18 2010 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.7.03172010
|
|
|
|
- sync with last xrdp cvs
|
|
|
|
|
2009-09-16 19:34:00 +00:00
|
|
|
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 0.5.0-0.6.20090811cvs
|
|
|
|
- use password-auth instead of system-auth
|
|
|
|
|
2009-09-08 16:06:52 +00:00
|
|
|
* Tue Sep 08 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.5.20090811cvs
|
|
|
|
- fix xrdp-sesman pam.d to uses system-auth
|
|
|
|
|
2009-09-04 22:27:40 +00:00
|
|
|
* Fri Sep 04 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.4.20090811cvs
|
|
|
|
- increase encryption to 128 bit's
|
|
|
|
- include system-auth into /etc/pam.d/xrdp-sesman
|
|
|
|
|
2009-08-26 15:22:56 +00:00
|
|
|
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 0.5.0-0.3.20090811cvs
|
|
|
|
- rebuild with new openssl
|
|
|
|
|
2009-08-14 18:01:35 +00:00
|
|
|
* Thu Aug 13 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.2.20090811cvs
|
|
|
|
- more changes to spec file https://bugzilla.redhat.com/show_bug.cgi?id=516364#c10
|
|
|
|
|
|
|
|
* Wed Aug 12 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-0.1.20090811cvs
|
|
|
|
- change versioning schema
|
|
|
|
- improve initscript
|
|
|
|
- fix some macros
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 11 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.5.0-2.20090811cvs
|
|
|
|
- changes from BZ#516364 comment 2 from Mamoru Tasaka
|
|
|
|
- changed license to "GPLv2+ with exceptions"
|
|
|
|
- dropped -libs subpackage
|
|
|
|
- use cvs version
|
|
|
|
- remove a patch and use sed instead
|
|
|
|
- remove attr's
|
|
|
|
|
|
|
|
* Thu Apr 02 2009 Itamar Reis Peixoto <itamar@ispbrasil.com.br> 0.5.0-1
|
|
|
|
- Initial RPM release
|