Skip to content

Commit

Permalink
Merge branch 'fix_license' into 'master'
Browse files Browse the repository at this point in the history
[spec] Fix package license. Contributes to JB#50383

See merge request mer-core/ssu!47
  • Loading branch information
pvuorela committed Jul 7, 2020
2 parents 3b3278c + ac05e01 commit 639b463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpm/ssu.spec
Expand Up @@ -2,7 +2,7 @@ Name: ssu
Version: 1.0.0
Release: 1
Summary: Seamless Software Upgrade
License: GPLv2+ and LGPLv2.1+ and BSD-3-clause
License: GPLv2+ and LGPLv2+ and BSD
Source0: %{name}-%{version}.tar.gz
URL: https://git.sailfishos.org/mer-core/ssu
BuildRequires: pkgconfig(Qt5Core)
Expand Down Expand Up @@ -31,6 +31,7 @@ RnD mode.

%files
%defattr(-,root,root,-)
%license COPYING COPYING.GPL COPYING.LGPL COPYING.BSD
%{_libexecdir}/zypp/plugins/urlresolver/*
%{_bindir}/ssu
%{_libdir}/libssu.so.*
Expand All @@ -48,7 +49,6 @@ RnD mode.
%dir %{_datarootdir}/%{name}/repos.d
%dir %{_sysconfdir}/%{name}/
%{_sysconfdir}/dbus-1/system.d/*.conf
%doc COPYING.GPL COPYING.LGPL COPYING.BSD

%package network-proxy-plugin
Summary: Network Proxy support for ssu
Expand Down

0 comments on commit 639b463

Please sign in to comment.