Bug 29545 - Очипятки в спеке
Summary: Очипятки в спеке
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: net-snmp (show other bugs)
Version: unstable
Hardware: all Linux
: P3 minor
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-31 11:50 MSK by Evgenii Terechkov
Modified: 2016-01-10 09:06 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgenii Terechkov 2013-10-31 11:50:03 MSK
==8<=============================================================================
find %buildroot%_datadir/snmp/mibs/ -name "*.txt" -type f | while read file; do mv "$file" "${file%.txt}"; done                                
                                                                                                                                               
#tar MIBS for simle update                                                                                                                     
tar -cjf net-snmp-mibs.tar.bz2 -C %buildroot%_datadir/snmp mibs/                                                                               
rm -rf %buildroot%_datadir/snmp/mibs
==8<=============================================================================

Из-за опечатки с file%.txt (rpm делает попытку раскрыть это как макрос) файлы в итоговом архиве не переименованы в .txt.

Ну и "simle".
Comment 1 Repository Robot 2016-01-10 08:59:31 MSK
net-snmp30-5.7.3-alt1.1 -> sisyphus:

* Sun Jan 10 2016 Terechkov Evgenii <evg@altlinux> 5.7.3-alt1.1
- fix typo in spec

* Sat Jan 09 2016 Terechkov Evgenii <evg@altlinux> 5.7.3-alt1
- 5.7.3
- add patch7 to fix group->gid resolving (ALT#30926)
- source /etc/sysconfig/snmptrapd on sysv (just like on systemd) systemd (ALT#30927)
- spec cleanup (ALT#29545)
- patch6 (systemd) adapted to 5.7.3
- remove bogus noreplace flag on sysv/systemd initscripts
- move verndor-specific tmpfiles manifest to %_tmpfilesdir