Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
thunderbird
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
src-rhel
rpms
thunderbird
Commits
0eb64cd4
Commit
0eb64cd4
authored
2 years ago
by
Fabian Arrotin
Browse files
Options
Downloads
Patches
Plain Diff
Enabled librnp-rnp sub-package for thunderdbird
Signed-off-by:
Fabian Arrotin
<
arrfab@centos.org
>
parent
fe0c6704
No related branches found
Branches containing commit
Tags
imports/c9-beta/mingw-headers-11.0.0-1.el9
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SPECS/thunderbird.spec
+15
-15
15 additions, 15 deletions
SPECS/thunderbird.spec
with
15 additions
and
15 deletions
SPECS/thunderbird.spec
+
15
−
15
View file @
0eb64cd4
...
...
@@ -353,8 +353,8 @@ BuildRequires: gcc-c++
BuildRequires: xmlto
%endif
# Don't require any OpenPGP backend with the librnp interface, because RHEL does not have it
#
Requires: thunderbird-librnp%{?_isa}
# Don't require any OpenPGP backend with the librnp interface, because RHEL does not have it
(but we build it in centos-plus)
Requires: thunderbird-librnp%{?_isa}
# prefer the librnp implementation bundled with thunderbird
#Not in RHEL7 Suggests: thunderbird-librnp-rnp%{?_isa}
Requires: p11-kit-trust
...
...
@@ -528,19 +528,19 @@ Provides: bundled(nspr) = 4.34.0
%description
Mozilla Thunderbird is a standalone mail and newsgroup client.
#
%package librnp-rnp
#
Summary: OpenPGP implementation for Thunderbird based on RNP
#
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
#
Provides: thunderbird-librnp
#
Provides: thunderbird-librnp%{?_isa}
#
Conflicts: thunderbird-librnp%{?_isa}
#
%description librnp-rnp
#
The thunderbird-librnp-rnp package contains an OpenPGP implementation
#
based on RNP.
#
%files librnp-rnp
#
%{mozappdir}/librnp.so
#
%{mozappdir}/rnp-cli
#
%{mozappdir}/rnpkeys
%package librnp-rnp
Summary: OpenPGP implementation for Thunderbird based on RNP
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
Provides: thunderbird-librnp
Provides: thunderbird-librnp%{?_isa}
Conflicts: thunderbird-librnp%{?_isa}
%description librnp-rnp
The thunderbird-librnp-rnp package contains an OpenPGP implementation
based on RNP.
%files librnp-rnp
%{mozappdir}/librnp.so
%{mozappdir}/rnp-cli
%{mozappdir}/rnpkeys
%prep
echo "Build environment"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment