Jan Zerebecki 2022-01-26 09:12:29 +00:00 committed by Git OBS Bridge
parent 8ea36fb5f3
commit 40c9211c85
5 changed files with 22 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/SUSE/connect-ng.git</param>
<param name="changesrevision">ab5463a6e9a53d6f3ca1387937709a81786c989a</param></service></servicedata>
<param name="changesrevision">77933db6b01a9e51653cc57a14a440c2a6225cc0</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bef41495e3365599d958e4544a2379e9caef548849859509b7068123c01f5e33
size 670916

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c70257d477d7e01fc85e0e1e2e93979d1a167b1182ced6842f464d0ec295af9
size 722764

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 26 09:09:30 UTC 2022 - jan.suse@zerebecki.de
- Update to version 0.0.6~git0.77933db:
* Add man pages
* Add note in DIFFERENCES.md about abbreviated flags
* Add -l as an alias for --list-extensions
* Add --clean as an alias for --cleanup (bsc#1195003)
* Suppress expected error log message in TLS test
* Add flag to import product repo keys (bsc#1174657)
-------------------------------------------------------------------
Fri Jan 07 13:45:50 UTC 2022 - jan.suse@zerebecki.de

View File

@ -23,7 +23,7 @@
%global test_hwinfo 0
Name: suseconnect-ng
Version: 0.0.5~git0.bbb5544
Version: 0.0.6~git0.77933db
Release: 0
URL: https://github.com/SUSE/connect-ng
License: LGPL-2.1-or-later
@ -127,11 +127,10 @@ ln -s %_bindir/suseconnect %buildroot/usr/lib/zypper/commands/zypper-search-pack
install -D -m0755 %_builddir/go/lib/libsuseconnect.so %buildroot/%_libdir/libsuseconnect.so
install -d -m0755 %buildroot/%_libdir/ruby/vendor_ruby/%rb_ver
cp -r %_builddir/go/src/%import_path/yast/lib/* %buildroot/%_libdir/ruby/vendor_ruby/%rb_ver
#TODO man pages not yet available in source, these are the names frome the ruby version
#/usr/share/man/man5/SUSEConnect.5.gz
#/usr/share/man/man8/SUSEConnect.8.gz
#/usr/share/man/man8/zypper-migration.8.gz
#/usr/share/man/man8/zypper-search-packages.8.gz
install -D -m 644 %_builddir/go/src/%import_path/man/SUSEConnect.5 %buildroot/%_mandir/man5/SUSEConnect.5
install -D -m 644 %_builddir/go/src/%import_path/man/SUSEConnect.8 %buildroot/%_mandir/man8/SUSEConnect.8
install -D -m 644 %_builddir/go/src/%import_path/man/zypper-migration.8 %buildroot/%_mandir/man8/zypper-migration.8
install -D -m 644 %_builddir/go/src/%import_path/man/zypper-search-packages.8 %buildroot/%_mandir/man8/zypper-search-packages.8
find %_builddir/..
# we currently do not ship the source for any go module
@ -149,6 +148,8 @@ make -C %_builddir/go/src/%import_path gofmt
%_bindir/SUSEConnect
%_sbindir/SUSEConnect
/usr/lib/zypper/commands
%_mandir/man8/*
%_mandir/man5/*
%files -n libsuseconnect
%license LICENSE LICENSE.LGPL