diff options
-rw-r--r-- | roundcubemail-README-rpm.txt (renamed from roundcubemail-README.rpm) | 0 | ||||
-rw-r--r-- | roundcubemail.spec | 11 |
2 files changed, 7 insertions, 4 deletions
diff --git a/roundcubemail-README.rpm b/roundcubemail-README-rpm.txt index 5e558c5..5e558c5 100644 --- a/roundcubemail-README.rpm +++ b/roundcubemail-README-rpm.txt diff --git a/roundcubemail.spec b/roundcubemail.spec index 8a7c6f5..d0d3e56 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -20,7 +20,7 @@ %global _logdir /var/log Name: roundcubemail Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client Group: Applications/System @@ -42,7 +42,7 @@ Source0: https://github.com/roundcube/roundcubemail/releases/download/%{version} Source1: roundcubemail.httpd Source3: roundcubemail.nginx Source2: roundcubemail.logrotate -Source4: roundcubemail-README.rpm +Source4: roundcubemail-README-rpm.txt # Elegantly handle removal of moxieplayer Flash binary in tinymce # media plugin (see "Drop precompiled flash" in %%prep) Patch0: roundcubemail-1.2.1-no_swf.patch @@ -223,7 +223,7 @@ mkdir -p %{buildroot}/var/lib/roundcubemail/temp # GPG keys mkdir -p %{buildroot}/var/lib/roundcubemail/enigma -cp -pr %SOURCE4 README.rpm +cp -pr %SOURCE4 README-rpm.txt # create empty files for ghost to not remove OLD config (0.9.x) touch %{buildroot}%{_sysconfdir}/roundcubemail/db.inc.php @@ -270,7 +270,7 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE -%doc CHANGELOG INSTALL README.md UPGRADING README.rpm +%doc CHANGELOG INSTALL README.md UPGRADING README-rpm.txt %doc composer.json-dist %{roundcubedir} %dir %{_sysconfdir}/%{name} @@ -296,6 +296,9 @@ rm -rf %{buildroot} %changelog +* Wed May 10 2017 Remi Collet <remi@remirepo.net> - 1.2.5-2 +- rename README.rpm -> README-rpm.txt, fix #1449517 + * Fri Apr 28 2017 Remi Collet <remi@remirepo.net> - 1.2.5-1 - update to 1.2.5 |