Compare commits
11 Commits
643ec410ab
...
01a8a495aa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01a8a495aa | ||
|
|
046e822639 | ||
|
|
d17d39bf59 | ||
|
|
57a53f32bd | ||
|
|
af12b0f5fd | ||
|
|
d341461dab | ||
|
|
3d10fa467f | ||
|
|
5177d2ba58 | ||
|
|
a3617a6cb7 | ||
|
|
84243ac4f6 | ||
|
|
8f22477d3d |
@ -6,12 +6,12 @@
|
||||
|
||||
Name: tog-pegasus
|
||||
Version: %{major_ver}.1
|
||||
Release: 48
|
||||
Release: 51
|
||||
Epoch: 2
|
||||
Summary: OpenPegasus WBEM Services for Linux
|
||||
License: MIT
|
||||
URL: http://www.openpegasus.org
|
||||
Source0: https://collaboration.opengroup.org/pegasus/documents/27211/pegasus-%{version}.tar.gz
|
||||
Source0: https://collaboration.opengroup.org/pegasus/documents/32572/pegasus-%{version}.tar.gz
|
||||
Source1: tog-pegasus.tmpfiles
|
||||
Source2: tog-pegasus.service
|
||||
Source3: access.conf
|
||||
@ -267,7 +267,7 @@ fi
|
||||
/sbin/ldconfig
|
||||
|
||||
%preun
|
||||
%systemd_preun stop tog-pegasus.service
|
||||
%systemd_preun tog-pegasus.service
|
||||
if [ $1 -eq 0 ]; then
|
||||
rm -rf /var/run/tog-pegasus
|
||||
fi
|
||||
@ -359,11 +359,17 @@ fi
|
||||
%verify(not md5 size mtime) /var/lib/Pegasus/testrepository
|
||||
|
||||
%files help
|
||||
%defattr(0644, root, pegasus, 0755)
|
||||
%defattr(0644, root, root, 0755)
|
||||
%doc src/Clients/repupgrade/doc/repupgrade.html
|
||||
%{_mandir}/man8/*
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 31 2021 caodongxia <caodongxia@huawei.com> - 2:2.14.1-51
|
||||
- Fix help package install warning
|
||||
|
||||
* Thu May 28 2020 Guoshuai Sun <sunguoshuai@huawei.com> - 2:2.14.1-49
|
||||
- Modify spec for unreasonable disable stop.service when removing pack.
|
||||
|
||||
* Sat Feb 29 2020 Senlin Xia <xiasenlin1@huawei.com> - 2:2.14.1-48
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user