Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
725dcc0ba9 | ||
|
|
05c94f2786 | ||
|
|
2296604445 | ||
|
|
a20a270612 | ||
|
|
9dc54052ac | ||
|
|
c8c4b04e1c | ||
|
|
131f512705 | ||
|
|
1abe5594be | ||
|
|
0de35423aa |
4 changed files with 49 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/sfp-master-*.src.rpm
|
||||
/v*.tar.gz
|
||||
/sfp-master.spec
|
||||
|
|
|
|||
44
bodhi.template.last
Normal file
44
bodhi.template.last
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
[ sfp-master-1.0.6-1.fc43 ]
|
||||
|
||||
# bugfix, security, enhancement, newpackage (required)
|
||||
type=bugfix
|
||||
|
||||
# testing, stable
|
||||
request=testing
|
||||
|
||||
# Bug numbers: 1234,9876
|
||||
bugs=
|
||||
|
||||
# Severity: low, medium, high, urgent
|
||||
# This is required for security updates.
|
||||
severity=unspecified
|
||||
|
||||
display_name=
|
||||
|
||||
|
||||
# Here is where you give an explanation of your update.
|
||||
# Content can span multiple lines, as long as they are indented deeper than
|
||||
# the first line. For example,
|
||||
# notes=first line
|
||||
# second line
|
||||
# and so on
|
||||
notes=Fixed memory leaks
|
||||
|
||||
# Enable request automation based on the stable/unstable karma thresholds
|
||||
autokarma=True
|
||||
stable_karma=3
|
||||
unstable_karma=-3
|
||||
|
||||
# Automatically close bugs when this marked as stable
|
||||
close_bugs=True
|
||||
|
||||
# Suggest that users performs one of the following actions after the update:
|
||||
# unspecified, restart, logout
|
||||
# The default value is unspecified
|
||||
suggest=unspecified
|
||||
|
||||
# A boolean to require that all of the bugs in your update have been confirmed by testers.
|
||||
require_bugs=True
|
||||
|
||||
# A boolean to require that this update passes all test cases before reaching stable.
|
||||
require_testcases=True
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
Name: sfp-master
|
||||
Version: 1.1.1
|
||||
Release: 3%dist
|
||||
Release: 1%dist
|
||||
|
||||
Summary: Reading, writing SFP modules data
|
||||
Summary(ru_RU.UTF-8): Чтение, запись данных SFP-модулей
|
||||
|
|
@ -134,11 +134,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml
|
|||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Fri Jul 3 2026 Mikhail Medvedev 1.1.1-2
|
||||
- Release bump
|
||||
* Thu Apr 16 2026 Mikhail Medvedev 1.1.1-1
|
||||
- Added mutltiplatform translation path
|
||||
- I2C driver has been changed
|
||||
|
|
|
|||
3
sources
3
sources
|
|
@ -1 +1,4 @@
|
|||
SHA512 (v1.0.7.tar.gz) = 23eea792866500be39d042fc8fbf94631a2b29e7ba8cad0ac880d3c24618afd9f929773c7380fd2a3409eef84c718e44b44d09271b229831618942e226d35bb2
|
||||
SHA512 (v1.1.1.tar.gz) = 1036cd0b3900d1e332b221d0099d5d0b5a8a9ba8a63e2a98155039109fda4b5a019ae70f57d510be96b7f3638df843ab6fd3b34e746e998a52b353a6b503bbe1
|
||||
SHA512 (sfp-master-1.1.1-1.fc42.src.rpm) = 3f17eb32443dc64b968b659622786f87c6a3d5d7b8d6285ef5db78dfb32ae25ad2f2274fa6bd9a5a9b75af1684dcb7a4dce019041e254f90872fba4346a48735
|
||||
SHA512 (sfp-master.spec) = 4cc5e788689835aaf75d0523911eddc7f1dca81b2d54e470741287377ed764289c55a68e5b2caedd0d708f1ce01c4b258258356f68b7620447dcd128d7a875a5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue