[unifi-lts: 2/2] Fix merge conflicts.
by Richard Shaw
commit e47a852881a5f05bff8ed03a3e18c4b2ca6743c8
Merge: 1c982ce 38e1b73
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Feb 18 15:03:02 2020 -0600
Fix merge conflicts.
unifi-lts.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --cc unifi-lts.spec
index c12a3b3,863868e..ded42dd
--- a/unifi-lts.spec
+++ b/unifi-lts.spec
@@@ -287,9 -281,9 +287,12 @@@ f
%changelog
+* Tue Feb 18 2020 Richard Shaw <hobbes1069(a)gmail.com> - 5.6.42-4
+- Fix Requires for EL 7, fixes RFBZ#5531.
+
+ * Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 5.6.42-4
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
* Mon Oct 14 2019 Richard Shaw <hobbes1069(a)gmail.com> - 5.6.42-3
- Remove hard dependency on mongodb and document in SETUP.
- Fix Requires for java to comply with guidelines.
4 years, 9 months
[unifi-lts] (2 commits) ...Fix merge conflicts.
by Richard Shaw
Summary of changes:
1c982ce... Fix Requires for EL 7, fixes RFBZ#5531. (*)
e47a852... Fix merge conflicts.
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months
[unifi-lts/el8] Fix Requires for EL 7, fixes RFBZ#5531.
by Richard Shaw
commit 1c982cec354596af27e0d770590a0bd0a6401f48
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Tue Feb 18 15:01:32 2020 -0600
Fix Requires for EL 7, fixes RFBZ#5531.
unifi-lts.spec | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
---
diff --git a/unifi-lts.spec b/unifi-lts.spec
index 7b14f36..c12a3b3 100644
--- a/unifi-lts.spec
+++ b/unifi-lts.spec
@@ -5,7 +5,7 @@
Name: unifi-lts
Version: 5.6.42
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Ubiquiti UniFi controller LTS
License: Proprietary
@@ -31,8 +31,14 @@ BuildRequires: %{_bindir}/execstack
# https://fedoraproject.org/wiki/Changes/MongoDB_Removal
#Requires: /usr/bin/mongod
Requires: java-headless = 1:1.8.0
+
+%if 0%{?rhel} < 8
+Requires(post): policycoreutils-python
+Requires(postun): policycoreutils-python
+%else
Requires(post): policycoreutils-python-utils
Requires(postun): policycoreutils-python-utils
+%endif
# Unbundled fonts
Requires: fontawesome-fonts
@@ -281,6 +287,9 @@ fi
%changelog
+* Tue Feb 18 2020 Richard Shaw <hobbes1069(a)gmail.com> - 5.6.42-4
+- Fix Requires for EL 7, fixes RFBZ#5531.
+
* Mon Oct 14 2019 Richard Shaw <hobbes1069(a)gmail.com> - 5.6.42-3
- Remove hard dependency on mongodb and document in SETUP.
- Fix Requires for java to comply with guidelines.
4 years, 9 months
[telegram-desktop/f31] Updated to version 1.9.14.
by Vitaly Zaitsev
commit 9272836ada5553d8d63810318fabd7205283f6e6
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Tue Feb 18 14:12:23 2020 +0100
Updated to version 1.9.14.
.gitignore | 1 +
sources | 2 +-
telegram-desktop.spec | 8 ++++----
3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5490d0f..9285af9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -129,3 +129,4 @@
/tdesktop-1.9.9-full.tar.gz
/tdesktop-1.9.12-full.tar.gz
/tdesktop-1.9.13-full.tar.gz
+/tdesktop-1.9.14-full.tar.gz
diff --git a/sources b/sources
index 4a84da3..3e6e829 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tdesktop-1.9.13-full.tar.gz) = 995face8a2ffb54f9f31aaa8d5a26421f4915e73360945553b6fa4e4b02431ca83ec1e72d6d2ce77f5b9daa39892859c88f7ea53c3ddbeec2cb37f27451878d2
+SHA512 (tdesktop-1.9.14-full.tar.gz) = 56efa64048d23b280782b51319c0071c6cef833cb7e2584e52c6e45488577755beb85185ec9187029c425cc8d4c9c1887142687c744697e7731a15abe2846056
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index baf5364..c1e6fea 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -27,7 +27,7 @@
%endif
Name: telegram-desktop
-Version: 1.9.13
+Version: 1.9.14
Release: 1%{?dist}
# Application and 3rd-party modules licensing:
@@ -207,11 +207,11 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Tue Feb 18 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.14-1
+- Updated to version 1.9.14.
+
* Thu Feb 13 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.13-1
- Updated to version 1.9.13.
* Tue Feb 11 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.12-1
- Updated to version 1.9.12.
-
-* Thu Feb 06 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.9.10-1
-- Updated to version 1.9.10 (beta).
4 years, 9 months
[mock-rpmfusion-free] Fix changelog
by Sérgio M. Basto
Summary of changes:
06e3ebb... Fix changelog (*)
(*) This commit already existed in another branch; no separate mail sent
4 years, 9 months