Commit Graph

144 Commits

Author SHA1 Message Date
Ondrej Holy 6b56a695cd Add missing epoch in Provides statement
The rpmdiff tool notified me on changes in Provides statement, although
it is expected that Provides is updated with each new version. Then
I realized that the epoch is missing in the following statement:

Provides:       xfreerdp = %{version}-%{release}

Let's add the missing epoch there as it is already in other Provides
statements in this spec file.
2020-04-20 10:14:49 +02:00
Simone Caronni 1ec660187c Update sources 2020-02-07 18:04:29 +01:00
Simone Caronni 262c8fa500 Update to latest snapshot 2020-02-07 17:59:44 +01:00
Fedora Release Engineering 7391ef31f7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-28 18:59:45 +00:00
Pete Walter 8833d50fd7 Rebuild for ICU 65 2019-11-01 16:07:19 +00:00
Simone Caronni 94d7565b3c Add new dependency 2019-08-20 15:05:25 +02:00
Simone Caronni 364155bda3 Update to latest snapshot 2019-08-20 14:58:13 +02:00
Fedora Release Engineering c515ad3429 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-25 01:02:11 +00:00
Simone Caronni 87bcd5cabd Update to latest snapshot 2019-07-21 15:29:34 +02:00
Simone Caronni c53e860c5f Update to latest snapshot 2019-05-18 14:58:15 +02:00
Felipe Borges 38fe6956dc Avoid including compression format in man page globs
The recommendation in the Fedora packaging guidelines is to have:

%{_mandir}/man1/<command>.1*

which is more robust against future changes to the RPM scripts to
use different compression.
2019-04-03 08:18:14 +00:00
Simone Caronni 8507189141 Fix for GFX color depth (Windows 10) 2019-03-06 07:01:49 +01:00
Simone Caronni ff3abd148b Update to latest snapshot post rc4 - CVE-2018-1000852 (#1661642) 2019-02-28 16:31:36 +01:00
Fedora Release Engineering ee1adde2bc - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-01-31 20:10:06 +00:00
Igor Gnatenko a9f5a73409
Remove obsolete ldconfig scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2019-01-22 18:38:58 +01:00
Ondrej Holy 97f30742af Fix version of freerdp-libwinpr obsoletes
freerdp-libwinpr obsoletes uses dynamic value, but it should be static.
Let's use the static value based on the commit 064a4594, which introduced
this change. See the following guidelines:
https://fedoraproject.org/wiki/Packaging:Guidelines#Renaming.2FReplacing_Existing_Packages
2018-12-03 18:43:15 +01:00
Ondrej Holy 98e7e5d51d Update to 2.0.0-rc4
Update to the latest release candidate. This is needed to fix Vinagre and
GNOME Boxes and apart from that, it contains many bug and security fixes.
2018-11-30 09:38:56 +01:00
Simone Caronni 3037823c69 Merge #6 `Remove obsolete aarch64 patch` 2018-11-29 14:26:17 +00:00
Simone Caronni b29eb66e02 Merge #5 `Disable server support in RHEL` 2018-11-29 14:25:59 +00:00
Simone Caronni 6f326a6874 Merge #4 `Fix multilib issue` 2018-11-29 14:25:35 +00:00
Simone Caronni 216d0c936d Merge #3 `Add explicit requires for freerdp-server` 2018-11-29 14:25:13 +00:00
Ondrej Holy fd02ce2fc6 Disable server support in RHEL
We don't want freerdp-server in RHEL. Let's merge this in Fedora to
have the spec files in sync as much as possible.
2018-11-29 11:35:50 +01:00
Ondrej Holy 0e1fbf5d77 Remove obsolete aarch64 patch
Freerdp is built properly on aarch64 even without this patch and I don't
see any differences of cmake parameters, or its output (in build.log).
Also other distributions seems don't use such patch. So I suppose it
is obsolete nowadays.
2018-11-28 16:26:30 +01:00
Simone Caronni d20819ca22 Enable Xtest option (#1559606) 2018-10-15 21:54:39 +02:00
Simone Caronni a5f6e1e5d7 Update to last snapshot post 2.0.0-rc3 2018-10-15 13:59:13 +02:00
Ondrej Holy 581c5e7f50 Fix multilib issue
Subpackage freerdp-devel is not multilib-clean. The build-config.h
header file differs for x86_64 vs i686. Let's use %multilib_fix_c_header
RPM macro to fix this issue:
https://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks
2018-10-09 12:45:19 +02:00
Ondrej Holy a3bd29b55e Add explicit requires for freerdp-server
freerdp-server doesn't have explicit requires for freerdp-libs and
libwinpr. Let's add them to avoid the need to test interoperability
between the various combinations of old and new subpackages.
2018-10-08 18:32:20 +02:00
Simone Caronni 804c10b9ce Update SPEC file 2018-08-20 15:30:50 +02:00
Mike DePaulo 080d82c2e5 Enable building on EPEL7.
"freerdp" itself cannot be part of EPEL7, but this change will help
with providing a renamed package for RHBZ #1566251
Please Add freerdp 2.0.0 to EPEL7
2018-08-04 00:54:28 -04:00
Mike DePaulo d9fce9ed10 Update description for wlfreerdp 2018-08-04 00:20:00 -04:00
Mike DePaulo 5ef196c2b1 Update to 2.0.0-rc3 2018-08-04 00:20:00 -04:00
Fedora Release Engineering 431e060a80 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 00:51:03 +00:00
Igor Gnatenko 6d11dc6c7e add BuildRequires: gcc-c++,gcc
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-09 19:06:44 +02:00
Simone Caronni 2abc5a3bd3 Update to latest snapshot 2018-04-09 09:13:23 +02:00
Simone Caronni 1f9981467f Add PAM support 2018-03-21 09:31:08 +01:00
Simone Caronni 586150b2e2 Remove duplicate build requirement 2018-03-15 08:57:33 +01:00
Simone Caronni 675c4d1c94 Update to latest snapshot. 2018-03-15 08:56:33 +01:00
Fedora Release Engineering c2142f04cd - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-07 10:10:14 +00:00
Karsten Hopp 892afaf5f2 use versioned build requirement on pkgconfig(openssl) 2018-01-18 10:06:02 +01:00
Simone Caronni d67a490220 Add note about GSS bug 2018-01-16 09:59:35 +01:00
Simone Caronni f2cdc1310b Update sources 2018-01-16 09:43:31 +01:00
Simone Caronni a876205f17 Disable GSS support 2018-01-16 09:32:27 +01:00
Simone Caronni fb27d6da36 Update to latest snapshot 2018-01-16 09:19:46 +01:00
Simone Caronni d2ab787864 Update to latest snapshot post 2.0.0rc1 2017-12-20 13:58:27 +01:00
Simone Caronni 84ae05debb Update to latest snapshot 2017-09-11 15:16:09 +02:00
Björn Esser f2154f8000 Rebuilt for AutoReq cmake-filesystem 2017-08-07 10:30:17 +02:00
Fedora Release Engineering 455d0dd4be - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 20:47:46 +00:00
Simone Caronni 4cefd4f826 All of a sudden we need to declare include dirs 2017-07-27 09:44:07 +02:00
Simone Caronni 7165c4d5d1 Update to latest snapshot, Talos security fixes 2017-07-27 07:33:25 +02:00
Fedora Release Engineering 9a4eb6f8fc - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 08:45:53 +00:00