http://bugzilla.suse.com/show_bug.cgi?id=1168405
Bug ID: 1168405
Summary: adjust issue handling to new agetty
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
Assignee: screening-team-bugs(a)suse.de
Reporter: lnussel(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
agetty from util-linux 2.35 (not yet packaged) supports reading issue files
from /run and /usr in the following way:
if /etc/issue exists:
read /etc/issue and /etc/issue.d
else if /run/issue exists or /run/issue.d has any files
read those
else
read /usr/lib/issue
read /usr/lib/issue.d
Moreover, the \4 and \6 escape codes use the first configured interface to
print the IP address.
That means for the most useful default case we don't need to run the extra code
of issue generator to enumerate network interfaces and merge issue files
anymore. We can rely on agetty built-in features only. Those who need the extra
features to print ssh keys or custom computed stuff could still install
issue-generator. So I propose the following change:
- don't hard require issue-generator in openSUSE-release
- don't ship /etc/issue
- ship /usr/lib/issue.d/10-openSUSE.issue with the following content:
Welcome to \S{PRETTY_NAME} \S{VERSION_ID} - Kernel \r (\l).
\4 \6
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1093592
Bug ID: 1093592
Summary: redshift doesn't work after geoclue2 update
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X11 Applications
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: dmarcoux(a)posteo.de
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
Created attachment 770512
--> http://bugzilla.opensuse.org/attachment.cgi?id=770512&action=edit
redshift error
Hello,
I updated to the latest snapshot (2018 05 15) and since then, redshift with
geoclue2 doesn't work. After launching, it displays an error (see attachment).
This wasn't happening with the previous snapshot I had, but I'm not sure which
one. The issue seems to arise due to changes within the recent revisions of the
geoclue2 package, so as far as 2 months ago. So by looking at the snapshots, I
suspect it is in one of those:
- 2018 03 04
- 2018 04 24
- 2018 05 11
- 2018 05 13
The workaround is to provide the latitude and longitude manually with the
option -l.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1173319
Bug ID: 1173319
Summary: Move /etc/logrotate.d/* to /usr/etc/logrotate.d
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
Assignee: screening-team-bugs(a)suse.de
Reporter: sndirsch(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
I'm currently working on the config file switch /etc --> /usr/etc (find Details
on https://en.opensuse.org/openSUSE:Packaging_UsrEtc) and now I'm wondering
what should be done with /etc/logrotate.d/* files.
Thorsten Kukuk:
Somebody need to rewrite logrotate first. ;-)
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1144506
Bug ID: 1144506
Summary: sphinx-build requires python-attrs to run but does not
require it
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: dcermak(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
The sphinxcontrib-autopgrogram and sphinxcontrib-asyncio packages started to
fail to build on OBS with the following error:
[ 43s] + sphinx-build -b html -d doc/_build/doctrees doc doc/_build/html
[ 43s] Traceback (most recent call last):
[ 43s] File "/usr/bin/sphinx-build", line 6, in <module>
[ 43s] from pkg_resources import load_entry_point
[ 43s] File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py",
line 3241, in <module>
[ 43s] @_call_aside
[ 43s] File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py",
line 3225, in _call_aside
[ 43s] f(*args, **kwargs)
[ 43s] File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py",
line 3254, in _initialize_master_working_set
[ 43s] working_set = WorkingSet._build_master()
[ 43s] File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py",
line 583, in _build_master
[ 43s] ws.require(__requires__)
[ 43s] File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py",
line 900, in require
[ 43s] needed = self.resolve(parse_requirements(requirements))
[ 43s] File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py",
line 786, in resolve
[ 43s] raise DistributionNotFound(req, requirers)
[ 43s] pkg_resources.DistributionNotFound: The 'attrs' distribution was not
found and is required by packaging
[ 43s] error: Bad exit status from /var/tmp/rpm-tmp.tYlY4G (%build)
Both invoke sphinx-build during %build. For some reason sphinx-build appears to
require python-attrs now, but this is not reflected in the rpm. Thus OBS does
not know about this dependency and leaves out python-attrs out of the buildroot
(thereby causing the above error).
Affected packages:
-
https://build.opensuse.org/package/show/devel:languages:python/python-sphin…
-
https://build.opensuse.org/package/show/devel:languages:python/python-sphin…
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1111657
Bug ID: 1111657
Summary: python-cffi build fail with glibc maintenance update
Classification: openSUSE
Product: openSUSE Distribution
Version: Leap 15.1
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: mlin(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
With glibc maintenance update https://build.opensuse.org/request/show/639803 ,
python-cffi build failed due to it can not pass unittest[1]. Both package are
from SLE.
[1]
https://build.opensuse.org/package/live_build_log/openSUSE:Leap:15.1:Stagin…
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1149754
Bug ID: 1149754
Summary: Translations are good!
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Translations
Assignee: ke(a)suse.com
Reporter: snwint(a)suse.com
QA Contact: ke(a)suse.com
Found By: ---
Blocker: ---
Weblate creates automated github commits that unfortunately don't align to
the usual workflow as there a bugzilla (or jira) reference is required.
So I've created this bug to auto-add its number to every Weblate commit
message.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1160446
Bug ID: 1160446
Summary: osc (or obs) creates wrong submit request
Classification: Internal Novell Products
Product: openSUSE Build Service
Version: master
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: osc
Assignee: adrian(a)suse.com
Reporter: snwint(a)suse.com
QA Contact: adrian(a)suse.com
Found By: ---
Blocker: ---
'osc sr -r N ...' does not work correctly (specifying a release).
Compare
# osc sr -r 1227 openSUSE.org:system:install:head installation-images
SUSE:SLE-15-SP1:Update
https://build.suse.de/request/show/208898 (wrong)
with (copying revision 1227 to another project and submitting that)
https://build.suse.de/request/show/208900 (ok)
The bad part is that osc in both cases shows the same diff - see the
build.suse.de pages but the actual submission is different - see the changelog
diff. Despite '-r' the latest version is submitted.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1156501
Bug ID: 1156501
Summary: Regression: can not use OSC without kwallet
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: All
OS: openSUSE Factory
Status: NEW
Keywords: dogfood
Severity: Critical
Priority: P5 - None
Component: Basesystem
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: werner(a)suse.com
QA Contact: qa-bugs(a)suse.de
CC: fabian(a)ritter-vogt.de, tchvatal(a)suse.com
Found By: ---
Blocker: ---
Latest Tumbleweed cause that osc triggers the start of kwalletd5 and this leads
to an error
| Error when attempting to decrypt the wallet kdewallet using GPG. If you're
| using a SmartCard, please ensure it's inserted then try again.
|
| GPG error was Inappropriate ioctl for device
That is I can not set my passphrase anymore. I'm not using KDE, I'm a
fvwm2+lsxession user.
Without passphrase I can not work on my Tumblweed workstation anymore hence
this is critical
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1155953
Bug ID: 1155953
Summary: osc v0.166 broke my osc vc use case
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: brogers(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
I use the following:
osc vc --file=$package.changes.proposed $package
where $package is in this case qemu or qemu-linux-user (see qemu package
sources if you want context, in particular the update_git.sh script. In this
specific instance, I working on this IBS project/package:
https://build.suse.de/package/show/home:bfrogers:branches:Devel:Virt:SLE-15…).
The file passed has content I want automatically added to qemu.changes or
qemu-linux-user.changes.
This command no longer works as before, instead I am left with a new file:
$package.changes.proposed.changes, which is wrong.
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=1154972
Bug ID: 1154972
Summary: release osc 0.166.0^
Classification: openSUSE
Product: openSUSE Tumbleweed
Version: Current
Hardware: Other
OS: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Other
Assignee: bnc-team-screening(a)forge.provo.novell.com
Reporter: marco.strigl(a)suse.com
QA Contact: qa-bugs(a)suse.de
Found By: ---
Blocker: ---
New version of osc for the following distributions:
openSUSE Tumbleweed
openSUSE Leap 15.1
SLES 15
SLES 15.1
0.166.0
- New password handling backend. Supported password stores:
* Plaintext password
* Obfuscated password
* python-keyring (kwallet, secret store)
* gnome-keyring
* no store at all (ask for the password every time
- Refactor initial setup of osc (to select password store)
- fix decoding on osc lbl (boo#1137477)
- fix breakage of submitting complete branches back as an
submit request that contain packages without a change.
- fix error with plugins and osc -h
- various decoding improvements
- Transfer the name of the input file to vc instead of the content
(obs-build/vc will do the rest and open the file).
- support appimage builds
- new command browse. (opens a browser opening the project or package)
- new option --incoming for osc rq and osc review to only show only
incoming reqeusts for a project.
--
You are receiving this mail because:
You are on the CC list for the bug.