Skip to content

Instantly share code, notes, and snippets.

@holishing
Created November 8, 2019 13:08
Show Gist options
  • Save holishing/71718d93ff5c687eec9a1ef80ea3cd84 to your computer and use it in GitHub Desktop.
Save holishing/71718d93ff5c687eec9a1ef80ea3cd84 to your computer and use it in GitHub Desktop.
OpenWebMail rpm package el7 2.54-1 to 2.54-2 diff
diff --git a/2541/openwebmail.spec b/2542/openwebmail.spec
index 129e10a..85f8d84 100644
--- a/2541/openwebmail.spec
+++ b/2542/openwebmail.spec
@@ -1,6 +1,6 @@
Name : openwebmail
Version : 2.54
-Release : 1.el7
+Release : 2.el7
BuildArch : noarch
License : GPLv2
@@ -24,6 +24,7 @@ Source7 : openwebmail-post.txt
Requires : perl
#Requires : perl-suidperl
#Requires : perl-Compress-Zlib
+Requires : perl-Data-Dumper
Requires : perl-IO-Compress
Requires : perl-Text-Iconv
Requires : perl-Digest-MD5
@@ -98,8 +99,10 @@ then
fi
%post
+echo
echo "See post install instruction at:"
echo "/usr/share/doc/%{name}-%{version}/openwebmail-post.txt"
+echo
%package -n %{name}-data
Version : %{version}
@@ -107,6 +110,8 @@ Release : %{release}
Group : Applications/Internet
Summary : openwebmail data package
Requires : openwebmail = %{version}-%{release}
+AutoReq : no
+AutoProv : no
%description -n %{name}-data
openwebmail-data contains most data for openwebmail such as:
@@ -116,6 +121,9 @@ doc, help, images, javascripts, sounds, applets and html files.
/var/www/data/openwebmail
%changelog
+* Sat Nov 02 2019 Thomas Chung <[email protected]> 2.54-2
+- Add perl-Data-Dumper in Requires
+
* Sat Dec 06 2014 Thomas Chung <[email protected]> 2.54-1
- No more suidperl
- Rebuild from EL 7 with noarch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment